Template:VariableOverview2Template: Difference between revisions

From IMAGE
Jump to navigation Jump to search
m (RinekeOostenrijk moved page Template:ItemizedColumn2TableRowTemplate to Template:VariableOverview2Template without leaving a redirect)
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "ItemizedColumn2TableRowTemplate" template, a variation on the TableStandardRowTemplate.
It itemizes the second column of the table.  
It itemizes the second column of the table.  
<includeonly>
<tr class="StandardTableRow"><td class="StandardTableCell">{{{1|}}}</td><td class="StandardTableCell"><ul>{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}}</ul></td><td class="StandardTableCell">{{{3|}}}</td>
</includeonly>
</noinclude><includeonly><tr class="StandardTableRow">
</noinclude><includeonly><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">{{{3|}}}</td>
<td class="StandardTableCell">{{{3|}}}</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">{{{3|}}}</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">{{{3|}}}</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">{{{3|}}}</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">{{{3|}}}</td>|                
                    <td class="StandardTableCell">{{{1|}}}</td>
                    <td class="StandardTableCell">{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}}</td>
  }}                    
}}                    
      }}                    
  }}
}}
}}
</tr><includeonly>
</tr><includeonly>

Revision as of 11:06, 24 May 2014

It itemizes the second column of the table.