টেমপ্লেট:Cell/নথি

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে

The {{cell}} template can be used to create a table cell with a specified background color.

ব্যবহার[সম্পাদনা]

{{cell|COLOR}}

The template takes one unnamed parameter as input, which is the background color of the table cell. The default content of each cell is a single non-breaking space with a font-size of 50%. To override the content of each cell, use a second unnamed parameter. To override the default font-size, use the style= parameter.

Complete specification
{{cell|Color|Text|style=Style}}
Default
{{cell|Color| |style=font-size:50%;}}

উদাহরণ[সম্পাদনা]

উদাহরণ ১[সম্পাদনা]

Code
{| width="50%" cellspacing=0
{{cell|red}}{{cell|blue}}{{cell|green}}
|}
Result
     

উদাহরণ ২[সম্পাদনা]

Code
{| width="50%" cellspacing=0
{{cell|red| }}{{cell|blue| }}{{cell|green| }}
|}
Result

উদাহরণ ৩[সম্পাদনা]

Code
{| width="50%" cellspacing=0
{{cell|red|R|style=text-align:center}}{{cell|blue|B|style=text-align:center}}{{cell|green|G|style=text-align:center}}
|}
Result
R B G

নোট[সম্পাদনা]

The {{cell2}} and {{cell3}} templates can be used to condense a sequence of cells of the same color.

আরও দেখুন[সম্পাদনা]