Template:Indicator

From MegaManMaker Wiki
Revision as of 08:07, 11 August 2024 by 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)
Jump to navigation Jump to search

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}}
This level is online.
This level is online.
This level is online.
This level is online.
Online (reuploaded) {{Indicator|reuploaded}}
or
{{Indicator|0|1}}
This level has been reuploaded and is online.
This level has been reuploaded and is online.
This level has been reuploaded and is online.
This level has been reuploaded and is online.
To test on current version {{Indicator|pending}}
or
{{Indicator|1|0}}
This level is pending playtesting on the current version.
This level is pending playtesting on the current version.
This level is pending playtesting on the current version.
This level is pending playtesting on the current version.
Deleted {{Indicator|deleted}}
or
{{Indicator|1|1}}
This level has been deleted.
This level has been deleted.
This level has been deleted.
This level has been deleted.