MediaWiki/Bootstrap/Button: Unterschied zwischen den Versionen

Aus Foxwiki
Wechseln zu:Navigation, Suche
Zeile 1: Zeile 1:
== Button ==
== Button ==
; bootstrap_button
; bootstrap_button
{|
{{#bootstrap_button: Primary | color=primary}}
! Button !! Code
{{#bootstrap_button: Secondary | color=secondary}}
|-
{{#bootstrap_button: danger | color=danger}}
| {{#bootstrap_button: primary | color=primary}} || <nowiki>{{#bootstrap_button: primary | color=primary}}</nowiki>
{{#bootstrap_button: warning | color=warning}}
|-
{{#bootstrap_button: info | color=info}}
| {{#bootstrap_button: secondary | color=secondary}} ||
{{#bootstrap_button: light | color=light}}
|-
{{#bootstrap_button: dark | color=dark}}
| {{#bootstrap_button: danger | color=danger}} ||
{{#bootstrap_button: link | color=link}}
|-
 
| {{#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:12 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}}