Difference between revisions of "Template:MessageBox"

From EVE University Wiki
Jump to: navigation, search
(Simple message box)
 
(Added template category and documentation link)
Line 3: Line 3:
 
<div style="background: #222; padding: 1em;">{{{2|Text}}}</div>
 
<div style="background: #222; padding: 1em;">{{{2|Text}}}</div>
 
</div>
 
</div>
 +
<noinclude>
 +
{{Documentation}}
 +
[[Category:Template]]
 +
</noinclude>

Revision as of 01:33, 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 a collapsible box in text. Escalation messages, pop-up messages from Combat complexes, messages in local chat channel etc.
Syntax
{{MessageBox|<head>|<text>|<collapsed= yes>}}
Parameters
head
Text in the header of the message box
text
Text in the body of the box
collapsed=
Controls whether the box is initially collapsed. use collapsed= yes to have the box initially collapsed, otherwise omit it.
Sample
{{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?)