Difference between revisions of "Template:LSL Constants Perm Mask/fr"

From Second Life Wiki
Jump to navigation Jump to search
(creation)
 
m (updated ^^)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
{{!}}- valign="top"
{{!}}- valign="top"
{{!}}
{{!}}
{{{!}} class="sortable" {{Prettytable}}
{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}}
{{!}}-{{Hl2}}
{{!}}-{{Hl2}}
! title="Masques" {{!}} Masques
! title="Masques" {{!}} Masques
Line 8: Line 8:
! class="unsortable" {{!}} Descriptions
! class="unsortable" {{!}} Descriptions
{{!}}-
{{!}}-
{{!}} {{LSL_Const|MASK_BASE|integer|0|c=Renvoie les droits de base.}}
{{!}} {{LSL_Const/fr|MASK_BASE|integer|0|c=Renvoie les droits de base.}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const|MASK_OWNER|integer|1|c=Renvoie les droits du propriétaire de l'objet.}}
{{!}} {{LSL_Const/fr|MASK_OWNER|integer|1|c=Renvoie les droits du propriétaire de l'objet.}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const|MASK_GROUP|integer|2|c=Renvoie les droits du groupe.}}
{{!}} {{LSL_Const/fr|MASK_GROUP|integer|2|c=Renvoie les droits du groupe.}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const|MASK_EVERYONE|integer|3|c=Renvoie les droits des autres residents.}}
{{!}} {{LSL_Const/fr|MASK_EVERYONE|integer|3|c=Renvoie les droits des autres residents.}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const|MASK_NEXT|integer|4|c=Renvoie les droits du prochain propriétaire.}}
{{!}} {{LSL_Const/fr|MASK_NEXT|integer|4|c=Renvoie les droits du prochain propriétaire.}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}}
{{!}}}
{{!}}
{{!}}
{{{!}} class="sortable" {{Prettytable}}
{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}}
{{!}}-{{Hl2}}
{{!}}-{{Hl2}}
! title="Droits" {{!}} Droits
! title="Droits" {{!}} Droits
Line 35: Line 35:
!  class="unsortable" {{!}} Description
!  class="unsortable" {{!}} Description
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const|PERM_ALL|integer|hex=0x7FFFFFFF|c= Droits de Déplacer/Modifier/Copier/Transférer.}}
{{!}} {{LSL_Const/fr|PERM_ALL|integer|hex=0x7FFFFFFF|c= Droits de Déplacer/Modifier/Copier/Transférer.}}
{{!}} style="font-family:monospace;font-size:124%" {{!}} {{#var:value}}
{{!}} style="font-family:monospace;font-size:124%" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const|PERM_COPY|integer|hex=0x00008000|c=Droit de Copier.}}
{{!}} {{LSL_Const/fr|PERM_COPY|integer|hex=0x00008000|c=Droit de Copier.}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const|PERM_MODIFY|integer|hex=0x00004000|c=Droit de Modifier.}}
{{!}} {{LSL_Const/fr|PERM_MODIFY|integer|hex=0x00004000|c=Droit de Modifier.}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const|PERM_MOVE|integer|hex=0x00080000|c=Droit de Déplacer}}
{{!}} {{LSL_Const/fr|PERM_MOVE|integer|hex=0x00080000|c=Droit de Déplacer}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const|PERM_TRANSFER|integer|hex=0x00002000|c=Droit de Transférer}}
{{!}} {{LSL_Const/fr|PERM_TRANSFER|integer|hex=0x00002000|c=Droit de Transférer}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}}
{{!}}}
{{!}}}
{{!}}}

Latest revision as of 00:48, 11 April 2009

Masques Valeurs Descriptions
MASK_BASE 0 Renvoie les droits de base.
MASK_OWNER 1 Renvoie les droits du propriétaire de l'objet.
MASK_GROUP 2 Renvoie les droits du groupe.
MASK_EVERYONE 3 Renvoie les droits des autres residents.
MASK_NEXT 4 Renvoie les droits du prochain propriétaire.
Droits Valeurs Description
PERM_ALL 0x7FFFFFFF Droits de Déplacer/Modifier/Copier/Transférer.
PERM_COPY 0x00008000 Droit de Copier.
PERM_MODIFY 0x00004000 Droit de Modifier.
PERM_MOVE 0x00080000 Droit de Déplacer
PERM_TRANSFER 0x00002000 Droit de Transférer