Difference between revisions of "Template:Cell"

From ScummVM :: Wiki
Jump to navigation Jump to search
m (Move the text into to the same line of the attributes)
m (Try to fix handling of missing colors)
 
Line 1: Line 1:
<includeonly>| align="center" bgcolor="{{Color|{{{color}}}}}"| {{{text}}}</includeonly><noinclude>
<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=

Latest revision as of 23:17, 22 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.