Шаблон:Row-bg-10: различия между версиями
Перейти к навигации
Перейти к поиску
imported>Kosmos (Let's try this out.) |
imported>Kosmos м (Fixed example.) |
||
(не показаны 2 промежуточные версии этого же участника) | |||
Строка 1: | Строка 1: | ||
style="background: | style="background:#E2FFA8;" | {{{1|}}} | ||
| style="background: | | style="background:#FFEE88;" | {{{2|}}} | ||
| style="background: | | style="background:#DDDDFF;" | {{{3|}}} | ||
| style="background: | | style="background:#CCE6FF;" | {{{4|}}} | ||
| style="background: | | style="background:#99CCFF;" | {{{5|}}} | ||
| style="background: | | style="background:#BEFFBE;" | {{{6|}}} | ||
| style="background: | | style="background:#FFBEBE;" | {{{7|}}} | ||
| style="background: | | style="background:#BEFFFF;" | {{{8|}}} | ||
| style="background: | | style="background:#D3C5FF;" | {{{9|}}} | ||
| style="background: | | 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. | ||
Строка 14: | Строка 14: | ||
==Syntax== | ==Syntax== | ||
<nowiki>{{row-bg- | <nowiki>{{row-bg-10|CELL1|CELL2|CELL3|CELL4|CELL5|CELL6|CELL7|CELL8|CELL9|CELL10}}</nowiki> | ||
==Example== | ==Example== | ||
Строка 20: | Строка 20: | ||
{| | {| | ||
|- | |- | ||
| {{row-bg- | | {{row-bg-10|one|two|three|four|five|six|seven|eight|nine|ten}} | ||
|} | |} | ||
</pre> produces: | </pre> produces: | ||
Строка 26: | Строка 26: | ||
{|class=wikitable | {|class=wikitable | ||
|- | |- | ||
| {{row-bg- | | {{row-bg-10|one|two|three|four|five|six|seven|eight|nine|ten}} | ||
|} | |} | ||
</noinclude> | </noinclude> |
Текущая версия от 20:57, 3 июня 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 |