Template:DriverTableRowTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
(Created page with "<noinclude>Table row for query in DriverTableTemplate </noinclude><includeonly><tr class="StandardTableRow"> <td class="StandardTableCell">{{{1|}}}</td> <td class="StandardTab...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
<td class="StandardTableCell">{{{1|}}}</td>
<td class="StandardTableCell">{{{1|}}}</td>
<td class="StandardTableCell">{{{2|}}}</td>
<td class="StandardTableCell">{{{2|}}}</td>
<td class="StandardTableCell">{{{3|}}}
<td class="StandardTableCell">
{{#ifeq:{{{3|}}}||
{{#arraymap:
  |{{#ifeq:{{{4|}}}||
{{#ifeq:
    |<br/>
{{{3|}}}|||{{{3|}}}; }}{{#ifeq:
  }}
{{{4|}}}|||{{{4|}}}; }}{{#ifeq:
}}{{{4|}}}
{{{5|}}}|||{{{5|}}}; }}
</td>
|;|xx|xx|<br/>
<td class="StandardTableCell"><ul>{{#arraymap:{{{5|}}}|, |x|<li>x|</li>}}</ul></td>
}}</td>
<td class="StandardTableCell"><ul>{{#arraymap:{{{6|}}}|, |x|<li>x|</li>}}</ul></td>
</tr>
</tr>
</includeonly>
</includeonly>

Latest revision as of 13:51, 9 May 2014

Table row for query in DriverTableTemplate