Template:Cell: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
style="background: {{#if:{{{1|}}}|{{{1}}}|<nowiki>#</nowiki>FFFFFF}}"|{{#if:{{{2|}}}|{{{2}}}}}<noinclude> | style="background-color: {{#if:{{{1|}}}|{{{1}}}|<nowiki>#</nowiki>FFFFFF}};"|{{#if:{{{2|}}}|{{{2}}}|8&32;}}<noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 21:28, 9 March 2024
style="background-color: #FFFFFF;"|8&32;
[edit] [{{#invoke:Purge|main}}] Template documentation
The {{cell}} template can be used to create a table cell with a specified background colour.
Usage
- style="background-color: #FFFFFF;"|8&32;
The template takes one unnamed parameter as input, which is the background colour 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|Colour|Text|style=Style}}
- Default
{{cell|Colour| |style=font-size:50%;}}
Examples
Example 1
- Code
{| width="50%" cellspacing=0 {{cell|red}}{{cell|blue}}{{cell|green}} |}
- Result
Example 2
- Code
{| width="50%" cellspacing=0 {{cell|red| }}{{cell|blue| }}{{cell|green| }} |}
- Result
Example 3
- 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
Note
The {{cell2}} and {{cell3}} templates can be used to condense a sequence of cells of the same colour.
See also
The above documentation is transcluded from Template:Cell/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |