MediaWiki/Bootstrap/Button: Unterschied zwischen den Versionen
Aus Foxwiki
Änderung 174988 von Dirkwagner (Diskussion) rückgängig gemacht. Markierung: Rückgängigmachung |
|||
| Zeile 1: | Zeile 1: | ||
== Button == | == Button == | ||
; bootstrap_button | ; bootstrap_button | ||
{{#bootstrap_button: Primary | color=primary}} | {| | ||
{{#bootstrap_button: Secondary | color=secondary}} | ! Button !! Code | ||
{{#bootstrap_button: danger | color=danger}} | |- | ||
{{#bootstrap_button: warning | color=warning}} | | {{#bootstrap_button: Primary | color=primary}} || | ||
{{#bootstrap_button: info | color=info}} | |- | ||
{{#bootstrap_button: light | color=light}} | | {{#bootstrap_button: Secondary | color=secondary}} || | ||
{{#bootstrap_button: dark | color=dark}} | |- | ||
{{#bootstrap_button: link | color=link}} | | {{#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:09 Uhr
Button
- bootstrap_button
| Button | Code |
|---|---|
| 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}}