Template:LSL Constant: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
Strife Onizuka (talk | contribs)
No edit summary
Line 35: Line 35:
{{!}}-
{{!}}-
{{#if:{{{functions|{{#var:functions}}}}}|
{{#if:{{{functions|{{#var:functions}}}}}|
{{!}} colspan="100" {{!}}
{{!}} colspan="10" {{!}} <h3>Functions</h3>
===Functions===
{{!}}-
{{!}}-
{{{functions|{{#var:functions}}}}} }}
{{{functions|{{#var:functions}}}}} }}
{{!}}-
{{!}}-
{{#if:{{{events|{{#var:events}}}}}|
{{#if:{{{events|{{#var:events}}}}}|
{{!}} colspan="100" {{!}}
{{!}} colspan="10" {{!}} <h3>Events</h3>
===Events===
{{!}}-
{{!}}-
{{{events|{{#var:events}}}}} }}
{{{events|{{#var:events}}}}} }}

Revision as of 15:11, 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}}.

Functions and Events

Functions

{{var:functions}}

Events

{{var:events}}

Examples

{{var:examples}}