Template:Message Box

From Future Worlds Center Wiki
Revision as of 12:44, 12 September 2011 by Soteris Demetriou (talk | contribs) (Created page with "{| style="width:100%; background-color:#f0f0f0; border-left:10px solid {{{color}}}; border-top:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc" |- | {{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Preview

{{{text}}}

Usage

Copy and paste the code below to create your own message box

{{Message_Box
|color=red
|image=Alert.png
|text={{{text}}}
}}
==List of Variables==
*<b>color :</b> This variable expects from the editor to assign a color code to it. e.g. color=#0000ff which is blue
*<b>image :</b> This variable expects from the editor to assign to it an image's name (including the extension) e.g. image=Alert.png
*<b>text :</b> This variable expects from the editor to assign to it the message. It is better if you assign to it another variable so the users of your box can choose their own text.