Template:TPVersionBox
From ZeldaChaos
This is a templated version of the version support chart for TP glitches.
I'm in the process of adding it to TP glitch pages.
Usage
Code | Result | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{TPVersionBox|1|?}} |
|
This template takes two numbers -- one for each version of the game. A value of 1 becomes a tick (), a value of ? becomes a question mark (), and a value of 0 becomes a cross (). Please note that blank/unspecified values (and values that aren't zeroes, ?s, or ones) become crosses. This can lead to useful shortcuts, but it can also cause issues if you accidentally omit parameters.
Additional Examples
Parameters | Code | Result | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 2 | |||||||||||||
1 | 1 | {{TPVersionBox|1|1}} |
|
|||||||||||
1 | 0 | {{TPVersionBox|1|0}} |
|
|||||||||||
1 | {{TPVersionBox|1||}} |
|
||||||||||||
1 | {{TPVersionBox|1}} |
|
||||||||||||
1 | X | {{TPVersionBox|1|X}} |
|
|||||||||||
2=1 | {{TPVersionBox|2=1}} |
|
Dependencies
This template depends on the switch template -- it uses programming logic that only the switch template and ParserFunctions can provide, and the latter is not installed on this wiki.