Template:FPTRRVersionBox
From ZeldaChaos
This is a templated version of the version support chart for FPTRR glitches.
Contents |
Usage
Code | Result | ||||||||
---|---|---|---|---|---|---|---|---|---|
{{FPTRRVersionBox|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 | {{FPTRRVersionBox|1|1}} |
|
||||||||
1 | 0 | {{FPTRRVersionBox|1|0}} |
|
||||||||
1 | {{FPTRRVersionBox|1||}} |
|
|||||||||
1 | {{FPTRRVersionBox|1}} |
|
|||||||||
1 | X | {{FPTRRVersionBox|1|X}} |
|
||||||||
2=1 | {{FPTRRVersionBox|2=1}} |
|
Dependencies
This template depends on the switch template -- it uses programming logic that only the switch template and ParserFunctions can provide.
Notes
- This template was created as a modified copy of Template:TPVersionBox.