Template:Indicator: Difference between revisions

From MegaManMaker Wiki
Jump to navigation Jump to search
Created page with "<includeonly><span style="image-rendering:pixelated;">{{#ifexpr:{{{1|0}}}=0and{{{2|0}}}=0|25px|sub|center|This level is online.|}}{{#ifexpr:{{{1|0}}}=0and{{{2|1}}}=1| 25px|sub|center|This level has been reuploaded and is online.|}}{{#ifexpr:{{{1|1}}}=1and{{{2|0}}}=0|25px|sub|center|This level is pending playtesting on the current version.|}}{{#ifexpr:{{{1|1}}}=1and{{{2|1}}}=1|[..."
 
mNo edit summary
Line 28: Line 28:
|-
|-
|}
|}


[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 00:31, 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 Look
Online
{{Indicator|0|0}}
This level is online.
This level is online.
Online (reuploaded)
{{Indicator|0|1}}
This level has been reuploaded and is online.
This level has been reuploaded and is online.
To test on current version
{{Indicator|1|0}}
This level is pending playtesting on the current version.
This level is pending playtesting on the current version.
Deleted
{{Indicator|1|1}}
This level has been deleted.
This level has been deleted.