Difference between revisions of "Template:RLV Documentation/Command"
Jump to navigation
Jump to search
m (Removed the TOC.) |
m (Added placeholders) |
||
Line 11: | Line 11: | ||
<div id="box" style="margin-top: 2em; float: right;"><h2>Type</h2> | <div id="box" style="margin-top: 2em; float: right;"><h2>Type</h2> | ||
<div style="padding: 0.5em;"> | <div style="padding: 0.5em;"> | ||
<noinclude>"Restriction", "Force", "Exception" or "General"</noinclude> | {{{type|<noinclude>"Restriction", "Force", "Exception" or "General"</noinclude>}}} | ||
</div></div> | </div></div> | ||
<div id="box" style="margin-top: 2em; margin-right: 2em; float: right;"><h2>Implemented</h2> | <div id="box" style="margin-top: 2em; margin-right: 2em; float: right;"><h2>Implemented</h2> | ||
<div style="padding: 0.5em;"> | <div style="padding: 0.5em;"> | ||
Implemented since RLV version {{{version}}} | Implemented since RLV version {{{version|<noinclude>NUMBER</noinclude>}}} | ||
</div></div> | </div></div> | ||
<div id="box" style="margin-top: 2em; float: left;"><h2>Usage</h2> | <div id="box" style="margin-top: 2em; float: left;"><h2>Usage</h2> | ||
<div style="padding: 0.5em;"> | <div style="padding: 0.5em;"> | ||
{{{usage}}} | {{{usage|<noinclude>Usage here</noinclude>}}} | ||
</div></div> | </div></div> | ||
<div id="box" style="margin-top: 2em; clear: both;"><h2>Purpose</h2> | <div id="box" style="margin-top: 2em; clear: both;"><h2>Purpose</h2> | ||
<div style="padding: 0.5em;"> | <div style="padding: 0.5em;"> | ||
{{{purpose}}} | {{{purpose|<noinclude>Purpose of this command here</noinclude>}}} | ||
</div></div> | </div></div> | ||
<div id="box" style="margin-top: 2em;"><h2>See Also</h2> | <div id="box" style="margin-top: 2em;"><h2>See Also</h2> | ||
<div style="padding: 0.5em;"> | <div style="padding: 0.5em;"> | ||
{{#if:{{{seealso|}}}|[[User:Toy_Wylie/RLV_Documentation/{{{seealso}}}|@{{{seealso}}}]]|}} | {{#if:{{{seealso|}}}|[[User:Toy_Wylie/RLV_Documentation/{{{seealso}}}|@{{{seealso}}}]]|<noinclude>List of related commands here</noinclude>}} | ||
{{#if:{{{seealsoalso|}}}| | {{#if:{{{seealsoalso|}}}| | ||
{{{seealsoalso}}}|}} | {{{seealsoalso}}}|<noinclude>Further notes here</noinclude>}} | ||
</div></div> | </div></div> | ||
<div id="box" style="margin-top: 2em;"><h2>Example</h2> | <div id="box" style="margin-top: 2em;"><h2>Example</h2> | ||
<div style="padding: 0.5em;"> | <div style="padding: 0.5em;"> | ||
{{{example}}} | {{{example|<noinclude>Example LSL code here</noinclude>}}} | ||
</div></div> | </div></div> | ||
Revision as of 03:08, 7 July 2010
{{{command}}}
Type
"Restriction", "Force", "Exception" or "General"
Implemented
Implemented since RLV version NUMBER
Usage
Usage here
Purpose
Purpose of this command here
See Also
List of related commands here Further notes here
Example
Example LSL code here