Difference between revisions of "Template:LSL Constant"

From Second Life Wiki
Jump to navigation Jump to search
Line 25: Line 25:
== [[{{{type|{{#var:type}}}}}]] {{{name|{{#var:name}}}}} = {{{value|{{#var:value}}}}}; ==
== [[{{{type|{{#var:type}}}}}]] {{{name|{{#var:name}}}}} = {{{value|{{#var:value}}}}}; ==
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{{desc|{{#var:desc}}}}}
The {{{type|{{#var:type}}}}} constant {{{name|{{#var:name}}}}} has the value {{{value|{{#var:value}}}}}.{{#if:{{{desc|{{#var:desc}}}}}|<br/>{{{desc|{{#var:desc}}}}}}}
</div></div>
</div></div>
{{!}}-
{{!}}-

Revision as of 14:54, 27 February 2007

See Template:LSL Constant/docs for documentation.

{{LSL Constant
|name
|type
|value
|desc
|examples
|links
|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

{{var:links}}

Examples

{{var:examples}}