Difference between revisions of "Template:LSL Constants/PrimitiveParams/hole shape/fr"
Jump to navigation
Jump to search
Gally Young (talk | contribs) (Localized to french) |
m |
||
Line 6: | Line 6: | ||
! Forme | ! Forme | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL_Const/fr|PRIM_HOLE_DEFAULT|integer|hex=0x00|c=Par défaut}} | {{!}}{{LSL_Const/fr|PRIM_HOLE_DEFAULT|integer|hex=0x00|ihex=0|c=Par défaut}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{#var:comment}} | {{!}}{{#var:comment}} | ||
{{!}}{{LSL_Const/fr|PRIM_HOLE_SQUARE|integer|hex=0x20|c=Carré}} | {{!}}{{LSL_Const/fr|PRIM_HOLE_SQUARE|integer|hex=0x20|ihex=32|c=Carré}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{#var:comment}} | {{!}}{{#var:comment}} | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL_Const/fr|PRIM_HOLE_CIRCLE|integer|hex=0x10|c=Cercle}} | {{!}}{{LSL_Const/fr|PRIM_HOLE_CIRCLE|integer|hex=0x10|ihex=16|c=Cercle}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{#var:comment}} | {{!}}{{#var:comment}} | ||
{{!}}{{LSL_Const/fr|PRIM_HOLE_TRIANGLE|integer|hex=0x30|c=Triangle}} | {{!}}{{LSL_Const/fr|PRIM_HOLE_TRIANGLE|integer|hex=0x30|ihex=48|c=Triangle}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{#var:comment}} | {{!}}{{#var:comment}} | ||
{{!}}} | {{!}}} |
Latest revision as of 22:34, 16 May 2012
hole_shape Code | Forme | hole_shape Code | Forme | ||
---|---|---|---|---|---|
PRIM_HOLE_DEFAULT | 0x00 | Par défaut | PRIM_HOLE_SQUARE | 0x20 | Carré |
PRIM_HOLE_CIRCLE | 0x10 | Cercle | PRIM_HOLE_TRIANGLE | 0x30 | Triangle |