Difference between revisions of "Template:LSL All Functions/Key"
Jump to navigation
Jump to search
m |
Rider Linden (talk | contribs) |
||
(18 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{Multi-lang}}</noinclude>{{#if: | <noinclude>{{Multi-lang|category=LSL}}</noinclude>{{#if: | ||
{{#vardefine:lsl-new|New - | {{#vardefine:lsl-new|New - This function was recently added.}} | ||
{{#vardefine:lsl-d|Deprecated - | {{#vardefine:lsl-upd|Updated - This function was recently updated.}} | ||
{{#vardefine:lsl-r|Removed - | {{#vardefine:lsl-d|Deprecated - This function has been deprecated but still works. It is best to avoid functions marked as deprecated.}} | ||
{{#vardefine:lsl-u|Not Implemented - | {{#vardefine:lsl-i|LSO ID Unknown - The LSO function ID for the function is not known, or it may not have one.}} | ||
{{#vardefine:lsl-gm|God Mode - | {{#vardefine:lsl-r|Removed - This function has not only been deprecated, it has been removed. Do not use functions marked as removed.}} | ||
{{#vardefine:lsl-u|Not Implemented - This function has not been implemented. Do not use functions marked as not implemented.}} | |||
{{#vardefine:lsl-gm|God Mode - This function requires god-mode. Functions marked as such cannot be used.}} | |||
{{#vardefine:lsl-ud|User Defined - This function is created by users and is not official lsl functions.}} | |||
{{#vardefine:lsl-br|Broken - This function is marked as broken and may not work.}} | |||
{{#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-ex|This function requires an experience.}} | |||
{{#vardefine:lsl-xp|This function requires a Linden Owned experience.}} | |||
{{#vardefine:lsl-test|This is an experimental function or event, it may not be available everywhere and its details may change before release.}} | |||
}} | }} | ||
Line 13: | Line 21: | ||
! Description | ! Description | ||
|- | |- | ||
|| {{LSL New}} || The function was recently added. | | align="center" | {{LSL New}} || The function was recently added. | ||
|- | |- | ||
|| {{ | | align="center" | {{LSL_UPD}} || This function has been updated recently. | ||
|- | |- | ||
|| {{ | | align="center" | {{LSL_EXP}} || This function requires an experience. | ||
|- | |||
| align="center" | {{LSL_I}} || The LSO [[LSL Function ID|function ID]] for the function is not known, or it may not have one. | |||
|- | |- | ||
|| {{LSL_U}} || The function has not been implemented. <br/> Do not use functions marked as not implemented. | | 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_R}} || The function has not only been deprecated, it has been removed. <br/> Do not use functions marked as removed. | |||
|- | |||
| align="center" | {{LSL_U}} || The function has not been implemented. <br/> Do not use functions marked as not implemented. | |||
|- | |||
| align="center" | {{LSL_TEST}} || This is an experimental function currently being tested on the beta-grid. | |||
|- | |||
| align="center" | {{LSL_BR}} || This function is marked as broken and may not work. | |||
|- | |||
| align="center" | {{LSL_GM}} || The function requires [[god mode|god-mode]]. <br/> Functions marked as such cannot be used. | |||
|- | |||
| align="center" | {{LSL_PXP}} || This function requires a Linden Owned experience. | |||
|- | |||
| 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. | |||
|- | |||
{{#if:{{{ud|}}}|{{!}} align="center" {{!}} {{LSL_UD}} {{!!}} This function is [[User-defined_functions|User Defined]]. <br/> You should have some lsl knowledge using such Functions.}} | |||
|- | |- | ||
|} | |} |
Latest revision as of 15:35, 23 February 2024
Key | Description |
---|---|
NEW | The function was recently added. |
U | This function has been updated recently. |
X | This function requires an experience. |
I | The LSO function ID for the function is not known, or it may not have one. |
D | The function has been deprecated but still works. It is best to avoid functions marked as deprecated. |
R | The function has not only been deprecated, it has been removed. Do not use functions marked as removed. |
U | The function has not been implemented. Do not use functions marked as not implemented. |
🧬 | This is an experimental function currently being tested on the beta-grid. |
B | This function is marked as broken and may not work. |
G | The function requires god-mode. Functions marked as such cannot be used. |
LX | This function requires a Linden Owned experience. |
RQ | This function has been requested by several users and has not been implemented. Do not use functions marked as requested. |