{| cellspacing="0" style="{{#ifeq:{{{center|y}}}|y|margin-left: auto; margin-right: auto; margin-bottom: 8px;|}}" id="{{{1}}}"
|-
| {{{pre|}}}
| style="border: 2px black solid; font-family: Arial, Helvetica, sans-serif; {{#ifeq:{{{disabled|n}}}|y|color:#CCCCCC;|}} font-size: 10pt; font-weight: bold; padding-right: 8px; padding-left: 8px;{{#if:{{{width|}}}|width:{{{width}}};}}{{#ifeq:{{{centertext|n}}}|y|text-align:center;|}}" | {{{1}}}
| {{{post|}}}{{#if:{{{bluepost|}}}| <span style="color:blue;">'''{{{bluepost}}}'''</span>}}
|}
Creates a button in the style typically seen in the game.
Usage
Explanation |
Wikitext |
Result
|
A normal (centered) button
|
{{button|Button Text}}
|
|
Button that links to another page
|
{{button|[[Main Page]]}}
|
|
Un-centered button (with no left/right margins)
|
{{button|Button Text|center=n}}
|
|
Button with each line of multi-line text centered, use
|
{{button|Button Text|centertext=y}}
|
|
Grayed out button
|
{{button|Button Text|disabled=y}}
|
|
Button with following text
|
{{button|Button Text|post=(Following Text)}}
|
|
Button Text
|
(Following Text)
|
|
Button with preceding text
|
{{button|Button Text|pre=(Preceding Text)}}
|
(Preceding Text)
|
Button Text
|
|
|
Button with following blue text
|
{{button|Button Text|bluepost=(This is blue text)}}
|
|
Button Text
|
(This is blue text)
|
|
Button with set width
|
{{button|Button Text|width=150px}}
|
|
Examples
{{button|Log In}}
yields:
{{button|Buy Item}}
yields:
{{button|Sail Away! (3)}}
yields:
{{button|[[Loathing Legion hammer]]|center=n}}
yields
{{button|Travel back to a Delicious Meal<br>(3 minutes)|textcenter=y}}
yields
|
Travel back to a Delicious Meal (3 minutes)
|
|
{{button|Sneak past it|disabled=y}}
yields:
{{button|Go to the First Floor|disabled=y|post=Wait, maybe not}}
yields:
|
Go to the First Floor
|
Wait, maybe not
|
{{button|Go down the elevator shaft|bluepost=[Bad idea!]}}
yields:
|
Go down the elevator shaft
|
[Bad idea!]
|