Template:TableStandardRowTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude>Table row with flexible number of cells(current max=6). To be used together with the IntroTableTemplate in queries | <noinclude>Table row with flexible number of cells(current max=6). To be used together with the IntroTableTemplate in queries | ||
</noinclude><includeonly><tr class="StandardTableRow"> | </noinclude><includeonly><tr class="StandardTableRow"> | ||
{{# | {{#ifeq:{{{6|}}}|| | ||
{{#ifeq:{{{5|}}}|| | |||
{{#ifeq:{{{4|}}}|| | |||
< | {{#ifeq:{{{3|}}}|| | ||
{{ | {{#ifeq:{{{2|}}}||| | ||
{{ | <td class="StandardTableCell">{{{1|}}}</td> | ||
<td class="StandardTableCell">{{{2|}}}</td> | |||
{{ | }}| | ||
{{ | <td class="StandardTableCell">{{{1|}}}</td> | ||
<td class="StandardTableCell">{{{2|}}}</td> | |||
<td class="StandardTableCell">{{{3|}}}</td> | |||
}}| | |||
<td class="StandardTableCell">{{{1|}}}</td> | |||
<td class="StandardTableCell">{{{2|}}}</td> | |||
<td class="StandardTableCell">{{{3|}}}</td> | |||
<td class="StandardTableCell">{{{4|}}}</td> | |||
}}| | |||
<td class="StandardTableCell">{{{1|}}}</td> | |||
<td class="StandardTableCell">{{{2|}}}</td> | |||
<td class="StandardTableCell">{{{3|}}}</td> | |||
<td class="StandardTableCell">{{{4|}}}</td> | |||
<td class="StandardTableCell">{{{5|}}}</td> | |||
}}| | |||
<td class="StandardTableCell">{{{1|}}}</td> | |||
<td class="StandardTableCell">{{{2|}}}</td> | |||
<td class="StandardTableCell">{{{3|}}}</td> | |||
<td class="StandardTableCell">{{{4|}}}</td> | |||
<td class="StandardTableCell">{{{5|}}}</td> | |||
<td class="StandardTableCell">{{{6|}}}</td> | |||
}} | |||
</tr><includeonly> |
Revision as of 11:22, 17 December 2013
Table row with flexible number of cells(current max=6). To be used together with the IntroTableTemplate in queries