From The Mana World
(Created page with "This template creates a clickable button. There is only one unnamed parameter. It is used to create the text of the button. It can support wikilinks. Examples: :<code><no...")
 
 
Line 1: Line 1:
This template creates a clickable button.  There is only one unnamed parameter.  It is used to create the text of the button.  It can support wikilinks.
<span class="mw-ui-button" role="button" aria-disabled="false">{{{1|Button text}}}</span><noinclude>
 
Examples:
 
:<code><nowiki>{{User:Zingo/Template:Clickable_button|This is a button}}</nowiki></code>
produces {{User:Zingo/Template:Clickable_button|This is a button}}<br/>
 
:<code><nowiki>{{User:Zingo/Template:Clickable_button|[[Sandbox]]}}</nowiki></code>
produces {{User:Zingo/Template:Clickable_button|[[Sandbox]]}}<br/>
 
If a browser does not have [[JavaScript]] enabled then no button is displayed but the text will still be displayed.
 
{{Button templates}}
 
<includeonly>
</includeonly>

Latest revision as of 07:53, 5 March 2015

Button text