Difference between revisions of "Template:LSL Const/fr"
Jump to navigation
Jump to search
m (Did not work out. Temporarily removing) |
Gally Young (talk | contribs) m (fixes) |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>consultez [[LSL Const/docs/fr]] pour la documentation. | |||
{| | |||
{|{{Prettytable/fr}} | |||
|-{{Hl2}} | |||
!Exemple | |||
!Texte | |||
|- | |||
||{{{{FULLPAGENAME}}|name|type|value|hex=hex|c=comment}} | |||
|<pre>{{LSL Const/fr|name|type|value|hex=hex|c=comment}}</pre> | |||
|- | |||
||{{{{FULLPAGENAME}}|name|type|value|hex=hex|c=comment|nolink=*}} | |||
|<pre>{{LSL Const/fr|name|type|value|hex=hex|c=comment|nolink=*}}</pre> | |||
|-{{Hl2}} | |||
!Variables | |||
!Valeurs | |||
|- | |||
|value | |||
|{{#var:value}} | |||
|- | |||
|cvalue | |||
|{{#var:cvalue}} | |||
|- | |||
|hvalue | |||
|{{#var:hvalue}} | |||
|- | |||
|type | |||
|{{#var:type}} | |||
|- | |||
|commentaire | |||
|{{#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/fr|!}}|{{#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}}}/fr|2={{{2|}}} {{#var:cname}}{{#if:{{#var:hvalue}}| = {{#var:hvalue}}}}{{#if:{{#var:cvalue}}| = {{#var:cvalue}}}};{{#if:{{{c|}}}|//{{{c|}}}}}|3={{#var:cname}}}}</includeonly> |
Latest revision as of 08:05, 10 February 2008
consultez LSL Const/docs/fr pour la documentation.
Exemple | Texte |
---|---|
name | {{LSL Const/fr|name|type|value|hex=hex|c=comment}} |
name | {{LSL Const/fr|name|type|value|hex=hex|c=comment|nolink=*}} |
Variables | Valeurs |
value | hex |
cvalue | value |
hvalue | hex |
type | type |
commentaire | comment |