Template:FunctionStatusRow
From OpenSimulator
(Difference between revisions)
(corrected table display to match data. Changed WIKI target to LL as lslwiki.net/lslwiki/wakka is extremely out of date.) |
|||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
|-{{#if:{{{anc|}}}|id = "{{{anc|}}}"}} | |-{{#if:{{{anc|}}}|id = "{{{anc|}}}"}} | ||
− | |{{#ifeq:{{{status|}}}|ready|style="background-color:#FF40FF"}}{{#ifeq:{{{status|}}}|part|style="background-color:#FFFF99"}}{{#ifeq:{{{status|}}}|full|style="background-color:#99CC00"}}{{#ifeq:{{{status|}}}|fail|style="background-color:#C00000"}}{{#ifeq:{{{status|}}}|deprecated|style="background-color:#C0C0C0"}}|[http:// | + | |{{#ifeq:{{{status|}}}|ready|style="background-color:#FF40FF"}}{{#ifeq:{{{status|}}}|part|style="background-color:#FFFF99"}}{{#ifeq:{{{status|}}}|full|style="background-color:#99CC00"}}{{#ifeq:{{{status|}}}|fail|style="background-color:#C00000"}}{{#ifeq:{{{status|}}}|deprecated|style="background-color:#C0C0C0"}}|[http://wiki.secondlife.com/wiki/{{{name|}}} {{{name|}}}] |
||{{{impl|}}} | ||{{{impl|}}} | ||
||{{#if:{{{dev|}}}|[[User:{{{dev|}}}|{{{dev|}}}]]}} | ||{{#if:{{{dev|}}}|[[User:{{{dev|}}}|{{{dev|}}}]]}} | ||
||{{#if:{{{test|}}}|[[User:{{{test|}}}|{{{test|}}}]]}} | ||{{#if:{{{test|}}}|[[User:{{{test|}}}|{{{test|}}}]]}} | ||
− | ||{{{comment | + | ||{{{comment|}}}</includeonly><noinclude> |
− | + | ||
− | + | ||
===What's this template?=== | ===What's this template?=== | ||
It is used in [[LSL Status/Functions]]. It creates rows for the status list. | It is used in [[LSL Status/Functions]]. It creates rows for the status list. | ||
Line 20: | Line 18: | ||
|test=Charlie Omega | |test=Charlie Omega | ||
|comment= (2683) | |comment= (2683) | ||
− | |||
− | |||
|anc=C | |anc=C | ||
}} | }} | ||
Line 33: | Line 29: | ||
* '''test''': Tester's name. Same as above. | * '''test''': Tester's name. Same as above. | ||
* '''comment''': Shown in ''Comments'' column. | * '''comment''': Shown in ''Comments'' column. | ||
− | |||
− | |||
* '''anc''': If you specify it, it will be the destination for the alphabet link above the list. | * '''anc''': If you specify it, it will be the destination for the alphabet link above the list. | ||
Revision as of 09:44, 1 March 2012
Contents |
What's this template?
It is used in LSL Status/Functions. It creates rows for the status list.
Usage Sample
{{FunctionStatusRow |name=llCeil |status=full |impl=Yes |dev= |test=Charlie Omega |comment= (2683) |anc=C }}
Definition
- name: The function's name.
- status: Current status of the function implementation. Choose from "ready", "part", "full", "fail", and "deprecated".
- impl: Shown in Implemented column.
- dev: Developer's name. If you exactly specify the username of them on OpenSim wiki, it will point to their userpage.
- test: Tester's name. Same as above.
- comment: Shown in Comments column.
- anc: If you specify it, it will be the destination for the alphabet link above the list.
Status Table
Ready for Testing | Partially Implemented | Fully Implemented | Tested/Fail | Deprecated | Not supported |
- Ready for Testing -> "ready"
- Partially Implemented -> "part"
- Fully Implemented -> "full"
- Tested/Fail -> "fail"
- Deprecated -> "deprecated"