Template:LSL All Functions/Key: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
|- | |- | ||
| align="center" | {{LSL_U}} || The function has not been implemented. <br/> Do not use functions marked as not implemented. | | align="center" | {{LSL_U}} || The function has not been implemented. <br/> Do not use functions marked as not implemented. | ||
|- | |||
| 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_GM}} || The function requires [[god mode|god-mode]]. <br/> 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.}} | {{#if:{{{ud|}}}|{{!}} align="center" {{!}} {{LSL_UD}} {{!!}} This function is [[User-defined_functions|User Defined]]. <br/> You should have some lsl knowledge using such Functions.}} | ||
|- | |- | ||
|} | |} | ||
Revision as of 06:06, 16 January 2012
| Key | Description |
|---|---|
| NEW | The function was recently added. |
| I | The 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. |
| B | This function is marked as broken and may not work. |
| G | The function requires god-mode. Functions marked as such cannot be used. |