Difference between revisions of "Template:Message box"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(Created new type of message box.)
 
m (Using table instead.)
Line 1: Line 1:
<div class="message-box message-box-{{{type|notice}}}">
{| class="message-box message-box-{{{type|notice}}}"
<div class="message-box-image">[[File:{{{image|Message-box {{{type|notice}}}.png}}}|100px]]</div>
| class="message-box-image" | [[File:{{{image|Message-box {{{type|notice}}}.png}}}|100px]]
<div class="message-box-text">
| class="message-box-text" | <div class="message-box-header">{{{header|<noinclude>This is the header of a message box.</noinclude>}}}</div>
<div class="message-box-header">{{{header|<noinclude>This is the header of a message box.</noinclude>}}}</div>
<div class="message-box-content">{{{content|<noinclude>This is the description of the message box, to describe to the reader why this box is exactly here and what to expect.</noinclude>}}}</div>
<div class="message-box-content">{{{content|<noinclude>This is the description of the message box, to describe to the reader why this box is exactly here and what to expect.</noinclude>}}}</div>
</div>
|}
</div>

Revision as of 14:14, 6 August 2009

Message-box notice.png
This is the header of a message box.
This is the description of the message box, to describe to the reader why this box is exactly here and what to expect.