About this template
This is the ombox (other pages message box) meta-template.
Usage
{{ombox|text=Text goes here.}}
would produce this:
 | Text goes here. |
{{ombox
| 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.
}}
yields:
 | The message body text. |
Types
 | 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. Used by default. |
 | type=move – Merge, split, rename and transwiki messages and proposals. |
 | type=protection – Protection templates. |
Parameters
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.
}}