User:Strife Onizuka/Sandbox/Switch/Switch: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<! | <noinclude>See [[{{FULLPAGENAME}}/docs]] for documentation. | ||
{{ | |||
| | {| | ||
| | {|{{Prettytable}} | ||
|}} | |-{{Hl2}} | ||
!Example | |||
!Raw Text | |||
|- | |||
||{{{{FULLPAGENAME}}|name|type|value|hex=hex|c=comment}} | |||
|<pre>{{LSL Const|name|type|value|hex=hex|c=comment}}</pre> | |||
|- | |||
||{{{{FULLPAGENAME}}|name|type|value|hex=hex|c=comment|nolink=*}} | |||
|<pre>{{LSL Const|name|type|value|hex=hex|c=comment|nolink=*}}</pre> | |||
|-{{Hl2}} | |||
!Variables | |||
!Values | |||
|- | |||
|value | |||
|{{#var:value}} | |||
|- | |||
|cvalue | |||
|{{#var:cvalue}} | |||
|- | |||
|hvalue | |||
|{{#var:hvalue}} | |||
|- | |||
|type | |||
|{{#var:type}} | |||
|- | |||
|comment | |||
|{{#var:comment}} | |||
|} | |||
</noinclude><includeonly>{{#if: | |||
{{#vardefine:hvalue|{{{hex|}}}}} | |||
{{#vardefine:cvalue|{{#if:{{{ihex|}}}|{{{ihex|}}}|{{{3|}}}}}}} | |||
{{#vardefine:value|{{#if:{{#var:hvalue}}{{{ihex|}}}|{{{{#if:{{#var:hvalue}}{{{ihex|}}}|LSL Hex|!}}|{{#var:hvalue}}|{{#var:cvalue}}}}|{{#var:cvalue}}}}}} | |||
{{#vardefine:comment|{{{c|}}}}} | |||
{{#vardefine:type|{{{2|}}}}} | |||
}}{{{{#if:{{{nolink|}}}|HoverText|HoverLink}}|1={{{1}}}|2={{{2|}}} {{{1}}}{{#if:{{#var:hvalue}}| = {{#var:hvalue}}}}{{#if:{{#var:cvalue}}| = {{#var:cvalue}}}};{{#if:{{{c|}}}|//{{{c|}}}}}|3={{#if:{{{4|}}}|{{{4|{{{1}}}}}}|{{{1}}}}}}}</includeonly> |
Revision as of 11:14, 6 August 2007
See User:Strife Onizuka/Sandbox/Switch/Switch/docs for documentation.
Example | Raw Text |
---|---|
name | {{LSL Const|name|type|value|hex=hex|c=comment}} |
name | {{LSL Const|name|type|value|hex=hex|c=comment|nolink=*}} |
Variables | Values |
value | hex |
cvalue | value |
hvalue | hex |
type | type |
comment | comment |