Difference between revisions of "Template:MessageBox"
From Clogopedia, the Natural Selection 2 Wiki
m (Test) |
m (Test) |
||
Line 35: | Line 35: | ||
color=red| | color=red| | ||
This is a warning or advisory.}}</nowiki></pre> | This is a warning or advisory.}}</nowiki></pre> | ||
− | |{{MessageBox|style=ban|title='''Stop!'''|align=center|color=red|This is some information}} | + | |{{MessageBox|style=ban|title='''Stop!'''|align=center|color=red|This is a warning or advisory.}} |
+ | |- | ||
+ | |<pre><nowiki>{{MessageBox| | ||
+ | style=information| | ||
+ | title=Information:| | ||
+ | align=center| | ||
+ | color=blue| | ||
+ | This is some general information. This template is flexible and can support a paragraph of information if required.}}</nowiki></pre> | ||
+ | |{{MessageBox|style=information|title=Information:|align=center|color=blue|This is some general information. This template is flexible and can support a paragraph of information if required.}} | ||
|} | |} | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<pre><nowiki>{{MessageBox|style=time|title=This is the title|align=center|color=blue|This is some information}}</nowiki></pre> Produces: | <pre><nowiki>{{MessageBox|style=time|title=This is the title|align=center|color=blue|This is some information}}</nowiki></pre> Produces: | ||
{{MessageBox|style=time|title=This is the title|align=center|color=blue|This is some information}} | {{MessageBox|style=time|title=This is the title|align=center|color=blue|This is some information}} | ||
Line 54: | Line 55: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
− | {{#vardefine:style|{{#switch: {{{style|}}} | 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 = #e8e814 | orange = #ff9B00 | green = #0fad0f | blue = #0f4ead | #default = #fff }} }} | + | {{#vardefine:style|{{#switch: {{{style|}}} | info = fas fa-information-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 = #e8e814 | 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;" | {| 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}}}|'''Message'''}} {{{1|}}} | | {{#if:{{{title|}}}|{{{title}}}|'''Message'''}} {{{1|}}} | ||
|}</includeonly> | |}</includeonly> |
Revision as of 21:02, 16 May 2019
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=information| title=Information:| 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=This is the title|align=center|color=blue|This is some information}}Produces:
This is the title This is some information |
{{MessageBox|style=steam|title=This is the title|align=center|color=blue|This is some information}}Produces:
This is the title This is some information |