Difference between revisions of "Template:MessageBox"

From EVE University Wiki
Jump to: navigation, search
(Undo revision 77232 by Lenai chelien (talk))
(Added max-width so message is still readable on widescreens)
Line 1: Line 1:
<div style="margin: 1em; border: 1px #555 solid;">
+
<div style="margin: 1em; border: 1px #555 solid; max-width: 600px;">
 
<div style="background: #000; border-bottom: 1px #555 solid; padding: 0.25em 0.5em; font-size: 0.9em;" >{{{1|Message:}}}</div>
 
<div style="background: #000; border-bottom: 1px #555 solid; padding: 0.25em 0.5em; font-size: 0.9em;" >{{{1|Message:}}}</div>
 
<div style="background: #222; padding: 1em;">{{{2|Text}}}</div>
 
<div style="background: #222; padding: 1em;">{{{2|Text}}}</div>

Revision as of 02:07, 5 November 2014

Message:
Text
Template documentation (for the above template, sometimes hidden or invisible)
Description
This template is used to do include various messages in text. Escalation messages, pop-up messages from Combat complexes, messages in local chat channel.
Syntax
Type {{MessageBox|<head>|<text>|<collapsed=yes>}} somewhere.
The collapsed parameter is optional. To make the message box initially collapsed, use collapsed=yes; otherwise, omit it.
Sample output
{{MessageBox|In local chat channel:|Serpentis Mug: Blah.}}
gives...
In local chat channel:
Serpentis Mug: Blah.
{{MessageBox|In local chat channel:|Serpentis Lion: And who are you, the proud lord said, that I must bow so low?|collapsed=yes}}
gives...
In local chat channel:
Serpentis Lion: And who are you, the proud lord said, that I must bow so low?
Visit Template:MessageBox/doc to edit this text! (How does this work?) (Refresh this text - why?)