Template:Button/doc: Difference between revisions
From Xen
Jump to navigationJump to search
Lars.kurth (talk | contribs) No edit summary |
Lars.kurth (talk | contribs) mNo edit summary |
||
Line 56: | Line 56: | ||
|- |
|- |
||
|btn-info |
|btn-info |
||
|{{Button|[ |
|{{Button|[[Sandbox]]|style=btn-info}} |
||
|- |
|- |
||
|btn-success |
|btn-success |
||
Line 65: | Line 65: | ||
|- |
|- |
||
|btn-danger |
|btn-danger |
||
|{{Button|[ |
|{{Button|[[Sandbox]]|style=btn-danger}} |
||
|- |
|- |
||
|btn-inverse |
|btn-inverse |
Revision as of 22:45, 22 June 2013
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 Button Style
You can change the button style, by using the style argument. Note this must be the second argument: the first is always the button text (which should be a link).
{{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
Available Styles
Button Sizes
Style | Rendered Button |
btn-small | External |
(default) | External |
btn-big | External |
Button Colors
Style | Rendered Button |
(default) | External |
btn-yellow | External |
btn-green | External |
btn-info | Sandbox |
btn-success | External |
btn-warning | External |
btn-danger | Sandbox |
btn-inverse | External |