Difference between revisions of "Template:Cell"
Jump to navigation
Jump to search
m (Specify the hex value for green) |
m (Use the new Color template) |
||
Line 1: | Line 1: | ||
<includeonly>| align="center" {{ | <includeonly>| align="center" bgcolor="{{Color|{{{color}}}}}" | ||
| {{{text}}}</includeonly><noinclude> | |||
This template shows a formatted table cell with centered text. | This template shows a formatted table cell with centered text. | ||
=Usage= | =Usage= | ||
<nowiki>{{</nowiki>Cell|color=''your color''|text=''your text''<nowiki>}}</nowiki> | <nowiki>{{</nowiki>Cell|color=''your color''|text=''your text''<nowiki>}}</nowiki> | ||
The ''color'' argument will be passed as is to the [[Template:Color|Color template]]. | |||
[[Category:Information templates]]</noinclude> | [[Category:Information templates]]</noinclude> |
Revision as of 13:10, 21 September 2009
This template shows a formatted table cell with centered text.
Usage
{{Cell|color=your color|text=your text}}
The color argument will be passed as is to the Color template.