Template:ComponentParameterTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
(Created page with "<noinclude> Used by inputOotputParameterTemplate. Puts the parameters in a row and merges source and basedon 1=parameter 2=desription 3=source 4 =basedon </noinclude><include...")
 
No edit summary
Line 8: Line 8:
</noinclude><includeonly>
</noinclude><includeonly>
<tr class="StandardTableRow">
<tr class="StandardTableRow">
<td class="StandardTableCell">{{{1|}}}</td>
<td class="StandardTableCell">
<td class="StandardTableCell">{{{2|}}}</td>
{{{1|}}}
</td>
<td class="StandardTableCell">
{{{2|}}}
</td>
<td class="StandardTableCell">{{#ifeq:{{{4|}}}|
<td class="StandardTableCell">{{#ifeq:{{{4|}}}|
  |{{{3|}}}
  |{{{3|}}}
Line 16: Line 20:
   |{{{3|}}}, {{{4|}}}  
   |{{{3|}}}, {{{4|}}}  
   }}
   }}
}}</td>
}}
</td>
</tr></includeonly>
</tr></includeonly>

Revision as of 17:48, 23 May 2014

Used by inputOotputParameterTemplate. Puts the parameters in a row and merges source and basedon

1=parameter 2=desription 3=source 4 =basedon