Template:ARG: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
===== <var>{{{1}}}</var> ===== | ===== <var>{{{1}}}</var> ===== | ||
<div style="margin-left:2em;"> | <div style="margin-left:2em;">{{ #if: {{{2|}}}|<p><strong>Syntax: </strong>{{{2}}}</p> | ||
{{ #if: {{{2|}}}| | }}{{ #if: {{{3|}}}|<p><strong>Default value: </strong>{{{3}}}</p> | ||
<p><strong>Syntax: </strong>{{{2}}}</p> | }}{{ #ifeq: {{{4|}}}|rq|<p><strong>Required property</strong></p> | ||
}} | }}{{ #ifeq: {{{4|}}}|ro|<p><strong>Read-only property</strong></p> | ||
{{ #if: {{{3|}}}| | }}{{ #ifeq: {{{4|}}}|unset|<p><strong>Optional:</strong> can be removed from item using <code>unset ''item_name'' {{{1}}}</code></p> | ||
<p><strong>Default value: </strong>{{{3}}}</p> | }}{{ #if: {{{6|}}}|<p><strong>Description: </strong>{{{6}}}</p> | ||
}} | }}</div> | ||
{{ #ifeq: {{{4|}}}|rq| | |||
<p><strong>Required property</strong></p> | |||
}} | |||
{{ #ifeq: {{{4|}}}|ro| | |||
<p><strong>Read-only property</strong></p> | |||
}} | |||
{{ #ifeq: {{{4|}}}|unset| | |||
<p><strong>Optional:</strong> can be removed from item using <code>unset ''item_name'' {{{1}}}</code></p> | |||
}} | |||
{{ #if: {{{6|}}}| | |||
<p><strong>Description: </strong>{{{6}}}</p> | |||
}} | |||
</div> |
Revision as of 11:18, 5 February 2008
{{{1}}}
{{ #if: |
Syntax: {{{2}}}
}}{{ #if: |Default value: {{{3}}}
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|Optional: can be removed from item using unset item_name {{{1}}}
Description: {{{6}}}
}}