Шаблон:MessageBox/doc

Материал из EVE Online Wiki [Aliteg]
Перейти к: навигация, поиск
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?


Template data
This is the TemplateData documentation for this template used by VisualEditor and other tools.
<templatedata>

{ "params": { "1": { "label": "Message title", "type": "string", "suggested": true }, "2": { "label": "Message text", "required": true }, "collapsed": { "label": "Initially collapsed?", "type": "string", "suggestedvalues": [ "yes" ], "description": "Leave empty when box should be initially expanded." } }, "description": "Box (collapsible) to show in-game messages etc.", "format": "block" }</templatedata>