This is a templated version of the version support chart for MM glitches.
WARNING
This template is to be used on many MM glitch pages, and I'm in the process of updating the remaining pages to use it. Please refrain from making modifications to this template until you've tested them elsewhere, and if you do modify this template directly and the modification doesn't work, revert the template to the previous version ASAP!
You can test edits elsewhere by creating a copy of this template as a subpage of your userpage, and then including it on some other test page. (Articles not in the Template namespace can be treated as templates; when specifying the page title, include the namespace, e.x. {{User:DavidJCobb}}
.)
Usage
Code |
Result |
{{MMVersionBox|1|1|0|?}} |
Compatible Versions
|
?
|
Original
|
3DS
|
JPN
|
USA
|
PAL
|
GCN
|
1.0
|
1.1
|
|
|
|
|
|
| |
This template takes four 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 |
3 |
4 |
1 | 1 | 1 | 1 |
{{MMVersionBox|1|1|1|1}} |
Compatible Versions
|
?
|
Original
|
3DS
|
JPN
|
USA
|
PAL
|
GCN
|
1.0
|
1.1
|
|
|
|
|
|
| |
1 | 1 | 1 | 0 |
{{MMVersionBox|1|1|1|0}} |
Compatible Versions
|
?
|
Original
|
3DS
|
JPN
|
USA
|
PAL
|
GCN
|
1.0
|
1.1
|
|
|
|
|
|
| |
1 | 1 | 1 | |
{{MMVersionBox|1|1|1||}} |
Compatible Versions
|
?
|
Original
|
3DS
|
JPN
|
USA
|
PAL
|
GCN
|
1.0
|
1.1
|
|
|
|
|
|
| |
1 | 1 | 1 | |
{{MMVersionBox|1|1|1}} |
Compatible Versions
|
?
|
Original
|
3DS
|
JPN
|
USA
|
PAL
|
GCN
|
1.0
|
1.1
|
|
|
|
|
|
| |
1 | 1 | 1 | X |
{{MMVersionBox|1|1|1|X}} |
Compatible Versions
|
?
|
Original
|
3DS
|
JPN
|
USA
|
PAL
|
GCN
|
1.0
|
1.1
|
|
|
|
|
|
| |
1 | 0 | 1 | |
{{MMVersionBox|1|0|1}} |
Compatible Versions
|
?
|
Original
|
3DS
|
JPN
|
USA
|
PAL
|
GCN
|
1.0
|
1.1
|
|
|
|
|
|
| |
1 | 4=1 | | |
{{MMVersionBox|1|4=1}} |
Compatible Versions
|
?
|
Original
|
3DS
|
JPN
|
USA
|
PAL
|
GCN
|
1.0
|
1.1
|
|
|
|
|
|
| |
Dependencies
This template depends on the switch template -- it uses programming logic that only the switch template and ParserFunctions can provide.