The wiki is lacking in content. You can help by creating a new article. See the to do list for more ways you can help.

Difference between revisions of "Template:Button"

From Final Fantasy Wiki
Jump to navigationJump to search
(new template -- just for start)
 
(revert self)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
|ps-circle=<span title="Circle button">[[File:PS Circle.png|{{{size|x16px}}}|link=|Circle button]]</span>
|ps-circle=<span title="Circle button">[[File:PS Circle.png|{{{size|x16px}}}|link=|Circle button]]</span>
|ps-x=<span title="X button">[[File:PS X.png|{{{size|x16px}}}|link=|X button]]</span>
|ps-x=<span title="X button">[[File:PS X.png|{{{size|x16px}}}|link=|X button]]</span>
|ps-square=<span title="Square button">[[File:PS Square.png|{{{size|x21px}}}|link=|Square button]]</span>
|ps-square=<span title="Square button">[[File:PS Square.png|{{{size|x16px}}}|link=|Square button]]</span>
|ps-triangle=<span title="Triangle button">[[File:PS Triangle.png|{{{size|x24px}}}|link=|Triangle button]]</span>
|ps-triangle=<span title="Triangle button">[[File:PS Triangle.png|{{{size|x16px}}}|link=|Triangle button]]</span>
|#default=<span class=button title="{{{2|{{{1}}}}}} button" style="padding:0px 4px">{{{2|{{{1}}}}}}</span>
|ps-l1=<span title="L1 button">[[File:PS L1.png|{{{size|x21px}}}|link=|L1 button]]</span>
|ps-r1=<span title="R1 button">[[File:PS R1.png|{{{size|x21px}}}|link=|R1 button]]</span>
|ps-l2=<span title="L2 button">[[File:PS L2.png|{{{size|x21px}}}|link=|L2 button]]</span>
|ps-r2=<span title="R2 button">[[File:PS R2.png|{{{size|x21px}}}|link=|R2 button]]</span>
|ps-start=<span title="Start button">[[File:PS Start.png|{{{size|x21px}}}|link=|Start button]]</span>
|#default={{#switch:{{lc:{{{1}}}}}
|long=<span class=defaultbutton style="font-size:{{{size|smaller}}};background:#eee" title="{{{title|{{{2|}}} button}}}">{{{2|}}}</span>
|{{#if:{{{1|}}}|{{#switch:{{{2|{{lc:{{{1}}}}}}}}
|a=<span title="A button">[[File:A button.png|{{{size|x16px}}}|link=|A button]]</span>
|a=<span title="A button">[[File:A button.png|{{{size|x16px}}}|link=|A button]]</span>
|b=<span title="B button">[[File:B button.png|{{{size|x16px}}}|link=|B button]]</span>
|b=<span title="B button">[[File:B button.png|{{{size|x16px}}}|link=|B button]]</span>
|x=<span title="X button">[[File:X button.png|{{{size|x16px}}}|link=|X button]]</span>
|x=<span title="X button">[[File:X button.png|{{{size|x16px}}}|link=|X button]]</span>
|y=<span title="Y button">[[File:Y button.png|{{{size|x16px}}}|link=|Y button]]</span>
|y=<span title="Y button">[[File:Y button.png|{{{size|x16px}}}|link=|Y button]]</span>
}}</span><noinclude><noinclude>
|#default=<span class=button title="{{{2|{{{1}}}}}} button" style="padding:0px 4px">{{{2|{{{1}}}}}}</span>
}}}}}}}}</span><noinclude>
</span><noinclude><noinclude>


==Purpose==
==Purpose==
Line 37: Line 46:
|<code><nowiki>{{button|ps|triangle}}</nowiki></code>
|<code><nowiki>{{button|ps|triangle}}</nowiki></code>
|{{button|ps|triangle}}
|{{button|ps|triangle}}
|[[:File:PS Triangle|[link]]]
|[[:File:PS Triangle.png|[link]]]
|-
|<code><nowiki>{{button|ps|L1}}</nowiki></code>
|{{button|ps|L1}}
|[[:File:PS L1.png|[link]]]
|-
|<code><nowiki>{{button|ps|R1}}</nowiki></code>
|{{button|ps|R1}}
|[[:File:PS R1.png|[link]]]
|-
|<code><nowiki>{{button|ps|L2}}</nowiki></code>
|{{button|ps|L2}}
|[[:File:PS L2.png|[link]]]
|-
|<code><nowiki>{{button|ps|R2}}</nowiki></code>
|{{button|ps|R2}}
|[[:File:PS R2.png|[link]]]
|-
|-
!colspan=3|Default
!colspan=3|Default

Latest revision as of 15:56, May 24, 2020

Purpose[edit]

A template allowing images for a controller button to be added into an article. Original template was taken from Super Mario Wiki and modified.

The following paramaters are currently supported:

Code Button Image
PlayStation consoles
{{button|ps|circle}} Circle button [link]
{{button|ps|x}} X button [link]
{{button|ps|square}} Square button [link]
{{button|ps|triangle}} Triangle button [link]
{{button|ps|L1}} L1 button [link]
{{button|ps|R1}} R1 button [link]
{{button|ps|L2}} L2 button [link]
{{button|ps|R2}} R2 button [link]
Default
{{button|A}} A button [link]
{{button|B}} B button [link]
{{button|X}} X button [link]
{{button|Y}} Y button [link]