Template:VariableOverview2Template: Difference between revisions

From IMAGE
Jump to navigation Jump to search
m (Text replace - "StandardTableRowTemplate" to "TableStandardRowTemplate")
No edit summary
Line 11: Line 11:
{{#ifeq:{{{userparam|}}}|14col|
{{#ifeq:{{{userparam|}}}|14col|
         <td class="StandardTableCell">{{{1|}}}</td>
         <td class="StandardTableCell">{{{1|}}}</td>
<td class="StandardTableCell">{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}}</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">{{{4|}}}</td>
Line 26: Line 26:
   {{#ifeq:{{{userparam|}}}|6col|
   {{#ifeq:{{{userparam|}}}|6col|
         <td class="StandardTableCell">{{{1|}}}</td>
         <td class="StandardTableCell">{{{1|}}}</td>
<td class="StandardTableCell">{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}}</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">{{{4|}}}</td>
Line 33: Line 33:
         {{#ifeq:{{{userparam|}}}|5col|
         {{#ifeq:{{{userparam|}}}|5col|
                 <td class="StandardTableCell">{{{1|}}}</td>
                 <td class="StandardTableCell">{{{1|}}}</td>
<td class="StandardTableCell">{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}}</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">{{{4|}}}</td>
Line 39: Line 39:
                 {{#ifeq:{{{userparam|}}}|4col|
                 {{#ifeq:{{{userparam|}}}|4col|
                         <td class="StandardTableCell">{{{1|}}}</td>
                         <td class="StandardTableCell">{{{1|}}}</td>
<td class="StandardTableCell">{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}}</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">{{{4|}}}</td>|
                         {{#ifeq:{{{userparam|}}}|3col|
                         {{#ifeq:{{{userparam|}}}|3col|
                                 <td class="StandardTableCell">{{{1|}}}</td>
                                 <td class="StandardTableCell">{{{1|}}}</td>
            <td class="StandardTableCell">{{#arraymap:{{{2|}}}|,|x|<li>x|</li>}}</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">{{{1|}}}</td>
                    <td class="StandardTableCell">{{{1|}}}</td>

Revision as of 17:13, 14 February 2014

This is the "ItemizedColumn2TableRowTemplate" template, a variation on the TableStandardRowTemplate. It itemizes the second column of the table.