Examples
Code
|
Result
|
{{MessageBox
|style=question
|title=''Question:''
|align=left
|color=orange
|This is the message
}}
|
|
Question: This is a question
|
|
{{MessageBox
|style=check
|title='''Tip:'''
|align=left
|color=green
|This is a useful tip.
}}
|
|
Tip: This is a useful tip.
|
|
{{MessageBox|
style=ban|
title='''Stop!'''|
align=right|
color=red|
This is a warning or advisory.}}
|
|
Stop! This is a warning or advisory.
|
|
{{MessageBox|
style=info|
title=Information:|
align=center|
color=blue|
This is some general information. This template is flexible and can support a paragraph of information if required.}}
|
|
Information: 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
|