Template:Button/doc

From Xen
< Template:Button
Revision as of 14:57, 22 June 2013 by Lars.kurth (talk | contribs) (Changing the style)

Usage

Basic

{{Button|[[Sandbox]]}}
{{Button|[[Sandbox|Another Link]]}}
{{Button|[http://www.mediawiki.org]}}
{{Button|[http://www.mediawiki.org/ External Link]}}

These render as:
Sandbox Another Link [1] External Link

Changing the style

{{Button|[[Sandbox]]|style=btn-success}}
{{Button|[[Sandbox|Another Link]]|style=btn-big}}
{{Button|[http://www.mediawiki.org External]|style=btn-small btn-success}}

These render as:
Sandbox Another Link External