Template:LSL Const/fr: Difference between revisions
Jump to navigation
Jump to search
m Did not work out. Temporarily removing |
Gally Young (talk | contribs) m Localized to French |
||
| Line 1: | Line 1: | ||
<noinclude>consultez [[{{FULLPAGENAME}}/docs]] pour la 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|}}}}} | |||
{{#vardefine:cname|{{#if:{{{4|}}}|{{{4|{{{1}}}}}}|{{{1}}}}}}} | |||
}}{{{{#if:{{{nolink|}}}|HoverText|HoverLink}}|1={{{1}}}|2={{{2|}}} {{#var:cname}}{{#if:{{#var:hvalue}}| = {{#var:hvalue}}}}{{#if:{{#var:cvalue}}| = {{#var:cvalue}}}};{{#if:{{{c|}}}|//{{{c|}}}}}|3={{#var:cname}}}}</includeonly> | |||
Revision as of 16:40, 14 January 2008
consultez Template:LSL Const/fr/docs pour la 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 |