Template:Glitch: Difference between revisions
Jump to navigation
Jump to search
(Added a field for generic version info.) |
m (Text replacement - "{|class=" to "{| class=") |
||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{image|}}} | [[File:{{{image}}}|240px|{{{image-align|right}}}|thumb|{{{icaption|Demonstration of the glitch.}}}]] }} | <includeonly>{{#if:{{{image|}}} | [[File:{{{image}}}|240px|{{{image-align|right}}}|thumb|{{{icaption|Demonstration of the glitch.}}}]] }} | ||
</includeonly>{|class="wikitable" | </includeonly>{| class="wikitable" | ||
! Reproducibility | ! Reproducibility | ||
! Consequences {{#if:{{{p1|{{{npcp1|{{{p2|{{{npcp2|{{{p3|{{{p3d|{{{versions|}}} }}} }}} }}} }}} }}} }}} | !! Versions }} {{#if:{{{demonstration|{{{youtube|}}} }}} | !! Demonstration }} {{#if:{{{other|}}} | !! Other demonstrations }} | ! Consequences {{#if:{{{p1|{{{npcp1|{{{p2|{{{npcp2|{{{p3|{{{p3d|{{{versions|}}} }}} }}} }}} }}} }}} }}} | !! Versions }} {{#if:{{{demonstration|{{{youtube|}}} }}} | !! Demonstration }} {{#if:{{{other|}}} | !! Other demonstrations }} |
Revision as of 08:55, September 14, 2022
Reproducibility | Consequences |
---|---|
{{{reproducibility}}} | {{{consequences}}} |
- Effects: {{{effects}}}
- Prerequisites: None.
- How to: {{{howto}}}
- Notes: None.
- Possible explanation: None.
Info
This template must be used to fill in the glitch information on the glitch articles.
Parameters
Read Pikipedia:Glitch notes on info over how each field works.
Parameter | Mandatory | Default | Detailed description |
---|---|---|---|
image | No | If there's an image, write its filename here. | |
image-align | No | right | If the image needs to be moved to the left, give this the value "left". |
youtube | No | If there is a YouTube video demonstrating the glitch, write its ID here (that code after "watch?v=" in the URL). | |
icaption | No | Demonstration of the glitch. | Caption for the image, in case you need to point out something special. |
vcaption | No | YouTube video | Caption on the video link's text, in case you need to point out something special, like at what time in the video it happens. |
demonstration | No | If you have another form of demonstrating the glitch that isn't a YouTube video or an image on the wiki, type it here. | |
other | No | Other demonstrations. | |
reproducibility | Yes | How easy it is to reproduce, either purposely or accidentally. | |
consequences | Yes | Player consequences for performing this glitch. | |
p1 | No | Unknown | Explain whether the glitch works in Pikmin for the GameCube ("Yes") or not ("No"), or if it's unknown for this platform version ("unknown"). If this glitch works on either Pikmin or New Play Control! Pikmin, you must include both this and the next parameters. |
npcp1 | No | Unknown | Same as above, but for New Play Control! Pikmin on the Wii. |
p2 | No | Unknown | Same as "p1", but for Pikmin 2 (and New Play Control! Pikmin 2). |
npcp2 | No | Unknown | Same as above, but for New Play Control! Pikmin 2 on the Wii. |
p3 | No | Unknown | Same as "p1", but for Pikmin 3. If it only got introduced in a certain update, or got fixed after a certain update, specify that here, too. |
p3d | No | Unknown | Same as above, but for Pikmin 3 Deluxe on the Switch. |
versions | No | A generic field to specify versions in, when the previous ones won't cut it. | |
effects | Yes | What the glitch does. | |
prereq | No | None. | Any prerequisites needed before triggering the glitch. |
howto | Yes | Instructions on how to perform the glitch. | |
notes | No | None. | Any extra notes that should be pointed out. |
normal | No | What should happen normally, if the glitch didn't exist. If it's obvious, don't include this parameter. | |
explanation | No | None. | Possible explanation. |
Skeleton
{{ glitch | reproducibility = | consequences = | p1 = | npcp1 = | p2 = | npcp2 = | p3 = | p3d = | versions = | image = | video = | icaption = | image-align = | vcaption = | demonstration = | other = | effects = | prerequisites = | howto = | notes = | normal = | explanation = }}
Examples
Code | Result | ||||||
---|---|---|---|---|---|---|---|
{{glitch | reproducibility = High | consequences = Harmless | p1 = Yes | npcp1 = No | image = Red Pikmin.png | icaption = An example image that actually doesn't demonstrate a glitch. | effects = Some effects. | howto = An example guide. }} |
| ||||||
{{glitch | reproducibility = Low | consequences = Depends | effects = Some effects. | prereq = Some prerequisites. | howto = An example guide. | notes = Please note that these are examples. | normal = You'd have the actual glitchless behavior here. | explanation = The example is explained by having somebody writing it out. }} |
|