
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://zoophilia.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=210.197.189.63</id>
	<title>Zoophilia Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://zoophilia.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=210.197.189.63"/>
	<link rel="alternate" type="text/html" href="https://zoophilia.wiki/index.php?title=Special:Contributions/210.197.189.63"/>
	<updated>2026-05-02T13:59:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://zoophilia.wiki/index.php?title=Template:Namespace_detect/doc&amp;diff=114894</id>
		<title>Template:Namespace detect/doc</title>
		<link rel="alternate" type="text/html" href="https://zoophilia.wiki/index.php?title=Template:Namespace_detect/doc&amp;diff=114894"/>
		<updated>2009-06-27T03:23:30Z</updated>

		<summary type="html">&lt;p&gt;210.197.189.63: +ja&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{high-use| 65,000+ }}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the {{tl|namespace detect}} meta-template.&lt;br /&gt;
&lt;br /&gt;
It helps other templates detect what type of page they are on.&lt;br /&gt;
&lt;br /&gt;
It detects and groups all the different [[Wikipedia:Namespace#Enumeration|namespaces]] used on Wikipedia into several types:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;main&#039;&#039;&#039; = Main/article space, as in normal Wikipedia articles.&lt;br /&gt;
:&#039;&#039;&#039;talk&#039;&#039;&#039; = Any talk space, such as page names that start with &amp;quot;Talk:&amp;quot;, &amp;quot;User talk:&amp;quot;, &amp;quot;File talk:&amp;quot; and so on.&lt;br /&gt;
:&#039;&#039;&#039;user, wikipedia, file, mediawiki, template, help, category&#039;&#039;&#039; and &#039;&#039;&#039;portal&#039;&#039;&#039; = The other namespaces except the talk pages.&lt;br /&gt;
:&#039;&#039;&#039;other&#039;&#039;&#039; = Any namespaces that were not specified as a parameter to the template. See explanation below.&lt;br /&gt;
&lt;br /&gt;
For backwards compatibility this template also understands the old name &#039;&#039;&#039;image&#039;&#039;&#039; for &#039;&#039;&#039;file&#039;&#039;&#039;. But using &#039;&#039;&#039;image&#039;&#039;&#039; is now deprecated.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note!&#039;&#039;&#039; For most usage cases it might be better to use the simpler namespace detection templates. (See the [[#See also|see also]] section below.) Since this template is more prone to human errors such as misspelling the parameter names. &lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
This template takes one or more parameters named after the different page types as listed above. Like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{namespace detect&lt;br /&gt;
| main  = Article text&lt;br /&gt;
| talk  = Talk page text&lt;br /&gt;
| other = Other pages text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the template is on a main (article) page, it will return this:&lt;br /&gt;
&lt;br /&gt;
:{{namespace detect| demospace=main&lt;br /&gt;
| main  = Article text&lt;br /&gt;
| talk  = Talk page text&lt;br /&gt;
| other = Other pages text&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
If the template is on any other page than an article or a talk page it will return this:&lt;br /&gt;
&lt;br /&gt;
:{{namespace detect&lt;br /&gt;
| main  = Article text&lt;br /&gt;
| talk  = Talk page text&lt;br /&gt;
| other = Other pages text&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The example above made the template return something for all page types. But if we don&#039;t use the &#039;&#039;&#039;other&#039;&#039;&#039; parameter or leave it empty then it will not return anything for the other page types. Like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{namespace detect&lt;br /&gt;
| file     = File page text&lt;br /&gt;
| category = Category page text&lt;br /&gt;
| other    =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On any pages other than file and category pages the code above will render nothing.&lt;br /&gt;
&amp;lt;!-- Do not remove this one. It is supposed to render nothing, but we have it here for testing purposes. --&amp;gt;&lt;br /&gt;
:{{namespace detect&lt;br /&gt;
| file     = File page text&lt;br /&gt;
| category = Category page text&lt;br /&gt;
| other    =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
By using an empty parameter you can make it so the template doesn&#039;t render anything for some specific page type. Like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{namespace detect&lt;br /&gt;
| main  = &lt;br /&gt;
| other = Other pages text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The code above will render nothing when on mainspace (article) pages, but will return this when on other pages:&lt;br /&gt;
&lt;br /&gt;
:{{namespace detect&lt;br /&gt;
| main  = &lt;br /&gt;
| other = Other pages text&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Demospace ===&lt;br /&gt;
&lt;br /&gt;
For testing and demonstration purposes this template can take a parameter named &#039;&#039;&#039;demospace&#039;&#039;&#039;. Demospace understands any of the page type names used by this template, including the &#039;&#039;&#039;other&#039;&#039;&#039; type. It tells the template to behave like it is on some specific type of page. Like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{namespace detect &lt;br /&gt;
| main  = Article text&lt;br /&gt;
| other = Other pages text&lt;br /&gt;
| demospace = main&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No matter on what kind of page the code above is used it will return this:&lt;br /&gt;
&lt;br /&gt;
:{{namespace detect &lt;br /&gt;
| main  = Article text&lt;br /&gt;
| other = Other pages text&lt;br /&gt;
| demospace = main&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
It can be convenient to let your template understand the demospace parameter and send it on to the {{tl|namespace detect}} template. Then do like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{namespace detect &lt;br /&gt;
| main  = Article text&lt;br /&gt;
| other = Other pages text&lt;br /&gt;
| demospace = {{{demospace|}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;&#039;demospace&#039;&#039;&#039; parameter is empty or undefined then the template will detect page types as usual.&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
&lt;br /&gt;
List of all parameters:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{namespace detect&lt;br /&gt;
| main  = &lt;br /&gt;
...&lt;br /&gt;
| other =&lt;br /&gt;
| demospace = {{{demospace|}}} / main / talk / user / &lt;br /&gt;
              wikipedia / file / mediawiki / template / &lt;br /&gt;
              help / category / portal / other&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: Empty values to the &amp;quot;main&amp;quot; ... &amp;quot;portal&amp;quot; parameters do have special meaning.&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
&lt;br /&gt;
Namespace &amp;quot;Image&amp;quot; was renamed to &amp;quot;File&amp;quot; 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 &amp;quot;image&amp;quot; both as a parameter name, such as &amp;quot;image = File page text&amp;quot;, and as a value &amp;quot;demospace = image&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If you intend to feed tables as content to the numbered parameters of this template, then you need to know this:&lt;br /&gt;
&lt;br /&gt;
[[Help:Template|Templates]] do have a problem to handle parameter data that contains pipes &amp;quot;&amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt;&amp;quot;, unless the pipe is inside another template &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{name|param1}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; or inside a piped link &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Help:Template|help]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. Thus templates can not handle [[Help:Table|wikitables]] as input unless you escape them by using the {{tn|!}} template. This makes it hard to use wikitables as parameters to templates. Instead the usual solution is to use &amp;quot;[[Help:HTML in wikitext|HTML wikimarkup]]&amp;quot; for the table code, which is more robust.&lt;br /&gt;
&lt;br /&gt;
For more technical details such as about &amp;quot;copying to other projects&amp;quot; and &amp;quot;CSS based namespace detection&amp;quot; see {{tl|main talk other}} and its talk page.&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
&lt;br /&gt;
{{namespace detect see also}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Wikipedia metatemplates]]&lt;br /&gt;
&lt;br /&gt;
[[ar:قالب:Namespace detect]]&lt;br /&gt;
[[hsb:Předłoha:Namespace detect]]&lt;br /&gt;
[[ja:Template:Namespace detect]]&lt;br /&gt;
[[pt:Predefinição:Namespace detect]]&lt;br /&gt;
[[sr:Шаблон:Namespace detect]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>210.197.189.63</name></author>
	</entry>
	<entry>
		<id>https://zoophilia.wiki/index.php?title=Template:Fmbox/doc&amp;diff=61416</id>
		<title>Template:Fmbox/doc</title>
		<link rel="alternate" type="text/html" href="https://zoophilia.wiki/index.php?title=Template:Fmbox/doc&amp;diff=61416"/>
		<updated>2009-06-27T03:17:10Z</updated>

		<summary type="html">&lt;p&gt;210.197.189.63: +ja&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{used in system| in many system messages }}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{mbox templates}}&lt;br /&gt;
This is the {{tl|fmbox}} or &#039;&#039;&#039;footer &amp;amp; header message box&#039;&#039;&#039; template.&lt;br /&gt;
&lt;br /&gt;
It can be used to build message boxes for system messages such as [[MediaWiki:Sp-contributions-footer-anon]]. It can also be used for footer and header boxes on user pages and for [[Wikipedia:Editnotice|editnotices]].&lt;br /&gt;
&lt;br /&gt;
This template works similarly to {{tl|ambox}} and mostly uses the same parameters. The main differences are that this box is 100% wide and has different colour styles.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
Simple usage example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{fmbox | text = Some text.}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{fmbox | text = Some text.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Complex example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{fmbox&lt;br /&gt;
| type      = editnotice&lt;br /&gt;
| image     = [[Image:Emblem-question-yellow.svg|40px]]&lt;br /&gt;
| style     = border: 1px solid #f4c430;&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;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{fmbox&lt;br /&gt;
| type = editnotice&lt;br /&gt;
| image     = [[Image:Emblem-question-yellow.svg|40px]]&lt;br /&gt;
| style     = border: 1px solid #f4c430;&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;
&lt;br /&gt;
=== Footer and header message box types ===&lt;br /&gt;
&lt;br /&gt;
The following examples use different &#039;&#039;&#039;type&#039;&#039;&#039; parameters but use no image parameters thus they use the default images for each type.&lt;br /&gt;
&lt;br /&gt;
{{fmbox&lt;br /&gt;
| type = warning&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;warning&amp;lt;/u&amp;gt; – System warning notices such as [[MediaWiki:Revision-info]] and [[MediaWiki:Protectedpagewarning]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{fmbox&lt;br /&gt;
| type = editnotice&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;editnotice&amp;lt;/u&amp;gt; – Transparent background for [[Wikipedia:Editnotice|editnotices]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{fmbox&lt;br /&gt;
| type = system&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;system&amp;lt;/u&amp;gt; – Light grey system message background (default).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Other images ===&lt;br /&gt;
&lt;br /&gt;
The default images shown above are mostly for testing and demonstration. In most cases it is more appropriate to use a more specific image or no image at all. These examples use the &#039;&#039;&#039;image&#039;&#039;&#039; parameter to specify an image other than the default image.&lt;br /&gt;
&lt;br /&gt;
{{fmbox&lt;br /&gt;
| image = [[Image:User-info.svg|40px]]&lt;br /&gt;
| text  = image = &amp;lt;nowiki&amp;gt;[[Image:User-info.svg|40px]]&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt; This image is used for [[MediaWiki:Sp-contributions-footer]]. &lt;br /&gt;
}}&lt;br /&gt;
{{fmbox&lt;br /&gt;
| image = [[Image:Commons-logo.svg|40x40px]]&lt;br /&gt;
| text  = image = &amp;lt;nowiki&amp;gt;[[Image:Commons-logo.svg|40x40px]]&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt; Note the use of &amp;quot;40x40px&amp;quot; to also limit the height of the image. This image is used for [[MediaWiki:Sharedupload]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Special ===&lt;br /&gt;
&lt;br /&gt;
Some other parameter combinations.&lt;br /&gt;
&lt;br /&gt;
{{fmbox&lt;br /&gt;
| text  = No image given (&#039;&#039;&#039;default&#039;&#039;&#039;)&lt;br /&gt;
}}&lt;br /&gt;
{{fmbox&lt;br /&gt;
| image = none&lt;br /&gt;
| text  = &#039;&#039;&#039;image=none&#039;&#039;&#039; – No image is used and the &#039;&#039;&#039;text&#039;&#039;&#039; uses the whole message box area.&lt;br /&gt;
}}&lt;br /&gt;
{{fmbox&lt;br /&gt;
| image = [[Image:User-info.svg|40px]]&lt;br /&gt;
| imageright = [[Image:Nuvola apps bookcase.svg|40px]]&lt;br /&gt;
| text  = image = &amp;lt;nowiki&amp;gt;[[Image:User-info.svg|40px]]&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt; imageright = &amp;lt;nowiki&amp;gt;[[Image:Nuvola apps bookcase.svg|40px]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
&lt;br /&gt;
List of all parameters:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{fmbox&lt;br /&gt;
| type  = system / editnotice / warning&lt;br /&gt;
| image = none / [[Image:Some image.svg|40px]]&lt;br /&gt;
| imageright = [[Image:Some image.svg|40px]]&lt;br /&gt;
| id = CSS id&lt;br /&gt;
| class = CSS class names&lt;br /&gt;
| style = CSS values&lt;br /&gt;
| textstyle = CSS values&lt;br /&gt;
| text  = The message body text.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;type&#039;&#039;&#039;&lt;br /&gt;
:If no &#039;&#039;&#039;type&#039;&#039;&#039; parameter is given the template defaults to type &#039;&#039;&#039;system&#039;&#039;&#039;. That means it gets a light grey background.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;image&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&#039;No parameter&#039;&#039;&#039; = If no &#039;&#039;&#039;image&#039;&#039;&#039; parameter is given the template uses a default image. Which default image it uses depends on the &#039;&#039;&#039;type&#039;&#039;&#039; parameter.&lt;br /&gt;
:&#039;&#039;&#039;An image&#039;&#039;&#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 = [[Image:User-info.svg|40px]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&#039;&#039;&#039;none&#039;&#039;&#039; = Means that no image is used.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;imageright&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&#039;No parameter&#039;&#039;&#039; = If no &#039;&#039;&#039;imageright&#039;&#039;&#039; parameter is given then no image is shown on the right side.&lt;br /&gt;
:&#039;&#039;&#039;An image&#039;&#039;&#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 = [[Image:Nuvola apps bookcase.png|40px]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&#039;&#039;&#039;Anything&#039;&#039;&#039; = Any other object that you want to show on the right side.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;id&#039;&#039;&#039;&lt;br /&gt;
:Optional [[Cascading Style Sheets|CSS]] id used by the entire message box table. Without quotation marks &amp;lt;code&amp;gt;&amp;quot; &amp;quot;&amp;lt;/code&amp;gt;. Mostly meant to be used to tag a message box with its name, to make it easy to detect the presence of the message from javascript. For instance [[MediaWiki:Sp-contributions-footer]] would use:&lt;br /&gt;
::&amp;lt;code&amp;gt;id = sp-contributions-footer&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;class&#039;&#039;&#039;&lt;br /&gt;
:Optional [[Cascading Style Sheets|CSS]] class names used by the entire message box table. Without quotation marks &amp;lt;code&amp;gt;&amp;quot; &amp;quot;&amp;lt;/code&amp;gt;. Mostly meant to be used to tag a message box with its name so it can be individually skinned. For instance [[MediaWiki:Sp-contributions-footer]] would use:&lt;br /&gt;
::&amp;lt;code&amp;gt;class = sp-contributions-footer&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;style&#039;&#039;&#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-top: 1em;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;textstyle&#039;&#039;&#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 = font-size: 90%; text-align: center;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039;&lt;br /&gt;
:The message body text.&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
&lt;br /&gt;
This template currently uses hard coded styles and class names. Later it will only use CSS classes making it easier to skin. (In the meantime it can be skinned by using the &amp;quot;&amp;lt;code&amp;gt;!important&amp;lt;/code&amp;gt;&amp;quot; keyword.)&lt;br /&gt;
&lt;br /&gt;
If you need to make a box that is less than 100% wide, then do &#039;&#039;not&#039;&#039; use this box, instead use the {{tl|ombox}}. Since this box doesn&#039;t have the &amp;quot;1px empty image cell&amp;quot; code that makes it so the other mboxes get proper box flow in all browsers when less than 100% wide.&lt;br /&gt;
&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;pre&amp;gt;&lt;br /&gt;
{{fmbox&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;amp;lt;nowiki&amp;gt;}}&amp;amp;lt;/nowiki&amp;gt;. &lt;br /&gt;
And now a pipe and end braces &amp;amp;lt;nowiki&amp;gt;|}}&amp;amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{fmbox&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;
Internally this meta-template uses HTML wikimarkup instead of wikimarkup for the table code. That is the usual way we make meta-templates since wikimarkup has several drawbacks. For instance it makes it harder to use [[m:Help:ParserFunctions|parser functions]] and some special characters in parameters. &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;
&#039;&#039;&#039;Note to admins:&#039;&#039;&#039; MediaWiki does not parse and convert HTML wikimarkup in system messages the same way as it does for normal pages. This means for instance that &amp;lt;code&amp;gt;&amp;amp;lt;br&amp;gt;&amp;lt;/code&amp;gt; is not automatically converted to &amp;lt;code&amp;gt;&amp;amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt; and missing &amp;lt;code&amp;gt;&amp;amp;lt;/td&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;/tr&amp;gt;&amp;lt;/code&amp;gt; tags are not automatically added. Thus see to that any HTML code you use in system messages are valid XHTML. That is, close all tags that you begin. However, regular wikimarkup works fine in most system messages.&lt;br /&gt;
&lt;br /&gt;
For more technical details see the [[Template talk:Fmbox|talk page]]. Since this template works almost exactly like {{tl|ambox}}, {{tl|tmbox}}, {{tl|imbox}}, {{tl|cmbox}} and {{tl|ombox}} their talk pages and related pages might also contain more details.&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
&lt;br /&gt;
* {{tl|fmbox warning ruler}} – A horizontal ruler in the same colour as the red border for the warning type. Used inside some system warning notices.&lt;br /&gt;
&lt;br /&gt;
{{Mbox templates see also}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Wikipedia metatemplates|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
[[ja:Template:Fmbox]]&lt;br /&gt;
[[no:mal:Fmbox]]&lt;br /&gt;
[[pt:Predefinição:Fmbox]]&lt;br /&gt;
[[ro:Format:Meta-casetămas]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>210.197.189.63</name></author>
	</entry>
	<entry>
		<id>https://zoophilia.wiki/index.php?title=Template:Ombox/doc&amp;diff=70553</id>
		<title>Template:Ombox/doc</title>
		<link rel="alternate" type="text/html" href="https://zoophilia.wiki/index.php?title=Template:Ombox/doc&amp;diff=70553"/>
		<updated>2009-06-27T03:09:22Z</updated>

		<summary type="html">&lt;p&gt;210.197.189.63: +ja&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
{{mbox templates}}&lt;br /&gt;
This is the {{tl|ombox}} or &#039;&#039;&#039;other pages message box&#039;&#039;&#039; meta-template.&lt;br /&gt;
&lt;br /&gt;
It is used to build message box templates for pages of the types: User, Wikipedia, MediaWiki, Template, Help, Portal and any new future namespaces. That is, page types not covered by {{tl|ambox}}, {{tl|tmbox}}, {{tl|imbox}} or {{tl|cmbox}}. Thus it should &#039;&#039;not&#039;&#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;
=== We are deploying! ===&lt;br /&gt;
&lt;br /&gt;
After discussions on the [[Template talk:Ombox|talk page]] of this template and announcing it at several places for some time we are now deploying this template. 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&#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;
&lt;br /&gt;
Simple usage example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ombox | text = Some text.}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ombox | text = Some text.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Complex example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ombox&lt;br /&gt;
| type      = style&lt;br /&gt;
| image     = [[Image: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;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ombox&lt;br /&gt;
| type      = style&lt;br /&gt;
| image     = [[Image: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;
&lt;br /&gt;
=== Other pages message box types ===&lt;br /&gt;
&lt;br /&gt;
The following examples use different &#039;&#039;&#039;type&#039;&#039;&#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-risk}}.&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}} 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|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-protected}} when shown on &amp;quot;other pages&amp;quot;.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&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 (&#039;&#039;&#039;default&#039;&#039;&#039;)&lt;br /&gt;
}}&lt;br /&gt;
{{ombox&lt;br /&gt;
| image = none&lt;br /&gt;
| text  = No type and &#039;&#039;&#039;image=none&#039;&#039;&#039; – No image is used and the &#039;&#039;&#039;text&#039;&#039;&#039; uses the whole message box area.&lt;br /&gt;
}}&lt;br /&gt;
{{ombox&lt;br /&gt;
| image = [[Image:Gnome globe current event.svg|42px]]&lt;br /&gt;
| imageright = [[Image:Nuvola apps bookcase.svg|40px]]&lt;br /&gt;
| text  = image = &amp;lt;nowiki&amp;gt;[[Image:Gnome globe current event.svg|42px]]&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt; imageright = &amp;lt;nowiki&amp;gt;[[Image: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      = [[Image:Blue check.svg|30px]]&lt;br /&gt;
| imageright = {{shortcut|WP:SHORT}}&lt;br /&gt;
| text       = &lt;br /&gt;
&#039;&#039;&#039;This page documents an English Wikipedia [[Wikipedia:Policies and guidelines|guideline]].&#039;&#039;&#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      = [[Image:Nutshell.png|30px]]&lt;br /&gt;
| text       = &lt;br /&gt;
&#039;&#039;&#039;This page in a nutshell:&#039;&#039;&#039; This template is used to build message boxes for all pages that are &#039;&#039;not&#039;&#039; articles, talk pages, image pages or category pages.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
&lt;br /&gt;
List of all parameters:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ombox&lt;br /&gt;
| type  = speedy / delete / content / style / notice / move / protection&lt;br /&gt;
| image = none / [[Image:Some image.svg|40px]]&lt;br /&gt;
| imageright = [[Image:Some image.svg|40px]]&lt;br /&gt;
| style = CSS values&lt;br /&gt;
| textstyle = CSS values&lt;br /&gt;
| text  = The message body text. &lt;br /&gt;
| small = {{{small|}}} / yes&lt;br /&gt;
| smallimage = none / [[Image:Some image.svg|30px]]&lt;br /&gt;
| smallimageright = none / [[Image:Some image.svg|30px]]&lt;br /&gt;
| smalltext  = A shorter message body text.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;type&#039;&#039;&#039;&lt;br /&gt;
:If no &#039;&#039;&#039;type&#039;&#039;&#039; parameter is given the template defaults to type &#039;&#039;&#039;notice&#039;&#039;&#039;. That means it gets a gray border.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;image&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&#039;No parameter&#039;&#039;&#039; = If no &#039;&#039;&#039;image&#039;&#039;&#039; parameter is given the template uses a default image. Which default image it uses depends on the &#039;&#039;&#039;type&#039;&#039;&#039; parameter. &lt;br /&gt;
:&#039;&#039;&#039;An image&#039;&#039;&#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 = [[Image:Crystal package settings.png|40px]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&#039;&#039;&#039;none&#039;&#039;&#039; = Means that no image is used.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;imageright&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&#039;No parameter&#039;&#039;&#039; = If no &#039;&#039;&#039;imageright&#039;&#039;&#039; parameter is given then no image is shown on the right side.&lt;br /&gt;
:&#039;&#039;&#039;An image&#039;&#039;&#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 = [[Image:Nuvola apps bookcase.png|40px]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&#039;&#039;&#039;Anything&#039;&#039;&#039; = Any other object that you want to show on the right side.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;style&#039;&#039;&#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;
&lt;br /&gt;
&#039;&#039;&#039;textstyle&#039;&#039;&#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;
&#039;&#039;&#039;text&#039;&#039;&#039;&lt;br /&gt;
:The message body text.&lt;br /&gt;
&lt;br /&gt;
==== The small parameters ====&lt;br /&gt;
&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;
&#039;&#039;&#039;small&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&#039;yes&#039;&#039;&#039; = Makes it a smaller right floating message box. This also makes the default images smaller. Note that any data fed to the &#039;&#039;&#039;smallimage&#039;&#039;&#039;, &#039;&#039;&#039;smallimageright&#039;&#039;&#039; and &#039;&#039;&#039;smalltext&#039;&#039;&#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      = [[Image:Replacement filing cabinet.svg|50px]]&lt;br /&gt;
| smallimage = [[Image: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;[[Image:Replacement filing cabinet.svg|50px]]&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt; smallimage = &amp;lt;nowiki&amp;gt;[[Image:Replacement filing cabinet.svg|32px]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;smallimage&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&#039;No parameter&#039;&#039;&#039; = If no &#039;&#039;&#039;smallimage&#039;&#039;&#039; parameter is given then this template falls back to use the &#039;&#039;&#039;image&#039;&#039;&#039; parameter. If the &#039;&#039;&#039;image&#039;&#039;&#039; parameter also is empty then a small default image is used.&lt;br /&gt;
:&#039;&#039;&#039;An image&#039;&#039;&#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 = [[Image:Replacement filing cabinet.svg|30px]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&#039;&#039;&#039;none&#039;&#039;&#039; = Means that no image is used. This overrides any image fed to &#039;&#039;&#039;image&#039;&#039;&#039;, when &amp;quot;small=yes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{{ombox&lt;br /&gt;
| small = yes&lt;br /&gt;
| imageright = [[Image: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;[[Image:Nuvola apps bookcase.png|50px]]&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt; smallimageright = none&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;smallimageright&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&#039;No parameter&#039;&#039;&#039; = If no &#039;&#039;&#039;smallimageright&#039;&#039;&#039; parameter is given then this template falls back to use the &#039;&#039;&#039;imageright&#039;&#039;&#039; parameter. If the &#039;&#039;&#039;imageright&#039;&#039;&#039; parameter also is empty then no image is shown on the right side.&lt;br /&gt;
:&#039;&#039;&#039;An image&#039;&#039;&#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 = [[Image:Nuvola apps bookcase.png|30px]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&#039;&#039;&#039;Anything&#039;&#039;&#039; = Any other object that you want to show on the right side.&lt;br /&gt;
:&#039;&#039;&#039;none&#039;&#039;&#039; = Means that no right side image is used. This overrides any image fed to &#039;&#039;&#039;imageright&#039;&#039;&#039;, when &amp;quot;small=yes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;smalltext&#039;&#039;&#039;&lt;br /&gt;
:A shorter version of the message body text. If no &#039;&#039;&#039;smalltext&#039;&#039;&#039; parameter is given then this template falls back to use the &#039;&#039;&#039;text&#039;&#039;&#039; parameter.&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
&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;pre&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;amp;lt;nowiki&amp;gt;}}&amp;amp;lt;/nowiki&amp;gt;. &lt;br /&gt;
And now a pipe and end braces &amp;amp;lt;nowiki&amp;gt;|}}&amp;amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&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;
This template calls {{tl|ombox/core}} which holds most of the code for {{tl|ombox}}, while {{tl|ombox}} itself does parameter preprocessing. &lt;br /&gt;
&lt;br /&gt;
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 [[m:Help:ParserFunctions|parser functions]] and special characters in parameters. &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;
&lt;br /&gt;
{{Mbox templates see also}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Wikipedia metatemplates|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
[[hsb:Předłoha:Ombox]]&lt;br /&gt;
[[ja:Template:Ombox]]&lt;br /&gt;
[[mk:Шаблон:Ombox]]&lt;br /&gt;
[[mn:Template:Ombox]]&lt;br /&gt;
[[pt:Predefinição:Ombox]]&lt;br /&gt;
[[ro:Format:Meta-casetămap]]&lt;br /&gt;
[[uk:Шаблон:Ombox]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>210.197.189.63</name></author>
	</entry>
</feed>