MediaWiki/Bootstrap/Button: Unterschied zwischen den Versionen
Aus Foxwiki
| Zeile 4: | Zeile 4: | ||
! Button !! Code | ! Button !! Code | ||
|- | |- | ||
| {{#bootstrap_button: | | {{#bootstrap_button: primary | color=primary}} || <nowiki>{{#bootstrap_button: primary | color=primary}}</nowiki> | ||
|- | |- | ||
| {{#bootstrap_button: | | {{#bootstrap_button: secondary | color=secondary}} || | ||
|- | |- | ||
| {{#bootstrap_button: danger | color=danger}} || | | {{#bootstrap_button: danger | color=danger}} || | ||
Version vom 7. August 2026, 12:11 Uhr
Button
- bootstrap_button
| Button | Code |
|---|---|
| primary | {{#bootstrap_button: primary | color=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}}