Difference between revisions of "Template:MessageBox"
From Clogopedia, the Natural Selection 2 Wiki
m (Protected "Template:MessageBox" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
m (Add another example) |
||
Line 61: | Line 61: | ||
|This is some information}}</nowiki></pre> | |This is some information}}</nowiki></pre> | ||
|{{MessageBox|style=steam|align=left|color=blue|This is a link to [http://www.steampowered.com Steam].}} | |{{MessageBox|style=steam|align=left|color=blue|This is a link to [http://www.steampowered.com Steam].}} | ||
+ | |- | ||
+ | |<pre><nowiki>{{MessageBox | ||
+ | |style=warning | ||
+ | |title=Warning! | ||
+ | |color=red | ||
+ | |This a warning.}}</nowiki></pre> | ||
+ | |{{MessageBox|style=warning|title=Warning!|color=red|This is a warning.}} | ||
|- | |- | ||
|<pre><nowiki>{{MessageBox | |<pre><nowiki>{{MessageBox | ||
Line 70: | Line 77: | ||
|} | |} | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
− | {{#vardefine:style|{{#switch: {{{style|}}} | info = fas fa-info-circle |question = fa fa-question-circle | warning = fas fa-exclamation-circle | check = fas fa-check-circle | ban = fas fa-ban | user = fas fa-user-circle | time = fas fa-clock | crosshair = fas fa-crosshairs | steam = fab fa-steam | #default = fas fa-circle }} }}{{#vardefine:color|{{#switch: {{{color|}}} | red = #ad0f0f | yellow = #eed202 | orange = #ff9B00 | green = #0fad0f | blue = #0f4ead | #default = #fff }} }}{| class="ns2table" style="text-align:{{#if:{{{align|}}}|{{{align}}}|left}}; height:70px; border-spacing: 2px; border: 1px solid darkgray;" | + | {{#vardefine:style|{{#switch: {{{style|}}} | info = fas fa-info-circle | question = fa fa-question-circle | warning = fas fa-exclamation-circle | check = fas fa-check-circle | ban = fas fa-ban | user = fas fa-user-circle | time = fas fa-clock | crosshair = fas fa-crosshairs | steam = fab fa-steam | #default = fas fa-circle }} }}{{#vardefine:color|{{#switch: {{{color|}}} | red = #ad0f0f | yellow = #eed202 | orange = #ff9B00 | green = #0fad0f | blue = #0f4ead | #default = #fff }} }}{| class="ns2table" style="text-align:{{#if:{{{align|}}}|{{{align}}}|left}}; height:70px; border-spacing: 2px; border: 1px solid darkgray;" |
| <span class="fa-3x fa-layers fa-fw"><span style="color:{{#var:color}}"><i class="fas fa-circle" style="color:#fff"></i><i class="{{#var:style}}" aria-hidden="true"></i></span></span> | | <span class="fa-3x fa-layers fa-fw"><span style="color:{{#var:color}}"><i class="fas fa-circle" style="color:#fff"></i><i class="{{#var:style}}" aria-hidden="true"></i></span></span> | ||
| {{#if:{{{title|}}} | {{{title}}} }} {{{1|}}} | | {{#if:{{{title|}}} | {{{title}}} }} {{{1|}}} | ||
|}</includeonly> | |}</includeonly> |
Latest revision as of 22:57, 16 May 2019
Template
This template is a general message box. It has several parameters which are detailed in the table below.
Examples
Code | Result | ||
---|---|---|---|
{{MessageBox |style=question |title=''Question:'' |align=left |color=orange |This is the message }} |
| ||
{{MessageBox |style=check |title='''Tip:''' |align=left |color=green |This is a useful tip. }} |
| ||
{{MessageBox |style=ban |title='''Stop!''' |align=right |color=red |This is a warning or advisory.}} |
| ||
{{MessageBox |style=info |align=center |color=blue |This is some general information. This template is flexible and can support a paragraph of information if required.}} |
| ||
{{MessageBox |style=time |title=Information: |align=right |color=yellow |This is some general information. This template is flexible and can support a paragraph of information if required.}} |
| ||
{{MessageBox |style=steam |align=left |color=blue |This is some information}} |
| ||
{{MessageBox |style=warning |title=Warning! |color=red |This a warning.}} |
| ||
{{MessageBox |style=crosshair |align=left |color=red |This is some information}} |
|