Difference between revisions of "Template:Mbox"

From SC4D Encyclopaedia
Jump to navigation Jump to search
sc4e>Freedo50
m (9 revisions imported)
 
(29 intermediate revisions by 2 users not shown)
Line 19: Line 19:
 
| smalltext  = {{{smalltext|}}}
 
| smalltext  = {{{smalltext|}}}
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
{{pp-template}}
+
{{pp-template}}{{ambox
 
 
{{ambox
 
 
|type = speedy
 
|type = speedy
 
|textstyle = color: #B22222; font-weight: bold; font-style: italic;
 
|textstyle = color: #B22222; font-weight: bold; font-style: italic;
 
|text = This is an extremely high use template, please be careful when making edits to it, and be aware that any edits may take a while to propagate through the whole site.}}
 
|text = This is an extremely high use template, please be careful when making edits to it, and be aware that any edits may take a while to propagate through the whole site.}}
 +
 +
This is the {{[[Template:mbox|mbox]]}} or multi namespace message box meta-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|ambox]]}}, {{[[Template:tmbox|tmbox]]}}, {{[[Template:imbox|imbox]]}}, {{[[Template:cmbox|cmbox]]}} and {{[[Template:ombox|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|ambox]]}}, {{[[Template:tmbox|tmbox]]}}, {{[[Template:imbox|imbox]]}}, {{[[Template:cmbox|cmbox]]}} or {{[[Template:ombox|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.
 +
 +
==Parameters==
 +
 +
<pre>{{mbox
 +
| demospace = {{{demospace|}}} / main / talk / image / 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|}}} / yes
 +
| smallimage = none / [[Image:Some image.svg|30px]]
 +
| smallimageright = none / [[Image:Some image.svg|30px]]
 +
| smalltext  = A shorter message body text.
 +
}}
 +
</pre>
 +
 +
==Example==
 +
 +
{{mbox}}

Latest revision as of 01:44, 10 August 2019


This is the {{mbox}} or multi namespace message box meta-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 {{ambox}}, {{tmbox}}, {{imbox}}, {{cmbox}} and {{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 {{ambox}}, {{tmbox}}, {{imbox}}, {{cmbox}} or {{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.

Parameters

{{mbox
| demospace = {{{demospace|}}} / main / talk / image / 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|}}} / yes
| smallimage = none / [[Image:Some image.svg|30px]]
| smallimageright = none / [[Image:Some image.svg|30px]]
| smalltext  = A shorter message body text.
}}

Example