MediaWiki/Bootstrap/Button: Unterschied zwischen den Versionen
Aus Foxwiki
Die Seite wurde neu angelegt: „== Button == <button type="button" class="btn btn-primary">Primary</button> <button type="button" class="btn btn-secondary">Secondary</button> <button type="button" class="btn btn-success">Success</button> <button type="button" class="btn btn-danger">Danger</button> <button type="button" class="btn btn-warning">Warning</button> <button type="button" class="btn btn-info">Info</button> <button type="button" class="btn btn-light">Light</button> <button type=…“ |
|||
| (10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
== Button == | == 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: 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}} | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Kategorie:MediaWiki/Bootstrap]] | |||
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}}