Difference between revisions of "Template:MessageBox"
From Amahi Wiki
| (31 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {| align=center style="background: {{{backgroundcolor}}}; border: 1px solid #b7b7b7; padding: .2em;width: 70%;" | ||
| + | !rowspan="2" style="text-align:center"|[[Image:{{{image}}}|50px|link=]] | ||
| + | ! width=75% style="text-align:center;font-size:large;font-weight: bold" | '''{{{heading}}}''' | ||
| + | |- | ||
| + | !style="text-align:center; font-size:small;font-weight: normal"|{{{message}}} | ||
| + | |} | ||
| + | |||
| + | <noinclude> | ||
| + | This is a generic message box that can be used in several cases like a | ||
| + | warning or information | ||
| + | </noinclude> | ||
| + | <!-- | ||
{| align=center style="background: {{{backgroundcolor}}}; border: 1px solid #aaa; padding: .2em; width: 60%;" | {| align=center style="background: {{{backgroundcolor}}}; border: 1px solid #aaa; padding: .2em; width: 60%;" | ||
| style="padding: 5px; width:60px;" | [[Image:{{{image}}}|50px]] | | style="padding: 5px; width:60px;" | [[Image:{{{image}}}|50px]] | ||
| Line 4: | Line 16: | ||
<span style="font-size: 95%;">{{{message}}}</span> | <span style="font-size: 95%;">{{{message}}}</span> | ||
|} | |} | ||
| − | + | --> | |
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 23:39, 12 July 2012
| [[Image:{{{image}}}|50px|link=]] | {{{heading}}} |
|---|---|
| {{{message}}} |
This is a generic message box that can be used in several cases like a
warning or information
