Відмінності між версіями «Шаблон:Mbox»
Матеріал з Аероскан Сервіс
м (fix) |
(allow image to continue to work when type is also supplied) |
||
| Рядок 14: | Рядок 14: | ||
<tr>{{#ifeq:{{{image|yes}}}|none | <tr>{{#ifeq:{{{image|yes}}}|none | ||
|<!-- no image cell --> | |<!-- no image cell --> | ||
| − | |<td style="width:52px; padding:2px 0px 2px 0.5em; text-align:center;"> {{#switch:{{{type|}}} | + | |<td style="width:52px; padding:2px 0px 2px 0.5em; text-align:center;">{{{image|{{#switch:{{{type|}}} |
| warning = [[Image:Stop hand nuvola.svg|40x40px]] | | warning = [[Image:Stop hand nuvola.svg|40x40px]] | ||
| serious = [[Image:Stop hand nuvola.svg|40x40px]] | | serious = [[Image:Stop hand nuvola.svg|40x40px]] | ||
| Рядок 26: | Рядок 26: | ||
| query = [[Image:Torchlight help yellow.png|40x40px]] | | query = [[Image:Torchlight help yellow.png|40x40px]] | ||
| blank = <!-- empty image cell --> | | blank = <!-- empty image cell --> | ||
| − | |#default = | + | |#default = [[Image:Stop hand nuvola.svg|40x40px]]}}}}}</td>}} |
<td style="color:black;">{{{1|{{{msg|{{{text|''Enter Text''}}}}}}}}}</td> | <td style="color:black;">{{{1|{{{msg|{{{text|''Enter Text''}}}}}}}}}</td> | ||
{{#if:{{{imageright|}}}|<td>{{{imageright}}}</td>}} | {{#if:{{{imageright|}}}|<td>{{{imageright}}}</td>}} | ||
Версія за 01:47, 26 вересня 2007
Usage
This template is used to create other templates with a consistent visual style. Messages will be color coded to demonstrate their type and severity. The types of message are described as:
{{mbox|type=<TYPE>|text=<TEXT>}}
Where <TYPE> can be one of the following:
| 40x40px | warning or serious |
This message box is using an invalid "type=warning" parameter and needs fixing.
| 40x40px | content |
| 40x40px | style |
| 40x40px | merge or move |
This message box is using an invalid "type=merge" parameter and needs fixing.
| 40x40px | notice |
| 40x40px | growth |
This message box is using an invalid "type=growth" parameter and needs fixing.
| 40x40px | idea |
This message box is using an invalid "type=idea" parameter and needs fixing.
| 40x40px | query |
This message box is using an invalid "type=query" parameter and needs fixing.
the default images can be suppressed by specifying "image=none", or "image=<IMAGE>", where <IMAGE> is a replacement image link. Examples of how this template is used are located on Wikibooks:Template messages.