Difference between revisions of "Template:LSL Constant"

From Second Life Wiki
Jump to navigation Jump to search
m (made a small mistake that i didn't notice during testing ^^;)
Line 57: Line 57:
{{!}}-
{{!}}-
{{#if:{{{pa|}}}{{#var:pa}}|{{!}}
{{#if:{{{pa|}}}{{#var:pa}}|{{!}}
{{{pa}}}{{#var:pa}}}}
{{{pa|}}}{{#var:pa}}}}
{{!}}-
{{!}}-
{{#if:{{{pb|}}}{{#var:pb}}|{{!}}
{{#if:{{{pb|}}}{{#var:pb}}|{{!}}
{{{pb}}}{{#var:pb}}}}
{{{pb|}}}{{#var:pb}}}}
{{!}}-
{{!}}-
{{#if:{{{pc|}}}{{#var:pc}}|{{!}}
{{#if:{{{pc|}}}{{#var:pc}}|{{!}}
{{{pc}}}{{#var:pc}}}}
{{{pc|}}}{{#var:pc}}}}
{{!}}-
{{!}}-
{{!}}<div id="box">
{{!}}<div id="box">

Revision as of 16:11, 25 February 2008

See Template:LSL Constant/docs for documentation.

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

Example

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

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

{{var:desc}}

{{var:pa}}

{{var:pb}}

{{var:pc}}

Related Functions, Events & Constants

Constants

{{var:constants}}

Functions

{{var:functions}}

Events

{{var:events}}

Examples

{{var:examples}}

Source Location

{{var:location}}