Template:Indicator: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Colspan is cool |
||
Line 29: | Line 29: | ||
|Used | |Used | ||
|'''<nowiki>{{Indicator|used}}</nowiki>''' | |'''<nowiki>{{Indicator|used}}</nowiki>''' | ||
|{{Indicator|used}} | |colspan="2"|{{Indicator|used}} | ||
|- | |- | ||
|Unused | |Unused | ||
|'''<nowiki>{{Indicator|unused}}</nowiki>''' | |'''<nowiki>{{Indicator|unused}}</nowiki>''' | ||
|{{Indicator|unused}} | |colspan="2"|{{Indicator|unused}} | ||
|} | |} | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Revision as of 03:00, 4 September 2024
A simple template to indicate the status of a level. This template is meant for use on the Puzzle and Blind Kaizo Race pages and is an edit of Template:MscTileInf originally by Sagiri Himoto. Icons are automatically centered.
Parameters
There are two parameters, both of which are required for the template to function correctly (see below examples).
Examples
Usage | Code | Output with Syntax 1 | Output with Syntax 2 |
---|---|---|---|
Online | {{Indicator|online}} or {{Indicator|0|0}} |
||
Online (reuploaded) | {{Indicator|reuploaded}} or {{Indicator|0|1}} |
||
To test on current version | {{Indicator|pending}} or {{Indicator|1|0}} |
||
Deleted | {{Indicator|deleted}} or {{Indicator|1|1}} |
||
Used | {{Indicator|used}} | ||
Unused | {{Indicator|unused}} |