Template:Button: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>{{button icon|{{{1}}}|{{{2}}}|size={{{size|x16}}}{{#ifeq:{{#sub:{{{size}}}|-2}}|px||px}}}}{{#if:{{{3|}}}| / {{button icon|{{{3}}}|{{{4}}}|size={{{size|x16}}}{{#ifeq:{{#sub:{{{size}}}|-2}}|px||px}}}}}}{{#if:{{{5|}}}| / {{button icon|{{{5}}}|{{{6}}}|size={{{size|x16}}}{{#ifeq:{{#sub:{{{size}}}|-2}}|px||px}}}}{{#if:{{{7|}}}| / {{button icon|{{{7}}}|{{{8}}}|size={{{size|x16}}}{{#ifeq:{{#sub:{{{size}}}|-2}}|px||px}}}}}}}}</includeonly><noinclude>...") |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
==Info== | ==Info== | ||
This template should be used when referring to a button, stick, or any other form of control. It places an icon with the corresponding button. This template was based on the old one from the [https://www.pikminwiki.com/Template:button Pikipedia], and calls {{ | This template should be used when referring to a button, stick, or any other form of control. It places an icon with the corresponding button. This template was based on the old one from the [https://www.pikminwiki.com/Template:button Pikipedia], and calls {{button icon}} for each of the presented buttons. If you write an icon that is not recognized, the page will become categorized under [[:Category:Pages with unrecognized button icons]]. | ||
==Parameters== | ==Parameters== | ||
Line 43: | Line 43: | ||
! Image | ! Image | ||
|- | |- | ||
!colspan=3| | !colspan=3|Nintendo GameCube | ||
|- | |- | ||
|<code><nowiki>{{button|gc|stick}}</nowiki></code> | |<code><nowiki>{{button|gc|stick}}</nowiki></code> |
Latest revision as of 23:05, 11 June 2024
Info
This template should be used when referring to a button, stick, or any other form of control. It places an icon with the corresponding button. This template was based on the old one from the Pikipedia, and calls {{{2}}} for each of the presented buttons. If you write an icon that is not recognized, the page will become categorized under Category:Pages with unrecognized button icons.
Parameters
Parameter | Mandatory | Default | Purpose | Detailed description |
---|---|---|---|---|
1 | Yes | Console 1 | The button's console ID. | |
2 | Yes | Button 1 | The button's ID. | |
3 | No | Console 2 | Secondary button's console ID. | |
4 | No | Button 2 | Secondary button's ID. | |
5 | No | Console 3 | Tertiary button's console ID. | |
6 | No | Button 3 | Tertiary button's ID. | |
7 | No | Console 4 | Fourth button's console ID. | |
8 | No | Button 4 | Fourth button's ID. | |
size | No | x16px | Size | Size of the button. |
The consoles and buttons are listed below. For the Chibi-Robo! Plug Into Adventure!, you normally type the combination for the GameCube button on console1 and button1, and alternate controls on console2, button2, console3 and button3; these are normally the equivalent New Play Control! buttons and buttons on different controllers.
Code | Result | Image |
---|---|---|
Nintendo GameCube | ||
{{button|gc|stick}}
|
[link] | |
{{button|gc|c}}
|
[link] | |
{{button|gc|pad}}
|
[link] | |
{{button|gc|a}}
|
[link] | |
{{button|gc|b}}
|
[link] | |
{{button|gc|l}}
|
[link] | |
{{button|gc|r}}
|
[link] | |
{{button|gc|x}}
|
[link] | |
{{button|gc|y}}
|
[link] | |
{{button|gc|z}}
|
[link] | |
{{button|gc|start}}
|
[link] |
Skeleton
{{button|<console1>|<button1>|<console2>|<button2>|<console3>|<button3>|<console4>|<button4>|size=<size>}}