MediaWiki/Bootstrap/Button: Unterschied zwischen den Versionen
Aus Foxwiki
Keine Bearbeitungszusammenfassung |
|||
| Zeile 12: | Zeile 12: | ||
; Code | ; Code | ||
<syntaxhighlight lang="html" highlight="" line copy> | <syntaxhighlight lang="html" highlight="" line copy> | ||
{{#bootstrap_button: Primary | color=primary}} | {{#bootstrap_button: Primary | color=primary}} | ||
{{#bootstrap_button: Secondary | color=secondary}} | {{#bootstrap_button: Secondary | color=secondary}} | ||
| Zeile 23: | Zeile 20: | ||
{{#bootstrap_button: dark | color=dark}} | {{#bootstrap_button: dark | color=dark}} | ||
{{#bootstrap_button: link | color=link}} | {{#bootstrap_button: link | color=link}} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Version vom 7. August 2026, 12:04 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}}