Template:VariableOverviewTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>This is the "TableItemizedColumn2and3Template" template, a variation on the TableStandardRowTemplate. It itemizes the second and the third column of the table and creates a link in column 4.
<noinclude>This itemizes the second and the third column of the table  
</noinclude><includeonly>
</noinclude><includeonly>
<tr class="StandardTableRow">
<tr class="StandardTableRow">
<td class="StandardTableCell">{{{1|}}}</td>
<td class="StandardTableCell">{{{1|}}}</td>
<td class="StandardTableCell"><ul>{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}}</ul></td>
<td class="StandardTableCell"><ul>{{#arraymap:{{{2|}}}|;|x|<li>x|</li>|}}</ul></td>
<td class="StandardTableCell"><ul>{{#ifeq:{{{3|}}}||Final output|{{#arraymap:{{{3|}}}|,|x|<li>x|</li>}} }}</ul></td>       
<td class="StandardTableCell"><ul>{{#ifeq:{{{3|}}}||Final output|{{#arraymap:{{{3|}}}|;|x|<li>x</li>|}} }}</ul></td>       
<td class="StandardTableCell">{{{4|}}}</td>       
<td class="StandardTableCell">{{{4|}}}</td>       
</tr></includeonly>
</tr></includeonly>

Latest revision as of 12:33, 23 March 2020

This itemizes the second and the third column of the table