Шаблон:Mbox — различия между версиями

Материал из Аэроскан Сервис
Перейти к: навигация, поиск
(moving left-border out of the mbox. without that, it's really not an mbox anyway.)
м
Строка 15: Строка 15:
 
{{#if:{{{image|}}}
 
{{#if:{{{image|}}}
 
   | [[Image:{{{image}}}|40px]]
 
   | [[Image:{{{image}}}|40px]]
   | [[Image:{{#switch:{{{type|}}}
+
   | {{#switch:{{{type|}}}
     | warning  = Stop hand nuvola.svg
+
     | warning  = [[Image:Stop hand nuvola.svg|40x40px]]
     | serious  = Stop hand nuvola.svg
+
     | serious  = [[Image:Stop hand nuvola.svg|40x40px]]
     | content  = Book important.svg
+
     | content  = [[Image:Book important.svg|40x40px]]
     | style    = Applications-office.svg
+
     | style    = [[Image:Applications-office.svg|40x40px]]
     | merge    = Merge-split-transwiki default.svg
+
     | merge    = [[Image:Merge-split-transwiki default.svg|40x40px]]
     | move    = Merge-split-transwiki default.svg
+
     | move    = [[Image:Merge-split-transwiki default.svg|40x40px]]
     | notice  = Book notice.svg
+
     | notice  = [[Image:Book notice.svg|40x40px]]
     | growth  = Nuvola apps bookcase.svg
+
     | growth  = [[Image:Nuvola apps bookcase.svg|40x40px]]
     | idea    = Ktip.svg
+
     | idea    = [[Image:Ktip.svg|40x40px]]
     | query    = Torchlight help yellow.png
+
     | query    = [[Image:Torchlight help yellow.png|40x40px]]
 
     | blank    = <!-- empty image cell -->
 
     | blank    = <!-- empty image cell -->
 
     | #default = <!-- empty image cell -->
 
     | #default = <!-- empty image cell -->
   }}|40x40px]]
+
   }}
 
}}
 
}}
 
</td><td style="color: #000000;">
 
</td><td style="color: #000000;">

Версия 00:35, 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:

This message box is using an invalid "type=warning" parameter and needs fixing.
This message box is using an invalid "type=merge" parameter and needs fixing.
This message box is using an invalid "type=growth" parameter and needs fixing.
This message box is using an invalid "type=idea" parameter and needs fixing.
This message box is using an invalid "type=query" parameter and needs fixing.

the default images can be suppressed by specifying "image=blank", or "image=<IMAGE>", where <IMAGE> is a replacement image link. Examples of how this template is used are located on Wikibooks:Template messages.