The wikis are now using the new authentication system.
If you did not migrate your account yet, visit https://idp-portal-info.suse.com/
If you did not migrate your account yet, visit https://idp-portal-info.suse.com/
Szablon:Alert
Wstaw tekst...
Opis
Komponent alertu z Bootstrap 4.1
Zobacz także http://getbootstrap.com/docs/4.1/components/alert/
Dodajemy styl overflow: auto;
, aby uniknąć elementów pływających, takich jak karty aplikacji i wyrównane do prawej obrazy.
Parametry
- {{{1}}} - temat, jedna z wartości info, success, warning, danger
- {{{2}}} - tekst ostrzeżenia
- {{{class}}} - klasa HTML
- {{{style}}} - styl HTML
Przykłady
{{Alert|Jestem ostrzeżeniem.}}
Jestem ostrzeżeniem.
{{Alert|info|Jestem ostrzeżeniem.}}
Jestem ostrzeżeniem.
{{Alert|success|Jestem ostrzeżeniem.}}
Jestem ostrzeżeniem.
{{Alert|warning|Jestem ostrzeżeniem.}}
Jestem ostrzeżeniem.
{{Alert|danger|Jestem ostrzeżeniem.}}
Jestem ostrzeżeniem.