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

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{{!}} {{!}}- valign="top" {{!}} {{{!}} class="sortable" {{Prettytable}} {{!}}-{{Hl2}} ! title="マスク" {{!}} マスク ! title="値" {{!}} ! class="unsortable" {{!}} 解説 {{!}}- {{!}...)
 
 
Line 6: Line 6:
! title="マスク" {{!}} マスク
! title="マスク" {{!}} マスク
! title="値" {{!}}
! title="値" {{!}}
! class="unsortable" {{!}} 解説
! class="unsortable" {{!}} 説明
{{!}}-
{{!}}-
{{!}} {{LSL_Const/ja|MASK_BASE|integer|0|c=基本権限。}}
{{!}} {{LSL_Const/ja|MASK_BASE|integer|0|c=ベースとなる権限。}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const/ja|MASK_OWNER|integer|1|c=現在のオーナの権限。}}
{{!}} {{LSL_Const/ja|MASK_OWNER|integer|1|c=現在のオーナーの権限。}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
Line 24: Line 24:
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const/ja|MASK_NEXT|integer|4|c=次のオーナがもちうる権限。}}
{{!}} {{LSL_Const/ja|MASK_NEXT|integer|4|c=次のオーナーがもつ権限。}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
Line 33: Line 33:
! title="権限" {{!}} 権限
! title="権限" {{!}} 権限
! title="値" {{!}} 値
! title="値" {{!}} 値
!  class="unsortable" {{!}} 解説
!  class="unsortable" {{!}} 説明
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const/ja|PERM_ALL|integer|hex=0x7FFFFFFF|c=移動/編集/複製/譲渡 権}}
{{!}} {{LSL_Const/ja|PERM_ALL|integer|hex=0x7FFFFFFF|c=移動/編集/複製/譲渡する権限}}
{{!}} style="font-family:monospace;font-size:124%" {{!}} {{#var:value}}
{{!}} style="font-family:monospace;font-size:124%" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const/ja|PERM_COPY|integer|hex=0x00008000|c=複製権}}
{{!}} {{LSL_Const/ja|PERM_COPY|integer|hex=0x00008000|c=複製する権限}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const/ja|PERM_MODIFY|integer|hex=0x00004000|c=編集権}}
{{!}} {{LSL_Const/ja|PERM_MODIFY|integer|hex=0x00004000|c=編集する権限}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const/ja|PERM_MOVE|integer|hex=0x00080000|c=移動権}}
{{!}} {{LSL_Const/ja|PERM_MOVE|integer|hex=0x00080000|c=移動する権限}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const/ja|PERM_TRANSFER|integer|hex=0x00002000|c=譲渡権}}
{{!}} {{LSL_Const/ja|PERM_TRANSFER|integer|hex=0x00002000|c=譲渡する権限}}
{{!}} 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:45, 4 May 2010

マスク 説明
MASK_BASE 0 ベースとなる権限。
MASK_OWNER 1 現在のオーナーの権限。
MASK_GROUP 2 アクティブなグループの権限。
MASK_EVERYONE 3 皆が持っている権限。
MASK_NEXT 4 次のオーナーがもつ権限。
権限 説明
PERM_ALL 0x7FFFFFFF 移動/編集/複製/譲渡する権限
PERM_COPY 0x00008000 複製する権限
PERM_MODIFY 0x00004000 編集する権限
PERM_MOVE 0x00080000 移動する権限
PERM_TRANSFER 0x00002000 譲渡する権限