Difference between revisions of "Template:Parameter row"
From Kerbal Space Program Wiki
m (+alternative names;) |
|||
Line 1: | Line 1: | ||
<includeonly>|- | <includeonly>|- | ||
− | | {{#if: {{{4|}}}|style="padding-left:{{#expr: {{{4}}}*2}}em" {{!}}|}} <tt>{{{1}}}</tt> | + | | {{#if: {{{4|}}}|style="padding-left:{{#expr: {{{4}}}*2}}em" {{!}}|}} <tt>{{{1}}}</tt> {{#if: {{{name2|}}}|{{#if: {{{name3|}}}|,|or}} <tt>{{{name2|}}}</tt> {{#if: {{{name3|}}}|or <tt>{{{name3|}}}</tt>}}}} |
− | | {{#if: {{{3|}}}|Yes|No}} <!-- todo: add image? --> | + | | {{#if: {{{3|}}}|{{Yes}}|{{No}}}} <!-- todo: add image? --> |
| {{{2}}} {{#if: {{{3|}}}|Default: {{{3}}}}}</includeonly><noinclude>Creates one row of a parameter table. | | {{{2}}} {{#if: {{{3|}}}|Default: {{{3}}}}}</includeonly><noinclude>Creates one row of a parameter table. | ||
− | {| | + | {{Parameter Table|name=both|parameters= |
− | |||
− | |||
− | |||
− | | | ||
{{ParameterRow|1|Name}} | {{ParameterRow|1|Name}} | ||
{{ParameterRow|2|Description}} | {{ParameterRow|2|Description}} | ||
{{ParameterRow|3|Default value. If set, set parameter to optional.|Not set}} | {{ParameterRow|3|Default value. If set, set parameter to optional.|Not set}} | ||
{{ParameterRow|4|Indentation of parameter name to show dependency. Any number > 0.|No indentation}} | {{ParameterRow|4|Indentation of parameter name to show dependency. Any number > 0.|No indentation}} | ||
− | |} | + | {{ParameterRow|name2|name2=name3|Alternative name.|Not set/Hidden}} |
+ | }} | ||
[[Category:Templates|ParameterRow]]</noinclude> | [[Category:Templates|ParameterRow]]</noinclude> |
Revision as of 19:44, 10 June 2013
Creates one row of a parameter table.