Difference between revisions of "Template: Warning"

From Elder Tale Online MUSH
Jump to: navigation, search
m
m
Line 25: Line 25:
 
T: {{{Type}}}
 
T: {{{Type}}}
 
M: {{{Msg}}}
 
M: {{{Msg}}}
 +
S: {{#switch: primary|danger|warning|info={{{Type|primary}}}|#default=primary}}
 
<div class="alert alert-{{#switch: primary|danger|warning|info={{{Type|primary}}}|#default=primary}}" role="alert">{{{Msg}}}</div>
 
<div class="alert alert-{{#switch: primary|danger|warning|info={{{Type|primary}}}|#default=primary}}" role="alert">{{{Msg}}}</div>
 
</includeonly>
 
</includeonly>

Revision as of 10:20, 19 January 2019

Use:

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

Primary Example

{{Warning | Type=primary | Msg=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}}