More actions
Update documentation |
Fix parameter name |
||
| Line 2: | Line 2: | ||
:This template is used to do include various messages in text. Escalation messages, pop-up messages from Combat complexes, messages in local chat channel. | :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 | ;Syntax | ||
:Type <code>{{t|MessageBox|head|text|4= | :Type <code>{{t|MessageBox|head|text|4=collapsed=yes}}</code> somewhere. | ||
:The <code>collapsible</code> parameter is optional. To make the message box collapsible, use <code>collapsible=yes</code>; otherwise, omit it. | :The <code>collapsible</code> parameter is optional. To make the message box collapsible, use <code>collapsible=yes</code>; otherwise, omit it. | ||
;Sample output | ;Sample output | ||
Revision as of 13:36, 10 November 2014
- 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
collapsibleparameter is optional. To make the message box collapsible, usecollapsible=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? |