Difference between revisions of "Template:MessageBox"
From EVE University Wiki
Talman drak (talk | contribs) |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {| style="margin: 1em; max-width: 600px;" class="wikitable {{#ifeq:{{{collapsed|no}}}|yes| | + | {| style="margin: 1em; max-width: 600px;" class="wikitable {{#ifeq:{{{collapsed|no}}}|yes|mw-collapsible mw-collapsed|}}" |
! style="font-size:0.9em; background-color:#000000; padding: 0.25em 0.5em;font-weight:normal;text-align:left" | {{{1|Message:}}} | ! style="font-size:0.9em; background-color:#000000; padding: 0.25em 0.5em;font-weight:normal;text-align:left" | {{{1|Message:}}} | ||
|- | |- | ||
Line 5: | Line 5: | ||
|}<noinclude> | |}<noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
− | |||
</noinclude> | </noinclude> |
Latest revision as of 13:06, 15 March 2021
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? |