Difference between revisions of "Template:Mbox"

From CWCki
Jump to navigation Jump to search
(Added usage. Recategorized as)
Line 18: Line 18:
| smallimageright = {{{smallimageright|}}}
| smallimageright = {{{smallimageright|}}}
| smalltext  = {{{smalltext|}}}
| smalltext  = {{{smalltext|}}}
}}<noinclude>[[Category: Templates|{{PAGENAME}}]]
}}<noinclude>{{usage|1=This meta-template is used to build message box templates that are used on several types of pages and thus need to change style depending on what page they are used on. Based on page type detected it uses one of [[Template:ambox]], [[Template:tmbox]], [[Template:imbox]], [[Template:cmbox]] and [[Template:ombox]].
</noinclude>
 
Note that this template should only be used for message boxes that really need to adapt their style. Most message boxes do not need this and should use one of [[Template:ambox]], [[Template:tmbox]], [[Template:imbox]], [[Template:cmbox]] or [[Template:ombox]]. directly. Using those templates directly means that your template will look the same on its template page and at any other place you show it, which makes it clear on what kind of pages it is supposed to be used. It also gives you access to any extra features those templates offer, and it saves some server load.
 
The format for using this template is as follows:<br />
 
<pre>{{mbox
| demospace = {{{demospace|}}} / main / talk / file / category / other
| type  = speedy / delete / content / style / notice / move / protection
| image = none / [[Image:Some image.svg|40px]]
| imageright = [[Image:Some image.svg|40px]]
| style = CSS values
| textstyle  = CSS values
| text  = The message body text.
| small = {{{small|}}} / left / yes
| smallimage = none / [[Image:Some image.svg|30px]]
| smallimageright = none / [[Image:Some image.svg|30px]]
| smalltext  = A shorter message body text.
}}
</pre>
 
- Displays:
{{mbox
| demospace = main
| type  = speedy
| image = [[File:Chantor.jpg|100px]]
| imageright = [[File:JackSweetheart.jpg|100px]]
| style = CSS values
| textstyle  = CSS values
| text  = The message body text.
| small = yes
| smallimage = none
| smallimageright = none
| smalltext  = A shorter message body text.
}}
 
}}
[[Category:metatemplates|{{PAGENAME}}]]</noinclude>

Revision as of 01:13, 4 December 2010

Usage

These usage notes will not be included in articles bearing this template.

This meta-template is used to build message box templates that are used on several types of pages and thus need to change style depending on what page they are used on. Based on page type detected it uses one of Template:ambox, Template:tmbox, Template:imbox, Template:cmbox and Template:ombox.

Note that this template should only be used for message boxes that really need to adapt their style. Most message boxes do not need this and should use one of Template:ambox, Template:tmbox, Template:imbox, Template:cmbox or Template:ombox. directly. Using those templates directly means that your template will look the same on its template page and at any other place you show it, which makes it clear on what kind of pages it is supposed to be used. It also gives you access to any extra features those templates offer, and it saves some server load.

The format for using this template is as follows:

{{mbox
| demospace = {{{demospace|}}} / main / talk / file / category / other
| type  = speedy / delete / content / style / notice / move / protection
| image = none / [[Image:Some image.svg|40px]]
| imageright = [[Image:Some image.svg|40px]]
| style = CSS values
| textstyle  = CSS values
| text  = The message body text. 
| small = {{{small|}}} / left / yes
| smallimage = none / [[Image:Some image.svg|30px]]
| smallimageright = none / [[Image:Some image.svg|30px]]
| smalltext  = A shorter message body text.
}}

- Displays: