Template:Mbox/doc: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
{{ | {{Lua|Module:Message box}} | ||
__NOTOC__ | |||
{{tl|Mbox}} stands for '''M'''ulti-namespace message'''box''', a [[wikipedia:MTM|metatemplate]] with which [[Wikipedia:Namespace|namespace]]-sensitive messagebox templates can be implemented. | |||
The most common are {{tl|Ambox}} for articles, {{tls|Tmbox}} for talk pages, {{tls|Imbox}} for file (formerly image) pages, {{tl|Cmbox}} for category pages and {{tl|Ombox}} for other types of page. | |||
== Usage == | == Usage == | ||
This template | 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 the varieties just listed. 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. | ||
This template takes the same parameters as {{tl|Ambox}}, {{tls|Imbox}}, etc. Some of the boxes this template calls only handles images of max 52px width, thus that limitation also applies to this template or you will get ugly padding problems. | |||
== Parameters == | == Parameters == | ||
List of all parameters: | List of all parameters: | ||
{{tj|Mbox | |||
{{ | | demospace: {{{demospace|}}} / main / talk / file / category / other | ||
| demospace | | type : speedy / delete / content / style / notice / move / protection | ||
| type | | image: none / {{!(n(}}File:Some image.png{{!}}40px]] | ||
| image | | imageright: {{!(n(}}File:Some image.png{{!}}40px]] | ||
| imageright | | style: CSS values | ||
| style | | textstyle : CSS values | ||
| textstyle | | text : The message body text. | ||
| text | | small: <nowiki>{{{small|}}}</nowiki> / left / yes | ||
| small | | smallimage: none / {{!(n(}}Image:Some image.png{{!}}30px]] | ||
| smallimage | | smallimageright: none / {{!(n(}}Image:Some image.png{{!}}30px]] | ||
| smallimageright | | smalltext: A shorter message body text. | ||
| smalltext | |||
}} | }} | ||
</pre> | </pre> | ||
Note: The small parameters only have effect when the template is on an article, talk page or an "other" page. For documentation on the small parameters see {{tl|ambox}}, {{ | Note: The small parameters only have effect when the template is on an article, talk page or an "other" page. For documentation on the small parameters see {{tl|ambox}}, {{tls|tmbox}} and {{tl|ombox}}. Using the small parameters when they are not valid has no effect, but also does no harm. | ||
== About demospace == | |||
This template optionally takes the "demospace" parameter as described at {{tls|Namespace detect}}. That parameter is only for testing and demonstration purposes. If you want to lock your message box to one style then instead use one of the other mboxes directly. | |||
Namespace "Image:" was renamed to "File:" on 11 December 2008. This template was updated to understand both names well before that, thus it still works fine. For backwards compatibility it still understands "demospace = image" which means the same thing as "demospace = file". But using "demospace = image" is now deprecated. | |||
== Message boxes == | == Message boxes == | ||
Line 45: | Line 41: | ||
! Template !! Description | ! Template !! Description | ||
|- | |- | ||
| {{tl| | | {{tl|Ambox}} || Article message box, identifies problems or issues with the article | ||
|- | |- | ||
| {{tl| | | {{tl|Cmbox}} || Category message box, {{tl|ambox}} for categories | ||
|- | |- | ||
| {{ | | {{tls|Imbox}} || Image message box, {{tl|ambox}} for file (image) pages | ||
|- | |- | ||
| {{tl| | | {{tl|Ombox}} || Other pages message box, {{tl|ambox}} for pages of the types User, Wikipedia, MediaWiki, Template, Help, Portal and any new future namespaces | ||
|- | |- | ||
| {{ | | {{tls|Tmbox}} || Talk page message box, {{tl|ambox}} for talk pages | ||
|- | |- | ||
! colspan = 2 | The following templates are not called by Mbox | ! colspan = 2 | The following templates are not called by Mbox | ||
|- | |- | ||
| {{ | | {{tls|Dmbox}} || Disambiguation footer message box, used for "disambiguation" and "set index" articles | ||
|- | |- | ||
| {{ | | {{tls|Fmbox}} || used in system messages | ||
|} | |} | ||
<includeonly> | <includeonly>{{sandbox other||{{testcases other|| | ||
<!-- Categories below this line, please --> | <!-- Categories below this line, please --> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</includeonly> | }}}}</includeonly> |
Revision as of 06:43, 15 June 2023
It contains usage information, categories and other content that is not part of the original template page.
|
This template uses Lua: |
{{Mbox}} stands for Multi-namespace messagebox, a metatemplate with which namespace-sensitive messagebox templates can be implemented.
The most common are {{Ambox}} for articles, {{Tmbox}} for talk pages, {{Imbox}} for file (formerly image) pages, {{Cmbox}} for category pages and {{Ombox}} for other types of page.
Usage
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 the varieties just listed. 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.
This template takes the same parameters as {{Ambox}}, {{Imbox}}, etc. Some of the boxes this template calls only handles images of max 52px width, thus that limitation also applies to this template or you will get ugly padding problems.
Parameters
List of all parameters:
| demospace = / main / talk / file / category / other
| type = speedy / delete / content / style / notice / move / protection
| image = none / [[File:Some image.png|40px]]
| imageright = [[File:Some image.png|40px]]
| style = CSS values
| textstyle = CSS values
| text = The message body text.
| small = {{{small|}}} / left / yes
| smallimage = none / [[Image:Some image.png|30px]]
| smallimageright = none / [[Image:Some image.png|30px]]
| smalltext = A shorter message body text.
}}
Note: The small parameters only have effect when the template is on an article, talk page or an "other" page. For documentation on the small parameters see {{ambox}}, {{tmbox}} and {{ombox}}. Using the small parameters when they are not valid has no effect, but also does no harm.
About demospace
This template optionally takes the "demospace" parameter as described at {{Namespace detect}}. That parameter is only for testing and demonstration purposes. If you want to lock your message box to one style then instead use one of the other mboxes directly.
Namespace "Image:" was renamed to "File:" on 11 December 2008. This template was updated to understand both names well before that, thus it still works fine. For backwards compatibility it still understands "demospace = image" which means the same thing as "demospace = file". But using "demospace = image" is now deprecated.
Message boxes
Template | Description |
---|---|
{{Ambox}} | Article message box, identifies problems or issues with the article |
{{Cmbox}} | Category message box, {{ambox}} for categories |
{{Imbox}} | Image message box, {{ambox}} for file (image) pages |
{{Ombox}} | Other pages message box, {{ambox}} for pages of the types User, Wikipedia, MediaWiki, Template, Help, Portal and any new future namespaces |
{{Tmbox}} | Talk page message box, {{ambox}} for talk pages |
The following templates are not called by Mbox | |
{{Dmbox}} | Disambiguation footer message box, used for "disambiguation" and "set index" articles |
{{Fmbox}} | used in system messages |