Template:WarningboxSmall

From Fallen Sword Wiki
Revision as of 19:12, 29 November 2012 by WWWolf (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Notice Your text here

This template can be used as basis for smaller warning messages, such as "needs info", "needs map" etc.

{{WarningboxSmall
|Text=Your text here.
}}

Advanced Usage

  • There is also a parameter that controls the width of the box. The default is "auto" which will let the box occupy whatever space it needs. It can be set to anything that HTML table understand for the width parameter (such as "60%" for percentage, "500" for pixel width)
  • It's possible to choose which icon to use. Just set the Image parameter to the name of the image you want to use. The image has to be uploaded to the wiki. The image will be rendered at 20px
{{WarningboxSmall
|Image=YourImage.png
|Width=500
|Text=Your text here.
}}