MediaWiki/Bootstrap/Button: Unterschied zwischen den Versionen
Aus Foxwiki
| Zeile 1: | Zeile 1: | ||
== Button == | == Button == | ||
; bootstrap_button | ; bootstrap_button | ||
{{#bootstrap_button: Primary | color=primary}} | |||
{{#bootstrap_button: Secondary | color=secondary}} | |||
{{#bootstrap_button: danger | color=danger}} | |||
{{#bootstrap_button: warning | color=warning}} | |||
{{#bootstrap_button: info | color=info}} | |||
{{#bootstrap_button: light | color=light}} | |||
{{#bootstrap_button: dark | color=dark}} | |||
{{#bootstrap_button: link | color=link}} | |||
; Code | ; Code | ||
Version vom 7. August 2026, 12:12 Uhr
Button
- bootstrap_button
Primary Secondary danger warning info light dark link
- Code
{{#bootstrap_button: Primary | color=primary}}
{{#bootstrap_button: Secondary | color=secondary}}
{{#bootstrap_button: danger | color=danger}}
{{#bootstrap_button: warning | color=warning}}
{{#bootstrap_button: info | color=info}}
{{#bootstrap_button: light | color=light}}
{{#bootstrap_button: dark | color=dark}}
{{#bootstrap_button: link | color=link}}