Difference between revisions of "Template:LSL Constant"

From Second Life Wiki
Jump to navigation Jump to search
Line 37: Line 37:
{{{!}}
{{{!}}
{{{constants|{{#var:constants}}}}}
{{{constants|{{#var:constants}}}}}
{{!}}} }}
{{!}}} }}{{#if:{{{functions|{{#var:functions}}}}}|<h3>Functions</h3>
{{#if:{{{functions|{{#var:functions}}}}}|<h3>Functions</h3>
{{{!}}
{{{!}}
{{{functions|{{#var:functions}}}}}
{{{functions|{{#var:functions}}}}}
{{!}}} }}
{{!}}} }}{{#if:{{{events|{{#var:events}}}}}|<h3>Events</h3>
{{#if:{{{events|{{#var:events}}}}}|<h3>Events</h3>
{{{!}}
{{{!}}
{{{events|{{#var:events}}}}}
{{{events|{{#var:events}}}}}
{{!}}} }}
{{!}}} }}</div></div>
</div></div>
{{!}}-
{{!}}-
{{#if:{{{examples|{{#var:examples}}}}}|
{{#if:{{{examples|{{#var:examples}}}}}|

Revision as of 05:57, 1 March 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}}