<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://linguifex.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AOmbox%2Fdoc</id>
	<title>Template:Ombox/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://linguifex.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AOmbox%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Template:Ombox/doc&amp;action=history"/>
	<updated>2026-04-10T06:45:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://linguifex.com/w/index.php?title=Template:Ombox/doc&amp;diff=477604&amp;oldid=prev</id>
		<title>Sware: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Template:Ombox/doc&amp;diff=477604&amp;oldid=prev"/>
		<updated>2025-11-15T11:44:43Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 11:44, 15 November 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Sware</name></author>
	</entry>
	<entry>
		<id>https://linguifex.com/w/index.php?title=Template:Ombox/doc&amp;diff=477603&amp;oldid=prev</id>
		<title>w&gt;Waddie96: add link</title>
		<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Template:Ombox/doc&amp;diff=477603&amp;oldid=prev"/>
		<updated>2025-08-15T01:49:50Z</updated>

		<summary type="html">&lt;p&gt;add link&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
{{Cascade-protected template}}&lt;br /&gt;
{{used in system}}&lt;br /&gt;
{{Lua|Module:Message box}}&lt;br /&gt;
&lt;br /&gt;
{{Mbox templates (small)}}&lt;br /&gt;
&lt;br /&gt;
This is the {{tl|Ombox}} ([&amp;#039;&amp;#039;&amp;#039;O&amp;#039;&amp;#039;&amp;#039;]ther pages [&amp;#039;&amp;#039;&amp;#039;m&amp;#039;&amp;#039;&amp;#039;]essage [&amp;#039;&amp;#039;&amp;#039;box&amp;#039;&amp;#039;&amp;#039;]) [[WP:MTM|metatemplate]].&lt;br /&gt;
&lt;br /&gt;
It is used to build message box templates for pages of the types User, Draft, Wikipedia, MediaWiki, Template, Help, Portal and any new future namespaces; i.e. for page types not covered by {{tl|Ambox}}, {{tl|Tmbox}}, {{tl|Imbox}} or {{tl|Cmbox}}. Thus, it should &amp;#039;&amp;#039;not&amp;#039;&amp;#039; be used for boxes for articles, talk pages, image pages or category pages.&lt;br /&gt;
&lt;br /&gt;
This template works almost exactly like {{tl|Ambox}} and uses the same parameters.&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
{{anchor|We are deploying!|Intro}}&lt;br /&gt;
As noted above, this template should be used for message boxes that are not articles, talk pages, image pages or category pages. Some message boxes for other pages may incorrectly use one of those four mentioned. Feel free to convert any message boxes used on &amp;quot;other pages&amp;quot; to use this meta-template. If you find any tricky cases then list them on the talk page of this template and you&amp;#039;ll get help.&lt;br /&gt;
&lt;br /&gt;
When this template is used to build other pages message boxes those boxes should contain explanatory texts just like before. (The same texts as before or new improved texts.) If there are more specific images in the boxes or you know a better image, then use them instead of the default images shown here.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
Simple usage example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{ombox&lt;br /&gt;
| text      = Some text.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ombox | text = Some text.}}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
Complex example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{ombox&lt;br /&gt;
| type      = style&lt;br /&gt;
| image     = [[File:Emblem-question-yellow.svg|40px]]&lt;br /&gt;
| style     = width: 400px; &lt;br /&gt;
| textstyle = color: red; font-weight: bold; font-style: italic;&lt;br /&gt;
| text      = The message body text.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ombox&lt;br /&gt;
| type      = style&lt;br /&gt;
| image     = [[File:Emblem-question-yellow.svg|40px]]&lt;br /&gt;
| style     = width: 400px; &lt;br /&gt;
| textstyle = color: red; font-weight: bold; font-style: italic;&lt;br /&gt;
| text      = The message body text.&lt;br /&gt;
}}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== Other pages message box types ===&lt;br /&gt;
The following examples use different &amp;#039;&amp;#039;&amp;#039;type&amp;#039;&amp;#039;&amp;#039; parameters but use no image parameters; thus, they use the default images for each type.&lt;br /&gt;
&lt;br /&gt;
{{ombox&lt;br /&gt;
| type = speedy&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;speedy&amp;lt;/u&amp;gt; – Speedy deletion templates.&lt;br /&gt;
}}&lt;br /&gt;
{{ombox&lt;br /&gt;
| type = delete&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;delete&amp;lt;/u&amp;gt; – Deletion templates.&lt;br /&gt;
}}&lt;br /&gt;
{{ombox&lt;br /&gt;
| type = content&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;content&amp;lt;/u&amp;gt; – Major warnings and problems, such as {{tl|high-use}}.&lt;br /&gt;
}}&lt;br /&gt;
{{ombox&lt;br /&gt;
| type = style&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;style&amp;lt;/u&amp;gt; – Minor warnings and problems. {{tl|Intricate template}} should perhaps use this type.&lt;br /&gt;
}}&lt;br /&gt;
{{ombox&lt;br /&gt;
| type = notice&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;notice&amp;lt;/u&amp;gt; – Notices and messages of any kind, both permanent and temporary. Such as {{tl|guideline}} and {{tl|Wikipedia how-to}}.&lt;br /&gt;
}}&lt;br /&gt;
{{ombox&lt;br /&gt;
| type = move&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;move&amp;lt;/u&amp;gt; – Merge, split, rename and transwiki messages and proposals.&lt;br /&gt;
}}&lt;br /&gt;
{{ombox&lt;br /&gt;
| type = protection&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;protection&amp;lt;/u&amp;gt; – Protection templates such as {{tl|pp}} when shown on &amp;quot;other pages&amp;quot;.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
Some examples using the &amp;quot;notice&amp;quot; style:&lt;br /&gt;
&lt;br /&gt;
{{ombox&lt;br /&gt;
| text  = No type and no image given (&amp;#039;&amp;#039;&amp;#039;default&amp;#039;&amp;#039;&amp;#039;)&lt;br /&gt;
}}&lt;br /&gt;
{{ombox&lt;br /&gt;
| image = none&lt;br /&gt;
| text  = No type and &amp;#039;&amp;#039;&amp;#039;image=none&amp;#039;&amp;#039;&amp;#039; – No image is used and the &amp;#039;&amp;#039;&amp;#039;text&amp;#039;&amp;#039;&amp;#039; uses the whole message box area.&lt;br /&gt;
}}&lt;br /&gt;
{{ombox&lt;br /&gt;
| image = [[File:Gnome globe current event.svg|42px]]&lt;br /&gt;
| imageright = [[File:Nuvola apps bookcase.svg|40px]]&lt;br /&gt;
| text  = image = &amp;lt;nowiki&amp;gt;[[File:Gnome globe current event.svg|42px]]&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt; imageright = &amp;lt;nowiki&amp;gt;[[File:Nuvola apps bookcase.svg|40px]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{ombox&lt;br /&gt;
| type       = notice&lt;br /&gt;
| image      = [[File:Blue check.svg|30px]]&lt;br /&gt;
| imageright = {{shortcut|WP:SHORT}}&lt;br /&gt;
| text       = &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;This page documents an English Wikipedia [[Wikipedia:Policies and guidelines|guideline]].&amp;#039;&amp;#039;&amp;#039; It is a generally accepted standard that editors should follow, though it should be treated with [[Wikipedia:Use common sense|common sense]] and the [[Wikipedia:Ignore all rules|occasional exception]]. When editing this page, please ensure that your revision reflects [[Wikipedia:Consensus|consensus]]. When in doubt, discuss on the [[{{TALKPAGENAME}}|talk page]].&lt;br /&gt;
}}&lt;br /&gt;
{{ombox&lt;br /&gt;
| type       = notice&lt;br /&gt;
| image      = [[File:Nutshell.png|30px]]&lt;br /&gt;
| text       = &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;This page in a nutshell:&amp;#039;&amp;#039;&amp;#039; This template is used to build message boxes for all pages that are &amp;#039;&amp;#039;not&amp;#039;&amp;#039; articles, talk pages, image pages or category pages.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
List of all parameters:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{ombox&lt;br /&gt;
| name = name of the template&lt;br /&gt;
| type  = speedy / delete / content / style / notice / move / protection&lt;br /&gt;
| image = none / [[File:Some image.svg|40px]]&lt;br /&gt;
| imageright = [[File:Some image.svg|40px]]&lt;br /&gt;
| style = CSS values&lt;br /&gt;
| textstyle = CSS values&lt;br /&gt;
| plainlinks = no&lt;br /&gt;
| text  = The message body text. &lt;br /&gt;
| small = {{{small|}}} / yes&lt;br /&gt;
| smallimage = none / [[File:Some image.svg|30px]]&lt;br /&gt;
| smallimageright = none / [[File:Some image.svg|30px]]&lt;br /&gt;
| smalltext  = A shorter message body text.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:(Optional) Name of the template. This adds a CSS class with name &amp;lt;code&amp;gt;box-&amp;#039;&amp;#039;name&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; to the HTML element, for use by bots or scripts.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;type&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:If no &amp;#039;&amp;#039;&amp;#039;type&amp;#039;&amp;#039;&amp;#039; parameter is given the template defaults to type &amp;#039;&amp;#039;&amp;#039;notice&amp;#039;&amp;#039;&amp;#039;. That means it gets a gray border.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;image&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;No parameter&amp;#039;&amp;#039;&amp;#039; = If no &amp;#039;&amp;#039;&amp;#039;image&amp;#039;&amp;#039;&amp;#039; parameter is given the template uses a default image. Which default image it uses depends on the &amp;#039;&amp;#039;&amp;#039;type&amp;#039;&amp;#039;&amp;#039; parameter. &lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;An image&amp;#039;&amp;#039;&amp;#039; = Should be an image with usual wiki notation. 40px - 50px width are usually about right depending on the image height to width ratio. (But the message box can handle images of any size.) For example: &lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;image = [[File:Crystal package settings.png|40px]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;none&amp;#039;&amp;#039;&amp;#039; = Means that no image is used.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;imageright&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;No parameter&amp;#039;&amp;#039;&amp;#039; = If no &amp;#039;&amp;#039;&amp;#039;imageright&amp;#039;&amp;#039;&amp;#039; parameter is given then no image is shown on the right side.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;An image&amp;#039;&amp;#039;&amp;#039; = Should be an image with usual wiki notation. 40px - 50px width are usually about right depending on the image height to width ratio. (But the message box can handle images of any size.) For example: &lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;imageright = [[File:Nuvola apps bookcase.png|40px]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Anything&amp;#039;&amp;#039;&amp;#039; = Any other object that you want to show on the right side.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;style&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:Optional [[Cascading Style Sheets|CSS]] values used by the entire message box table. Without quotation marks &amp;lt;code&amp;gt;&amp;quot; &amp;quot;&amp;lt;/code&amp;gt; but with the ending semicolons &amp;lt;code&amp;gt;;&amp;lt;/code&amp;gt;. For example:&lt;br /&gt;
::&amp;lt;code&amp;gt;style = margin-bottom: 0.5em;&amp;lt;/code&amp;gt;&lt;br /&gt;
:Refer to [[#Technical details|§ Technical details]] for further information on CSS.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;textstyle&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:Optional [[Cascading Style Sheets|CSS]] values used by the text cell. For example:&lt;br /&gt;
::&amp;lt;code&amp;gt;textstyle = text-align: center;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;plainlinks&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:Normally on Wikipedia, external links have an arrow icon next to them, like this: [http://www.example.com Example.com]. However, in message boxes, the arrow icon is suppressed by default, like this: &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.example.com Example.com]&amp;lt;/span&amp;gt;. To get the normal style of external link with the arrow icon, use {{para|plainlinks|no}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;text&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:The message body text.&lt;br /&gt;
&lt;br /&gt;
==== The small parameters ====&lt;br /&gt;
{{ombox&lt;br /&gt;
| small = yes&lt;br /&gt;
| text = small = yes&lt;br /&gt;
}}&lt;br /&gt;
{{ombox&lt;br /&gt;
| type = style&lt;br /&gt;
| small = yes&lt;br /&gt;
| text = type = style &amp;lt;br&amp;gt; small = yes&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;small&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;yes&amp;#039;&amp;#039;&amp;#039; = Makes it a smaller right floating message box. This also makes the default images smaller. Note that any data fed to the &amp;#039;&amp;#039;&amp;#039;smallimage&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;smallimageright&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;smalltext&amp;#039;&amp;#039;&amp;#039; parameters is only used if &amp;quot;small=yes&amp;quot;. To make it so your template also understands the small parameter you can use this code:&lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;small = {{{small|}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ombox&lt;br /&gt;
| small = yes&lt;br /&gt;
| image      = [[File:Replacement filing cabinet.svg|50px]]&lt;br /&gt;
| smallimage = [[File:Replacement filing cabinet.svg|32px]]&lt;br /&gt;
| text = &lt;br /&gt;
small = yes &amp;lt;br&amp;gt; image = &amp;lt;nowiki&amp;gt;[[File:Replacement filing cabinet.svg|50px]]&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt; smallimage = &amp;lt;nowiki&amp;gt;[[File:Replacement filing cabinet.svg|32px]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;smallimage&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;No parameter&amp;#039;&amp;#039;&amp;#039; = If no &amp;#039;&amp;#039;&amp;#039;smallimage&amp;#039;&amp;#039;&amp;#039; parameter is given then this template falls back to use the &amp;#039;&amp;#039;&amp;#039;image&amp;#039;&amp;#039;&amp;#039; parameter. If the &amp;#039;&amp;#039;&amp;#039;image&amp;#039;&amp;#039;&amp;#039; parameter also is empty then a small default image is used.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;An image&amp;#039;&amp;#039;&amp;#039; = Should be an image with usual wiki notation. 30px width is usually about right. For example: &lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;smallimage = [[File:Replacement filing cabinet.svg|30px]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;none&amp;#039;&amp;#039;&amp;#039; = Means that no image is used. This overrides any image fed to &amp;#039;&amp;#039;&amp;#039;image&amp;#039;&amp;#039;&amp;#039;, when &amp;quot;small=yes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{{ombox&lt;br /&gt;
| small = yes&lt;br /&gt;
| imageright = [[File:Nuvola apps bookcase.png|50px]]&lt;br /&gt;
| smallimageright = none&lt;br /&gt;
| text = &lt;br /&gt;
small = yes &amp;lt;br&amp;gt; imageright = &amp;lt;nowiki&amp;gt;[[File:Nuvola apps bookcase.png|50px]]&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt; smallimageright = none&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;smallimageright&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;No parameter&amp;#039;&amp;#039;&amp;#039; = If no &amp;#039;&amp;#039;&amp;#039;smallimageright&amp;#039;&amp;#039;&amp;#039; parameter is given then this template falls back to use the &amp;#039;&amp;#039;&amp;#039;imageright&amp;#039;&amp;#039;&amp;#039; parameter. If the &amp;#039;&amp;#039;&amp;#039;imageright&amp;#039;&amp;#039;&amp;#039; parameter also is empty then no image is shown on the right side.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;An image&amp;#039;&amp;#039;&amp;#039; = Should be an image with usual wiki notation. 30px width is usually about right. For example: &lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;smallimageright = [[File:Nuvola apps bookcase.png|30px]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Anything&amp;#039;&amp;#039;&amp;#039; = Any other object that you want to show on the right side.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;none&amp;#039;&amp;#039;&amp;#039; = Means that no right side image is used. This overrides any image fed to &amp;#039;&amp;#039;&amp;#039;imageright&amp;#039;&amp;#039;&amp;#039;, when &amp;quot;small=yes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;smalltext&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:A shorter version of the message body text. If no &amp;#039;&amp;#039;&amp;#039;smalltext&amp;#039;&amp;#039;&amp;#039; parameter is given then this template falls back to use the &amp;#039;&amp;#039;&amp;#039;text&amp;#039;&amp;#039;&amp;#039; parameter.&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
If you need to use special characters in the text parameter then you need to escape them like this: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{ombox&lt;br /&gt;
| text  = &amp;lt;div&amp;gt;&lt;br /&gt;
Equal sign = and a start and end brace { } work fine as they are. &lt;br /&gt;
But here is a pipe {{!}} and two end braces &amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;. &lt;br /&gt;
And now a pipe and end braces &amp;lt;nowiki&amp;gt;|}}&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ombox&lt;br /&gt;
| text  = &amp;lt;div&amp;gt;&lt;br /&gt;
Equal sign = and a start and end brace { } work fine as they are. &lt;br /&gt;
But here is a pipe {{!}} and two end braces &amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;. &lt;br /&gt;
And now a pipe and end braces &amp;lt;nowiki&amp;gt;|}}&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This template uses the ombox CSS classes in [[MediaWiki:Common.css]] for most of its looks, thus it is fully skinnable. &lt;br /&gt;
&lt;br /&gt;
The default images for this meta-template are in png format instead of svg format. The main reason is that some older web browsers have trouble with the transparent background that MediaWiki renders for svg images. The png images here have hand optimised transparent background colour so they look good in all browsers. Note that svg icons only look somewhat bad in the old browsers, thus such hand optimisation is only worth the trouble for very widely used icons.&lt;br /&gt;
&lt;br /&gt;
For more technical details see the [[Template talk:Ombox|talk page]]. Since this template works almost exactly like {{tl|ambox}}, {{tl|tmbox}}, {{tl|imbox}} and {{tl|cmbox}} their talk pages and related pages might also contain more details.&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
{{Mbox templates see also}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;text&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Text of the box&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The text to be displayed inside the box; if you need to use special characters then use &amp;lt;nowiki&amp;gt;{{ombox}}&amp;lt;/nowiki&amp;gt;.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;Hello, I am a box created using &amp;lt;nowiki&amp;gt;{{ombox}}&amp;lt;/nowiki&amp;gt;.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;content&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;type&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Type of box to display&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The type of box that will be displayed (image, border thickness, colour, appearance). Examples from highest priority to lowest: \&amp;quot;speedy\&amp;quot;, \&amp;quot;delete\&amp;quot;, \&amp;quot;content\&amp;quot;, \&amp;quot;style\&amp;quot;, \&amp;quot;notice\&amp;quot;, \&amp;quot;move\&amp;quot;, and \&amp;quot;protection\&amp;quot;.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;notice&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;suggestedvalues&amp;quot;: [&lt;br /&gt;
				&amp;quot;speedy&amp;quot;,&lt;br /&gt;
				&amp;quot;delete&amp;quot;,&lt;br /&gt;
				&amp;quot;content&amp;quot;,&lt;br /&gt;
				&amp;quot;style&amp;quot;,&lt;br /&gt;
				&amp;quot;notice&amp;quot;,&lt;br /&gt;
				&amp;quot;move&amp;quot;,&lt;br /&gt;
				&amp;quot;protection&amp;quot;&lt;br /&gt;
			],&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;notice&amp;quot;,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;image&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The image to be displayed inside the box. This can be chosen automatically by setting the \&amp;quot;type\&amp;quot; parameter. Displays on the *left*. This should be given as a file wikilink, just as if you were adding an image on its own, with the size, typically 40–50px.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;[[File:Some image.svg|40px]]&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;content&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;style&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;CSS style for entire box&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Inline CSS styles, which will be applied to the *entire* box. Without quotation marks \&amp;quot; \&amp;quot; but with the ending semicolons ;.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;text-align: center; style = margin-bottom: 0.5em;&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;textstyle&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;CSS style for text&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Inline CSS styles, which will only be applied to the text itself. Without quotation marks \&amp;quot; \&amp;quot; but with the ending semicolons ;.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;text-align: center; text-color: red;&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;imageright&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image to the right&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The image to be displayed to the *right* of the text. This should be given as a file wikilink, just as if you were adding an image on its own, with the size, typically 40–50px.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;[[File:Some image.svg|40px]]&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;content&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;plainlinks&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Plain external links?&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Typically, external links have an arrow icon next to them, but in message boxes, this is suppressed by default. Set this to \&amp;quot;no\&amp;quot; to restore the usual appearance of an external link.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;no&amp;quot;,&lt;br /&gt;
			&amp;quot;suggestedvalues&amp;quot;: [&lt;br /&gt;
				&amp;quot;no&amp;quot;&lt;br /&gt;
			]&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;small&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Small?&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;If set to \&amp;quot;yes\&amp;quot;, the box becomes a small right floating message box. This also makes the default images smaller.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;yes&amp;quot;,&lt;br /&gt;
			&amp;quot;suggestedvalues&amp;quot;: [&lt;br /&gt;
				&amp;quot;yes&amp;quot;&lt;br /&gt;
			]&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;smallimage&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Small image&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;A small image to be used. Displays on the left. Only use this parameter if \&amp;quot;small\&amp;quot; is set. If not set, “image” will be used anyway. Size 30px is about right. “none\&amp;quot; = Means that no image is used. This overrides any image fed to image, when \&amp;quot;small=yes\&amp;quot;.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;[[File:Some image.svg|30px]], none&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;smallimageright&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Small image to the right&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;A small image to be used. Displays on the right. Only use this parameter if \&amp;quot;small\&amp;quot; is set. If not set, “image” will be used anyway. Size 30px is about right. “none\&amp;quot; = Means that no image is used. This overrides any image fed to imageright, when \&amp;quot;small=yes\&amp;quot;.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;[[File:Some image.svg|30px]]&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;content&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;smalltext&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Shorter text&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;A shorter version of the message body text. Will display if “small=yes\&amp;quot;. Falls back to the \&amp;quot;text\&amp;quot; parameter if not used.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;Hi, I&amp;#039;m a summary!&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;content&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Other pages message box. This template is usually not used directly, but is more often used as a metatemplate to build other templates.&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;text&amp;quot;,&lt;br /&gt;
		&amp;quot;type&amp;quot;,&lt;br /&gt;
		&amp;quot;image&amp;quot;,&lt;br /&gt;
		&amp;quot;imageright&amp;quot;,&lt;br /&gt;
		&amp;quot;style&amp;quot;,&lt;br /&gt;
		&amp;quot;textstyle&amp;quot;,&lt;br /&gt;
		&amp;quot;plainlinks&amp;quot;,&lt;br /&gt;
		&amp;quot;small&amp;quot;,&lt;br /&gt;
		&amp;quot;smallimage&amp;quot;,&lt;br /&gt;
		&amp;quot;smallimageright&amp;quot;,&lt;br /&gt;
		&amp;quot;smalltext&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line, please; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Mbox and messagebox templates]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>w&gt;Waddie96</name></author>
	</entry>
</feed>