Difference between revisions of "Template:LSL Const"
Jump to navigation
Jump to search
m (Documentation) |
|||
Line 13: | Line 13: | ||
|<pre>{{LSL Const|name|type|value|hex=hex|c=comment|nolink=*}}</pre> | |<pre>{{LSL Const|name|type|value|hex=hex|c=comment|nolink=*}}</pre> | ||
|-{{Hl2}} | |-{{Hl2}} | ||
! | !Parameters | ||
!Description | |||
|- | |||
|1 | |||
|link target (if 4 is not supplied, this value is used as the name as well) | |||
|- | |||
|2 | |||
|type | |||
|- | |||
|3 | |||
|value | |||
|- | |||
|4 | |||
|name (if excluded the value for 1 is used instead) | |||
|- | |||
|hex | |||
|hex string | |||
|- | |||
|c | |||
|comment | |||
|- | |||
|ihex | |||
|used as the value instead of 3 and used to build 'hex' if it is not supplied | |||
|-{{Hl2}} | |||
!<nowiki>{{#var:</nowiki>''variable-name''<nowiki>}}</nowiki> | |||
!Values | !Values | ||
|- | |||
|cname | |||
|{{#var:cname}} | |||
|- | |||
|type | |||
|{{#var:type}} | |||
|- | |- | ||
|value | |value | ||
Line 24: | Line 54: | ||
|hvalue | |hvalue | ||
|{{#var:hvalue}} | |{{#var:hvalue}} | ||
|- | |- | ||
|comment | |comment |
Latest revision as of 14:02, 12 September 2013
See Template:LSL Const/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=*}} |
Parameters | Description |
1 | link target (if 4 is not supplied, this value is used as the name as well) |
2 | type |
3 | value |
4 | name (if excluded the value for 1 is used instead) |
hex | hex string |
c | comment |
ihex | used as the value instead of 3 and used to build 'hex' if it is not supplied |
{{#var:variable-name}} | Values |
cname | name |
type | type |
value | hex |
cvalue | value |
hvalue | hex |
comment | comment |