Modèle:AllFonctionsLegend/en

De DigiWiki.

(Différences entre les versions)
(Legende)
 
(14 versions intermédiaires masquées)
Ligne 1 : Ligne 1 :
-
<noinclude>{{Languages}}</noinclude> ==Legend==
+
<noinclude>{{Languages|Scripting/Fonctions/Legend}}</noinclude>
-
{{#if:
+
===Legende===
-
{{#vardefine:lsl-new|New - The function was recently added..}}
+
{{#if:{{#vardefine:lsl-new|New - '''New:''' The function was recently added.}}
-
{{#vardefine:lsl-d|Deprecated - This function has been deprecated but still works. It is best to avoid functions marked as deprecated.}}
+
{{#vardefine:lsl-alpha|Alpha - '''Alpha:''' La fonction n'est actuellement pas disponnible sur la grille principal, elle est disponnible uniquement sur Aditi.}}
-
{{#vardefine:lsl-r|Removed - This function has not only been deprecated, it has been removed. Do not use functions marked as removed.}}
+
{{#vardefine:lsl-i|Unknow - '''Unknow:''' The [[LSL Function ID|function ID]] for the function is not known, or it may not have one.}}
-
{{#vardefine:lsl-u|Not Implemented - This function has not been implemented. Do not use functions marked as not implemented.}}
+
{{#vardefine:lsl-d|Deprecated - '''Deprecated:''' This function has been deprecated but still works. It is best to avoid functions marked as deprecated.}}
-
{{#vardefine:lsl-gm|God Mode - This function requires god-mode. Functions marked as such cannot be used.}}
+
{{#vardefine:lsl-r|Removed - '''Removed:''' This function has not only been deprecated, it has been removed. Do not use functions marked as removed.}}
-
{{#vardefine:lsl-ud|User Defined - This function is created by users and is not official lsl functions.}}
+
{{#vardefine:lsl-u|Not Implemented - '''Not Implemented:''' This function has not been implemented. Do not use functions marked as not implemented.}}
-
{{#vardefine:lsl-br|Broken - This function is marked as broken and may not work.}}
+
{{#vardefine:lsl-gm|God Mode - '''God Mode:''' This function requires god-mode. Functions marked as such cannot be used.}}
-
{{#vardefine:lsl-rq|Requested- This function has been requested by several users and has not been implemented. Do not use functions marked as requested.}}
+
{{#vardefine:lsl-ud|User Defined - '''User: Defined:''' This function is created by users and is not official lsl functions.}}
-
 
+
{{#vardefine:lsl-br|Broken - '''Broken:''' This function is marked as broken and may not work.}}
-
}}
+
{{#vardefine:lsl-rq|Requested- '''Requested:''' This function has been requested by several users and has not been implemented. Do not use functions marked as requested.}}}}
{| {{Prettytable}}
{| {{Prettytable}}
|- {{Hl2}}
|- {{Hl2}}
Ligne 16 : Ligne 16 :
! Description
! Description
|-
|-
-
| align="center" | {{LSL New}} || The function was recently added.
+
| align="center" | {{LSL New}} || '''New:'''  The function was recently added.
|-
|-
-
| align="center" | {{LSL_I}} || The [[LSL Function ID|function ID]] for the function is not known, or it may not have one.
+
| align="center" | {{LSL_ALPHA}} || '''Alpha:''' La fonction n'est actuellement pas disponnible sur la grille principal, elle est disponnible uniquement sur Aditi.
|-
|-
-
| align="center" | {{LSL_D}} || The function has been deprecated but still works. <br/> It is best to avoid functions marked as deprecated.
+
| align="center" | {{LSL_I}} || '''Unknow:''' The [[LSL Function ID|function ID]] for the function is not known, or it may not have one.
|-
|-
-
| align="center" | {{LSL_R}} || The function has not only been deprecated, it has been removed. <br/> Do not use functions marked as removed.
+
| align="center" | {{LSL_D}} || '''Deprecated:''' The function has been deprecated but still works. It is best to avoid functions marked as deprecated.
|-
|-
-
| align="center" | {{LSL_U}} || The function has not been implemented. <br/> Do not use functions marked as not implemented.
+
| align="center" | {{LSL_R}} || '''Removed:''' The function has not only been deprecated, it has been removed. Do not use functions marked as removed.
|-
|-
-
| align="center" | {{LSL_BR}} || This function is marked as broken and may not work.
+
| align="center" | {{LSL_U}} || '''Not Implemented:''' The function has not been implemented. Do not use functions marked as not implemented.
|-
|-
-
| align="center" | {{LSL_GM}} || The function requires [[god mode|god-mode]]. <br/> Functions marked as such cannot be used.
+
| align="center" | {{LSL_BR}} || '''Broken:''' This function is marked as broken and may not work.
|-
|-
-
| align="center" | {{LSL_RQ}} || This function has been requested by several users and has not been implemented. <br/> Do not use functions marked as requested.
+
| align="center" | {{LSL_GM}} || '''God Mode:''' The function requires [[god mode|god-mode]]. Functions marked as such cannot be used.
|-
|-
-
{{#if:{{{ud|}}}|{{!}} align="center" {{!}} {{LSL_UD}} {{!!}} This function is [[User-defined_functions|User Defined]]. <br/> You should have some lsl knowledge using such Functions.}}
+
| align="center" | {{LSL_RQ}} || '''Requested:''' This function has been requested by several users and has not been implemented. Do not use functions marked as requested.
 +
|-
 +
{{#if:{{{ud|}}}|{{!}} align="center" {{!}} {{LSL_UD}} {{!!}} '''User: Defined:''' This function is [[User-defined_functions|User Defined]]. You should have some lsl knowledge using such Functions.}}
 +
|-
 +
<!-- Thread Level -->
 +
| align="center" | {{LSL_TL_NO}} || '''None:''' Function is no threat at all. It doesn't constitute a threat to either users or the system and has no known side effects.
 +
|-
 +
| align="center" | {{LSL_TL_NU}} || '''Nuisance:''' Abuse of this command can cause a nuisance to the region operator, such as log message spew.
 +
|-
 +
| align="center" | {{LSL_TL_VL}} || '''Very Low:''' Extreme levels of abuse of this function can cause impaired functioning of the region, or very gullible users can be tricked into experiencing harmless effects.
 +
|-
 +
| align="center" | {{LSL_TL_LO}} || '''Low:''' Intentional abuse can cause crashes or malfunction under certain circumstances, which can be easily rectified; or certain users can be tricked into certain situations in an avoidable manner.
 +
|-
 +
| align="center" | {{LSL_TL_MO}} || '''Moderate:''' Intentional abuse can cause denial of service and crashes with potential of data or state loss; or trusting users can be tricked into embarrassing or uncomfortable situations.
 +
|-
 +
| align="center" | {{LSL_TL_HI}} || '''High:''' Casual abuse can cause impaired functionality or temporary denial of service conditions. Intentional abuse can easily cause crashes with potential data loss, or can be used to trick experienced and cautious users into unwanted situations, or changes global data permanently and without undo ability.
 +
|-
 +
| align="center" | {{LSL_TL_VH}} || '''Very High:''' Even normal use may, depending on the number of instances, or frequency of use, result in severe service impairment or crash with loss of data, or can be used to cause unwanted or harmful effects on users without giving the user a means to avoid it.
 +
|-
 +
| align="center" | {{LSL_TL_SE}} || '''Severe:''' Even casual use is a danger to region stability, or function allows console or OS command execution, or function allows taking money without consent, or allows deletion or modification of user data, or allows the compromise of sensitive data by design.
 +
|-
 +
<!-- AA/AO Support -->
 +
| align="center" | {{LSL_AA}} || Aurora-Sim '''unique''' functions.
 +
|-
 +
| align="center" | {{LSL_OS}} || OpenSimulator '''unique''' functions.
 +
|-
 +
| align="center" | {{LSL_AA_OS}} || Aurora-Sim & OpenSim common supported functions.
|-
|-
|}
|}

Version actuelle en date du 17 mars 2012 à 07:55

Legende

Key Description
 NEW  New: The function was recently added.
 ALPHA  Alpha: La fonction n'est actuellement pas disponnible sur la grille principal, elle est disponnible uniquement sur Aditi.
 I  Unknow: The function ID for the function is not known, or it may not have one.
 D  Deprecated: The function has been deprecated but still works. It is best to avoid functions marked as deprecated.
 R  Removed: The function has not only been deprecated, it has been removed. Do not use functions marked as removed.
 U  Not Implemented: The function has not been implemented. Do not use functions marked as not implemented.
 B  Broken: This function is marked as broken and may not work.
 GM  God Mode: The function requires god-mode. Functions marked as such cannot be used.
 RQ  Requested: This function has been requested by several users and has not been implemented. Do not use functions marked as requested.
 NO  None: Function is no threat at all. It doesn't constitute a threat to either users or the system and has no known side effects.
 NU  Nuisance: Abuse of this command can cause a nuisance to the region operator, such as log message spew.
 VL  Very Low: Extreme levels of abuse of this function can cause impaired functioning of the region, or very gullible users can be tricked into experiencing harmless effects.
 LO  Low: Intentional abuse can cause crashes or malfunction under certain circumstances, which can be easily rectified; or certain users can be tricked into certain situations in an avoidable manner.
 MO  Moderate: Intentional abuse can cause denial of service and crashes with potential of data or state loss; or trusting users can be tricked into embarrassing or uncomfortable situations.
 HI  High: Casual abuse can cause impaired functionality or temporary denial of service conditions. Intentional abuse can easily cause crashes with potential data loss, or can be used to trick experienced and cautious users into unwanted situations, or changes global data permanently and without undo ability.
 VH  Very High: Even normal use may, depending on the number of instances, or frequency of use, result in severe service impairment or crash with loss of data, or can be used to cause unwanted or harmful effects on users without giving the user a means to avoid it.
 SE  Severe: Even casual use is a danger to region stability, or function allows console or OS command execution, or function allows taking money without consent, or allows deletion or modification of user data, or allows the compromise of sensitive data by design.
 AA  Aurora-Sim unique functions.
 OS  OpenSimulator unique functions.
 AAOS  Aurora-Sim & OpenSim common supported functions.
Outils personnels
  • Cette page a été consultée 756 fois.
donate
Google Ads