Difference between revisions of "Template:LSL Constant"

From Second Life Wiki
Jump to navigation Jump to search
Line 34: Line 34:
== Functions and Events ==
== Functions and Events ==
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{#if:{{{constants|{{#var:constants}}}}}|<h3>Constants</h3>
{{{!}}
{{{!}}
{{!}}-
{{{constants|{{#var:constants}}}}}
{{#if:{{{constants|{{#var:constants}}}}}|
{{!}}} }}
{{!}} colspan="10" {{!}} <h3>Constants</h3>
{{#if:{{{functions|{{#var:functions}}}}}|<h3>Functions</h3>
{{!}}-
{{{!}}
{{{constants|{{#var:constants}}}}} }}
{{{functions|{{#var:functions}}}}}
{{!}}-
{{!}}} }}
{{#if:{{{functions|{{#var:functions}}}}}|
{{#if:{{{events|{{#var:events}}}}}|<h3>Events</h3>
{{!}} colspan="10" {{!}} <h3>Functions</h3>
{{{!}}
{{!}}-
{{{events|{{#var:events}}}}}
{{{functions|{{#var:functions}}}}} }}
{{!}}} }}
{{!}}-
{{#if:{{{events|{{#var:events}}}}}|
{{!}} colspan="10" {{!}} <h3>Events</h3>
{{!}}-
{{{events|{{#var:events}}}}} }}
{{!}}}
</div></div>
</div></div>
{{!}}-
{{!}}-

Revision as of 01:39, 28 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}}