Difference between revisions of "Template:Warningbox"

From Fallen Sword Wiki
Jump to: navigation, search
(add default values + allow control of width)
Line 2: Line 2:
 
{| width="{{{Width|auto}}}" cellpadding="0" cellspacing="2" style="border-left:8px solid red; border-top:1px solid gray; border-right: 1px solid gray; border-bottom: 1px solid gray; background:#FEF0CE;"
 
{| width="{{{Width|auto}}}" cellpadding="0" cellspacing="2" style="border-left:8px solid red; border-top:1px solid gray; border-right: 1px solid gray; border-bottom: 1px solid gray; background:#FEF0CE;"
 
| rowspan=2 style="width:auto; padding: 5px;" align="left" valign="middle" | http://upload.wikimedia.org/wikipedia/en/f/f4/Ambox_content.png
 
| rowspan=2 style="width:auto; padding: 5px;" align="left" valign="middle" | http://upload.wikimedia.org/wikipedia/en/f/f4/Ambox_content.png
| align="left" valign="middle" style="font-weight:bold;font-family:sans-serif;font-variant:small-caps;" | {{{Title|Your title here}}}
+
| align="left" valign="middle" style="font-weight:bold;font-family:sans-serif;font-size:1.1em;font-variant:small-caps;" | {{{Title|Your title here}}}
 
|-
 
|-
 
| align="left" valign="middle" style="font-family:sans-serif;font-weight:normal;" | {{{Text|Your text here.}}}
 
| align="left" valign="middle" style="font-family:sans-serif;font-weight:normal;" | {{{Text|Your text here.}}}

Revision as of 12:30, 12 June 2009

Ambox_content.png Your title here
Your text here.

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

{{Warningbox
|Title=Your title here
|Text=Your text here.
}}

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)