Template:ARG: Difference between revisions
Jump to navigation
Jump to search
don't use definition list, it does not look nice |
No edit summary |
||
Line 6: | Line 6: | ||
{{ #if: {{{3|}}}| | {{ #if: {{{3|}}}| | ||
<p><strong>Default value: </strong>{{{3}}}</p> | <p><strong>Default value: </strong>{{{3}}}</p> | ||
}} | |||
{{ #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|}}}| | {{ #if: {{{6|}}}| |
Revision as of 11:00, 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}}}
}} {{ #if: |
Description: {{{6}}}
}}