Template:Row-bg-10: Difference between revisions

From BeeStation Wiki
Jump to navigation Jump to search
imported>Kosmos
m (Balls.)
imported>Kosmos
m (Fixed example.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
style="background:#E2FFA8;" | {{{1}}}|
style="background:#E2FFA8;" | {{{1|}}}
| style="background:#FFEE88;" | {{{2}}}|
| style="background:#FFEE88;" | {{{2|}}}
| style="background:#DDDDFF;" | {{{3}}}|
| style="background:#DDDDFF;" | {{{3|}}}
| style="background:#CCE6FF;" | {{{4}}}|
| style="background:#CCE6FF;" | {{{4|}}}
| style="background:#99CCFF;" | {{{5}}}|
| style="background:#99CCFF;" | {{{5|}}}
| style="background:#BEFFBE;" | {{{6}}}|
| style="background:#BEFFBE;" | {{{6|}}}
| style="background:#FFBEBE;" | {{{7}}}|
| style="background:#FFBEBE;" | {{{7|}}}
| style="background:#BEFFFF;" | {{{8}}}|
| style="background:#BEFFFF;" | {{{8|}}}
| style="background:#D3C5FF;" | {{{9}}}|
| style="background:#D3C5FF;" | {{{9|}}}
| style="background:#E2ADFF;" | {{{10}}}|<noinclude>
| style="background:#E2ADFF;" | {{{10|}}}<noinclude>


This template is for use for specifying three consecutive cells in a row of a table constructed with wikitable syntax.
This template is for use for specifying three consecutive cells in a row of a table constructed with wikitable syntax.
Line 20: Line 20:
{|
{|
|-
|-
| {{row-bg-3|gold|silver|bronze|gold|silver|bronze}}
| {{row-bg-10|one|two|three|four|five|six|seven|eight|nine|ten}}
|}
|}
</pre> produces:
</pre> produces:
Line 26: Line 26:
{|class=wikitable
{|class=wikitable
|-
|-
| {{row-bg-10|test|test|test|test|test|test|test|test|test|test}}
| {{row-bg-10|one|two|three|four|five|six|seven|eight|nine|ten}}
|}
|}
</noinclude>
</noinclude>

Latest revision as of 17:57, 3 June 2014

style="background:#E2FFA8;" | | style="background:#FFEE88;" | | style="background:#DDDDFF;" | | style="background:#CCE6FF;" | | style="background:#99CCFF;" | | style="background:#BEFFBE;" | | style="background:#FFBEBE;" | | style="background:#BEFFFF;" | | style="background:#D3C5FF;" | | style="background:#E2ADFF;" |

This template is for use for specifying three consecutive cells in a row of a table constructed with wikitable syntax.

Syntax

{{row-bg-10|CELL1|CELL2|CELL3|CELL4|CELL5|CELL6|CELL7|CELL8|CELL9|CELL10}}

Example

{|
|-
| {{row-bg-10|one|two|three|four|five|six|seven|eight|nine|ten}}
|}

produces:

one two three four five six seven eight nine ten