Template:VariableOverviewTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 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">
{{#ifeq:{{{userparam|}}}|14col|
<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>{{#arraymap:{{{3|}}}|,|x|<li>x|</li>}}</ul></td>
<td class="StandardTableCell">{{{4|}}}</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>

Latest revision as of 12:33, 23 March 2020

This itemizes the second and the third column of the table