Template:Indicator: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
SagiriHimoto (talk | contribs) Reworked to use a switch case, since there's only one variable here. You guys failed to code this template twice now |
||
Line 1: | Line 1: | ||
<includeonly><span style="image-rendering:pixelated;">{{# | <includeonly><span style="image-rendering:pixelated;">{{#switch:{{{1|}}}|online=[[File:online-indicator.png|25px|sub|center|This level is online.]]|reuploaded=[[File:Reuploaded-indicator.png|25px|sub|center|This level has been reuploaded and is online.]]|pending=[[File:pending-indicator.png|25px|sub|center|This level is pending playtesting on the current version.]]|deleted=[[File:deleted-indicator.png|25px|sub|center|This level has been deleted.]]|0={{#switch:{{{2|0}}}|0=[[File:online-indicator.png|25px|sub|center|This level is online.]]|1=[[File:Reuploaded-indicator.png|25px|sub|center|This level has been reuploaded and is online.]]}}|1={{#switch:{{{2|0}}}|0=[[File:pending-indicator.png|25px|sub|center|This level is pending playtesting on the current version.]]|1=[[File:deleted-indicator.png|25px|sub|center|This level has been deleted.]]}}}}</span></includeonly><noinclude>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 [[:User:SagiriHimoto|Sagiri Himoto]]. Icons are automatically centered. | ||
==Parameters== | ==Parameters== | ||
Line 9: | Line 9: | ||
! scope="col" | Usage | ! scope="col" | Usage | ||
! scope="col" | Code | ! scope="col" | Code | ||
! scope="col" | | ! scope="col" | Output with Syntax 1 || Output with Syntax 2 | ||
|- | |- | ||
|Online | |Online | ||
|< | |'''<nowiki>{{Indicator|online}}</nowiki>'''<br/>or<br/><nowiki>{{Indicator|0|0}}</nowiki> | ||
|{{Indicator|0|0}} | |{{Indicator|online}}||{{Indicator|0|0}} | ||
|- | |- | ||
|Online (reuploaded) | |Online (reuploaded) | ||
|< | |'''<nowiki>{{Indicator|reuploaded}}</nowiki>'''<br/>or<br/><nowiki>{{Indicator|0|1}}</nowiki> | ||
|{{Indicator|0|1}} | |{{Indicator|reuploaded}}||{{Indicator|0|1}} | ||
|- | |- | ||
|To test on current version | |To test on current version | ||
|< | |'''<nowiki>{{Indicator|pending}}</nowiki>'''<br/>or<br/><nowiki>{{Indicator|1|0}}</nowiki> | ||
|{{Indicator|1|0}} | |{{Indicator|pending}}||{{Indicator|1|0}} | ||
|- | |- | ||
|Deleted | |Deleted | ||
|< | |'''<nowiki>{{Indicator|deleted}}</nowiki>'''<br/>or<br/><nowiki>{{Indicator|1|1}}</nowiki> | ||
|{{Indicator|1|1}} | |{{Indicator|deleted}}||{{Indicator|1|1}} | ||
|- | |- | ||
|} | |} | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Revision as of 08:07, 11 August 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}} |