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)
 
(updated template)
Line 1: Line 1:
<span style=cursor:help>{{#switch:{{lc:{{{1}}}}}-{{lc:{{{2}}}}}
<span style=cursor:help>{{#switch:{{lc:{{{1}}}}}-{{lc:{{{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|x24px}}}|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|x24px}}}|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|x24px}}}|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|x24px}}}|link=|Triangle 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|x24px}}}|link=|A button]]</span>
|b=<span title="B button">[[File:B button.png|{{{size|x24px}}}|link=|B button]]</span>
|x=<span title="X button">[[File:X button.png|{{{size|x24px}}}|link=|X button]]</span>
|y=<span title="Y button">[[File:Y button.png|{{{size|x24px}}}|link=|Y button]]</span>
|#default=<span class=button title="{{{2|{{{1}}}}}} button" style="padding:0px 4px">{{{2|{{{1}}}}}}</span>
|#default=<span class=button title="{{{2|{{{1}}}}}} button" style="padding:0px 4px">{{{2|{{{1}}}}}}</span>
|a=<span title="A button">[[File:A button.png|{{{size|x16px}}}|link=|A button]]</span>
}}}}}}}}</span><noinclude>
|b=<span title="B button">[[File:B button.png|{{{size|x16px}}}|link=|B button]]</span>
</span><noinclude><noinclude>
|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>
}}</span><noinclude><noinclude>


==Purpose==
==Purpose==

Revision as of 14:48, May 19, 2020

Purpose

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]
Default
{{button|A}} A button [link]
{{button|B}} B button [link]
{{button|X}} X button [link]
{{button|Y}} Y button [link]