Difference between revisions of "Template:MessageBox"
From Clogopedia, the Natural Selection 2 Wiki
m (Test) |
m (Test) |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== Example == | == Example == | ||
− | + | <nowiki>{{MessageBox| | |
+ | style=question| | ||
+ | title='''This is the title''' | ||
+ | |align=left | ||
+ | |color=orange | ||
+ | |This is the message | ||
+ | }}</nowiki> | ||
+ | Produces: | ||
{{MessageBox|style=question|title='''This is the title'''|align=left|color=orange|This is the message}} | {{MessageBox|style=question|title='''This is the title'''|align=left|color=orange|This is the message}} | ||
− | + | ||
+ | <nowiki>{{MessageBox| | ||
+ | style=check| | ||
+ | title=''This is the title''| | ||
+ | align=center| | ||
+ | color=green| | ||
+ | This is some information}}</nowiki> | ||
+ | Produces: | ||
{{MessageBox|style=check|title=''This is the title''|align=center|color=green|This is some information}} | {{MessageBox|style=check|title=''This is the title''|align=center|color=green|This is some information}} | ||
− | + | ||
+ | <nowiki>{{MessageBox| | ||
+ | style=ban| | ||
+ | title=''This is the title''| | ||
+ | align=right| | ||
+ | color=red| | ||
+ | This is some information}}</nowiki> | ||
+ | Produces: | ||
{{MessageBox|style=ban|title=''This is the title''|align=center|color=red|This is some information}} | {{MessageBox|style=ban|title=''This is the title''|align=center|color=red|This is some information}} | ||
− | + | ||
+ | <nowiki>{{MessageBox| | ||
+ | style=stats| | ||
+ | title=This is the title| | ||
+ | align=center| | ||
+ | color=blue| | ||
+ | This is some information}}</nowiki> | ||
+ | Produces: | ||
{{MessageBox|style=stats|title=This is the title|align=center|color=blue|This is some information}} | {{MessageBox|style=stats|title=This is the title|align=center|color=blue|This is some information}} | ||
<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: |
Revision as of 20:44, 16 May 2019
Example
{{MessageBox| style=question| title='''This is the title''' |align=left |color=orange |This is the message }} Produces:
This is the title This is the message |
{{MessageBox| style=check| title=''This is the title''| align=center| color=green| This is some information}} Produces:
This is the title This is some information |
{{MessageBox| style=ban| title=''This is the title''| align=right| color=red| This is some information}} Produces:
This is the title This is some information |
{{MessageBox| style=stats| title=This is the title| align=center| color=blue| This is some information}} Produces:
This is the title This is some information |
{{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 |