MediaWiki/Bootstrap/Button: Unterschied zwischen den Versionen
Aus Foxwiki
| (2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| 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 | ||
<syntaxhighlight lang="html" highlight="" line copy> | <syntaxhighlight lang="html" highlight="" line copy> | ||
{{#bootstrap_button: | {{#bootstrap_button: primary | color=primary}} | ||
{{#bootstrap_button: | {{#bootstrap_button: secondary | color=secondary}} | ||
{{#bootstrap_button: danger | color=danger}} | {{#bootstrap_button: danger | color=danger}} | ||
{{#bootstrap_button: warning | color=warning}} | {{#bootstrap_button: warning | color=warning}} | ||
Aktuelle Version vom 7. August 2026, 12:13 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}}