Difference between revisions of "Template:Row-bg-10"

From NSV13
Jump to navigationJump to search
imported>Kosmos
(Let's try this out.)
 
imported>Kosmos
m (Balls.)
Line 1: Line 1:
style="background:{{{1|#E2FFA8}}};" | {{{11|}}}
+
style="background:#E2FFA8;" | {{{1}}}|
| style="background:{{{2|#FFEE88}}};" | {{{12|}}}
+
| style="background:#FFEE88;" | {{{2}}}|
| style="background:{{{3|#DDDDFF}}};" | {{{13|}}}
+
| style="background:#DDDDFF;" | {{{3}}}|
| style="background:{{{4|#CCE6FF}}};" | {{{14|}}}
+
| style="background:#CCE6FF;" | {{{4}}}|
| style="background:{{{5|#99CCFF}}};" | {{{15|}}}
+
| style="background:#99CCFF;" | {{{5}}}|
| style="background:{{{6|#BEFFBE}}};" | {{{16|}}}
+
| style="background:#BEFFBE;" | {{{6}}}|
| style="background:{{{7|#FFBEBE}}};" | {{{17|}}}
+
| style="background:#FFBEBE;" | {{{7}}}|
| style="background:{{{8|#BEFFFF}}};" | {{{18|}}}
+
| style="background:#BEFFFF;" | {{{8}}}|
| style="background:{{{9|#D3C5FF}}};" | {{{19|}}}
+
| style="background:#D3C5FF;" | {{{9}}}|
| style="background:{{{10|#E2ADFF}}};" | {{{20|}}}<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 14: Line 14:
 
==Syntax==
 
==Syntax==
  
<nowiki>{{row-bg-3|COLOR1|COLOR2|COLOR3|COLOR4|COLOR5|COLOR6|COLOR7|COLOR8|COLOR9|COLOR10|CELL1|CELL2|CELL3|CELL4|CELL5|CELL6|CELL7|CELL8|CELL9|CELL10}}</nowiki>
+
<nowiki>{{row-bg-10|CELL1|CELL2|CELL3|CELL4|CELL5|CELL6|CELL7|CELL8|CELL9|CELL10}}</nowiki>
  
 
==Example==
 
==Example==
Line 26: Line 26:
 
{|class=wikitable
 
{|class=wikitable
 
|-
 
|-
| {{row-bg-3|gold|silver|{{rgb|bronze}}|gold|silver|bronze}}
+
| {{row-bg-10|test|test|test|test|test|test|test|test|test|test}}
 
|}
 
|}
 
</noinclude>
 
</noinclude>

Revision as of 11:51, 3 June 2014

style="background:#E2FFA8;" | {{{1}}}| | style="background:#FFEE88;" | {{{2}}}| | style="background:#DDDDFF;" | {{{3}}}| | style="background:#CCE6FF;" | {{{4}}}| | style="background:#99CCFF;" | {{{5}}}| | style="background:#BEFFBE;" | {{{6}}}| | style="background:#FFBEBE;" | {{{7}}}| | style="background:#BEFFFF;" | {{{8}}}| | style="background:#D3C5FF;" | {{{9}}}| | style="background:#E2ADFF;" | {{{10}}}|

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-3|gold|silver|bronze|gold|silver|bronze}}
|}

produces:

test| test| test| test| test| test| test| test| test| test|