Difference between revisions of "Template:LSL Constant"

From Second Life Wiki
Jump to navigation Jump to search
Line 22: Line 22:


=Example=
=Example=
</noinclude><includeonly>__NOEDITSECTION__ {{#if:{{{self|}}}||{{LSLC|Constants|{{lcfirst:{{{name|{{#var:name}}}}}}}}}{{LSLC|{{ucfirst:{{{type|{{#var:type}}}}}}}}}}}  
</noinclude><includeonly>__NOEDITSECTION__ {{#vardefine:sort|{{lcfirst:{{{name|{{#var:name}}}}}}}}} {{#if:{{{self|}}}||{{LSLC|Constants}}{{LSLC|{{ucfirst:{{{type|{{#var:type}}}}}}}}}}}  
</includeonly>{{{!}} width="100%"
</includeonly>{{{!}} width="100%"
{{!}}<div id="box">
{{!}}<div id="box">

Revision as of 18:39, 27 February 2007

See Template:LSL Constant/docs for documentation.


{{LSL Constant
|name
|type
|value
|desc
|examples
|events
|functions
|cat1
|cat2
|cat3
|cat4
|cat5
|cat6
}}

Example

[[{{var:type}}]] [[{{var:name}}]] = {{var:value}};

The {{var:type}} constant {{var:name}} has the value {{var:value}}

{{var:desc}}

Functions and Events

Constants

{{var:constants}}

Functions

{{var:functions}}

Events

{{var:events}}

Examples

{{var:examples}}