Template:VariableOverviewTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
m (RinekeOostenrijk moved page Template:TableItemizedColumn2and3Template to Template:VariableOverviewTemplate without leaving a redirect)
No edit summary
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 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><includeonly>
</noinclude><includeonly>
<tr class="StandardTableRow">
<tr class="StandardTableRow">
{{#ifeq:{{{userparam|}}}|14col|
<td class="StandardTableCell">{{{1|}}}</td>
        <td class="StandardTableCell">{{{1|}}}</td>
<td class="StandardTableCell"><ul>{{#ifeq:{{{2|}}}||Final output|{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}} }}</ul></td>
<td class="StandardTableCell"><ul>{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}}</ul></td>
<td class="StandardTableCell"><ul>{{#arraymap:{{{3|}}}|,|x|<li>x|</li>}}</ul></td>                  
<td class="StandardTableCell"><ul>{{#arraymap:{{{3|}}}|,|x|<li>x|</li>}}</ul></td>
<td class="StandardTableCell">{{{4|}}}</td>
<td class="StandardTableCell">{{{5|}}}</td>
<td class="StandardTableCell">{{{6|}}}</td>
        <td class="StandardTableCell">{{{7|}}}</td>
<td class="StandardTableCell">{{{8|}}}</td>
<td class="StandardTableCell">{{{9|}}}</td>
<td class="StandardTableCell">{{{10|}}}</td>
<td class="StandardTableCell">{{{11|}}}</td>
<td class="StandardTableCell">{{{12|}}}</td>
<td class="StandardTableCell">{{{13|}}}</td>
<td class="StandardTableCell">{{{14|}}}</td>|
  {{#ifeq:{{{userparam|}}}|6col|
        <td class="StandardTableCell">{{{1|}}}</td>
<td class="StandardTableCell"><ul>{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}}</ul></td>
<td class="StandardTableCell"><ul>{{#arraymap:{{{3|}}}|,|x|<li>x|</li>}}</ul></td>
<td class="StandardTableCell">{{{4|}}}</td>
<td class="StandardTableCell">{{{5|}}}</td>
<td class="StandardTableCell">{{{6|}}}</td>|
        {{#ifeq:{{{userparam|}}}|5col|
                <td class="StandardTableCell">{{{1|}}}</td>
<td class="StandardTableCell"><ul>{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}}</ul></td>
<td class="StandardTableCell"><ul>{{#arraymap:{{{3|}}}|,|x|<li>x|</li>}}</ul></td>
<td class="StandardTableCell">{{{4|}}}</td>
<td class="StandardTableCell">{{{5|}}}</td>|
                {{#ifeq:{{{userparam|}}}|4col|
                        <td class="StandardTableCell">{{{1|}}}</td>
<td class="StandardTableCell"><ul>{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}}</ul></td>
<td class="StandardTableCell"><ul>{{#arraymap:{{{3|}}}|,|x|<li>x|</li>}}</ul></td>
<td class="StandardTableCell">[[{{{4|}}}]]</td>|
                        {{#ifeq:{{{userparam|}}}|3col|
                                <td class="StandardTableCell">{{{1|}}}</td>
            <td class="StandardTableCell"><ul>{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}}</ul></td>
            <td class="StandardTableCell"><ul>{{#arraymap:{{{3|}}}|,|x|<li>x|</li>}}</ul></td>|                  
                    <td class="StandardTableCell">{{{1|}}}</td>
                    <td class="StandardTableCell"><ul>{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}}</ul></td>
  }}                    
}}                    
      }}                    
  }}
}}
</tr></includeonly>
</tr></includeonly>

Revision as of 17:22, 18 March 2014

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.