This template can only be edited by administrators because it is transcluded onto one or more cascade-protected pages. |
This template is used on approximately 2,340,000 pages, or roughly 4% of all pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. Preview message: Transclusion count updated automatically (see documentation). |
This template uses Lua: |
Message box meta-templates | |
---|---|
template | context |
{{Ambox}} | article |
{{Cmbox}} | category |
{{Imbox}} | image |
{{Tmbox}} | talk |
{{Fmbox}} | footer / header |
{{Ombox}} | other pages |
{{Mbox}} | auto-detect |
{{Asbox}} | article stub |
{{Dmbox}} | disambiguation |
This is the {{Tmbox}} ([T]alk page [m]essage [box]) metatemplate. This template is called by other templates to give a consistent structure and appearance to boilerplate messages used on talk pages across the project. It may be called directly on a talk page in order to present a one-off message in the same format as boilerplate messages, but this is non-standard (if a message is important enough to be presented in this form, you should consider creating a separate template so that it is easily available to other editors). Tmbox offers several different colors for different purposes, provides default images if no image parameter is given, and has some other pleasant features. This template works similarly to {{Ambox}} and uses the same parameters.
This template should not be used for WikiProject banners. Such banners have special programming constraints that merit their own meta-templates. See the "See also" section below for links.
Beware that the .tmbox
class will not display on mobile. (See the CSS; the .tmbox
class is hidden on mobile with display:none !important
.)
The types of talkpage messageboxes follow the same naming convention as the boxes for all other namespaces, but the type of any particular talkpage messagebox may not be as obvious as in other namespaces. When deciding on the type to use for a talkpage messagebox, please consider the following guidelines:
Simple usage example:
{{tmbox | text = Some text.}}
Some text. |
Complex example:
{{tmbox
| type = style
| image = [[File:Emblem-question-yellow.svg|40px|link=|alt=]]
| style = width: 400px;
| textstyle = color: red; font-weight: bold; font-style: italic;
| text = The message body text.
}}
The message body text. |
The following examples use different type parameters but use no image parameters thus they use the default images for each type.
type=speedy – Speedy deletion templates. |
type=delete – Deletion templates. |
type=content – Major warnings and problems. |
type=style – Minor warnings and problems. |
type=notice – Notices and messages of any kind, both permanent and temporary. |
type=move – Merge, split, rename and transwiki messages and proposals. |
type=protection – Protection templates. |
Some other parameter combinations.
No type and no image given (default) |
No type and image=none – No image is used and the text uses the whole message box area. |
image = [[File:Gnome globe current event.svg|42px]] imageright = [[File:Nuvola apps bookcase.svg|40px]] |
List of all parameters:
{{tmbox
| name = name of the template
| type = speedy / delete / content / style / notice / move / protection
| image = none / [[File:Some image.svg|40px]]
| imageright = [[File:Some image.svg|40px]]
| style = CSS values
| textstyle = CSS values
| plainlinks = no
| text = The message body text.
| small = {{{small|}}} / yes
| smallimage = none / [[File:Some image.svg|30px]]
| smallimageright = none / [[File:Some image.svg|30px]]
| smalltext = A shorter message body text.
}}
box-name
to the HTML element, for use by bots or scripts.image = [[File:Crystal package settings.png|40px]]
imageright = [[File:Nuvola apps bookcase.png|40px]]
" "
but with the ending semicolons ;
. For example:
style = margin-bottom: 0.5em;
textstyle = text-align: center;
|plainlinks=no
.small = yes |
type = style small = yes |
small =
small = yes image = [[File:Nuvola apps bookcase.svg|40px]] smallimage = [[File:Nuvola apps bookcase.png|30px]] |
smallimage = [[File:Crystal package settings.png|30px]]
small = yes imageright = [[File:Nuvola apps bookcase.svg|40px]] |
small = yes imageright = [[File:Nuvola apps bookcase.svg|40px]] smallimageright = none |
smallimageright = [[File:Nuvola apps bookcase.png|30px]]
If you need to use special characters in the text parameter then you need to escape them like this:
{{tmbox
| text = <div>
Equal sign = and a start and end brace { } work fine as they are.
But here is a pipe {{!}} and two end braces <nowiki>}}</nowiki>.
And now a pipe and end braces <nowiki>|}}</nowiki>.
</div>
}}
Equal sign = and a start and end brace { } work fine as they are. But here is a pipe | and two end braces }}. And now a pipe and end braces |}}. |
This template uses the tmbox CSS classes in Module:Message box/tmbox.css for most of its looks, thus it is fully skinnable.
This template calls Module:Message box which holds most of the code for {{tmbox}}, while {{tmbox}} itself does parameter preprocessing.
Internally this meta-template uses HTML markup instead of wiki markup for the table code. That is the usual way we make meta-templates since wiki markup has several drawbacks. For instance it makes it harder to use parser functions and special characters in parameters.
For more technical details see the talk page. Since this template works almost exactly like {{ambox}}, {{imbox}}, {{cmbox}} and {{ombox}} their talk pages and related pages might also contain more details.
A meta-template called by other templates to produce consistently formatted talk page message boxes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | Name of the template. This adds a CSS class to the HTML element, for use by bots or scripts | Line | suggested |
type | type | Formats the box based on its type
| Unknown | suggested |
image | image | Replaces the default left-side image | File | suggested |
imageright | imageright | Adds an image on the right | File | optional |
style | style | Optional CSS values used by the entire message box table | Unknown | optional |
textstyle | textstyle | Optional CSS values used by the text cell | Unknown | optional |
plainlinks | plainlinks | Set to "no" to show the external link icon for external links
| Boolean | optional |
text | text | The message body text | Unknown | suggested |
small | small | Makes it a smaller right floating message box | Boolean | optional |
Small image | smallimage | Left-side image used for the small version of the box | File | optional |
Small image right | smallimageright | Right-side image used for the small version of the box | File | optional |
Small text | smalltext | Text used for the small version of the box | Unknown | optional |
Similar templates:
Closely related metatemplates:
Other pages:
WikiProject banners: