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