Actions

Template

Difference between revisions of "Warning"

Line 7: Line 7:
 
== Primary Example ==
 
== Primary Example ==
 
  <nowiki>{{Warning | Type=primary | Msg=Primary Message}}</nowiki>
 
  <nowiki>{{Warning | Type=primary | Msg=Primary Message}}</nowiki>
<div class="alert alert-primary" role="alert">Primary Message</div>
+
<div class="alert-primary">Primary Message</div>
  
 
== Danger Example ==
 
== Danger Example ==

Revision as of 15:00, 9 October 2019

Use:

{{ Warning
| type=primary|danger|warning|info
| Msg=Your message here
}}

Primary Example

{{Warning | Type=primary | Msg=Primary Message}}
Primary Message

Danger Example

{{Warning | Type=danger| Msg=Dangerous Message}}

Warning Example

{{Warning | Type=warning| Msg=Warning Message}}

Info Example

{{Warning | Type=info| Msg=Info Message}}