Template:Message Box

From Future Worlds Center Wiki
Revision as of 03:43, 1 November 2011 by Soteris Demetriou (talk | contribs) (Protected "Template:Message Box" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
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

  • color : This variable expects from the editor to assign a color code to it. e.g. color=#0000ff which is blue
  • image : This variable expects from the editor to assign to it an image's name (including the extension) e.g. image=Alert.png
  • text : This variable expects from the editor to assign to it the message. It is better if you leave it as {{{text}}} so the users of your box can choose their own text.