Difference between revisions of "Template:RLV Documentation/Command"

From Second Life Wiki
Jump to navigation Jump to search
m (Added placeholders)
(added automatic linking of seealso commands)
Line 31: Line 31:
<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}}}]]|<noinclude>List of related commands here</noinclude>}}
{{#if:{{{seealso|}}}|
 
{{#vardefine:path|User:Toy_Wylie/RLV_Documentation/}}
{{#vardefine:commands|{{{seealso}}}}}
 
{{#vardefine:cmd|{{#explode:{{#var:commands}}| |0}}}}
{{#if:{{#var:cmd|}}|[[{{#var:path}}{{#var:cmd|}}|@{{#var:cmd|}}]]
{{#vardefine:cmd|{{#explode:{{#var:commands}}| |1}}}}
{{#if:{{#var:cmd|}}| [[{{#var:path}}{{#var:cmd|}}|@{{#var:cmd|}}]]
{{#vardefine:cmd|{{#explode:{{#var:commands}}| |2}}}}
{{#if:{{#var:cmd|}}| [[{{#var:path}}{{#var:cmd|}}|@{{#var:cmd|}}]]
{{#vardefine:cmd|{{#explode:{{#var:commands}}| |3}}}}
{{#if:{{#var:cmd|}}| [[{{#var:path}}{{#var:cmd|}}|@{{#var:cmd|}}]]
{{#vardefine:cmd|{{#explode:{{#var:commands}}| |4}}}}
{{#if:{{#var:cmd|}}| [[{{#var:path}}{{#var:cmd|}}|@{{#var:cmd|}}]]
{{#vardefine:cmd|{{#explode:{{#var:commands}}| |5}}}}
{{#if:{{#var:cmd|}}| [[{{#var:path}}{{#var:cmd|}}|@{{#var:cmd|}}]]
{{#vardefine:cmd|{{#explode:{{#var:commands}}| |6}}}}
{{#if:{{#var:cmd|}}| [[{{#var:path}}{{#var:cmd|}}|@{{#var:cmd|}}]]
{{#vardefine:cmd|{{#explode:{{#var:commands}}| |7}}}}
{{#if:{{#var:cmd|}}| [[{{#var:path}}{{#var:cmd|}}|@{{#var:cmd|}}]]
{{#vardefine:cmd|{{#explode:{{#var:commands}}| |8}}}}
{{#if:{{#var:cmd|}}| [[{{#var:path}}{{#var:cmd|}}|@{{#var:cmd|}}]]
{{#vardefine:cmd|{{#explode:{{#var:commands}}| |9}}}}
{{#if:{{#var:cmd|}}| [[{{#var:path}}{{#var:cmd|}}|@{{#var:cmd|}}]]
}} }} }} }} }} }} }} }} }} }}
 
|<noinclude>List of related commands here</noinclude>}}
{{#if:{{{seealsoalso|}}}|
{{#if:{{{seealsoalso|}}}|


{{{seealsoalso}}}|<noinclude>Further notes here</noinclude>}}
{{{seealsoalso}}}|<noinclude> - Further notes here</noinclude>}}
</div></div>
</div></div>



Revision as of 05:59, 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