Template:TableStandardRowTemplate: Difference between revisions

From IMAGE
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>
</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>}}

Revision as of 10:48, 17 December 2013

Table row with flexible number of cells(current max=6). To be used together with the IntroTableTemplate in queries