<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://anthrodia.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ACmbox%2Fdoc</id>
	<title>Template:Cmbox/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://anthrodia.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ACmbox%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://anthrodia.wiki/index.php?title=Template:Cmbox/doc&amp;action=history"/>
	<updated>2026-09-20T14:34:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://anthrodia.wiki/index.php?title=Template:Cmbox/doc&amp;diff=168&amp;oldid=prev</id>
		<title>Leftie: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://anthrodia.wiki/index.php?title=Template:Cmbox/doc&amp;diff=168&amp;oldid=prev"/>
		<updated>2026-05-27T12:09:39Z</updated>

		<summary type="html">&lt;p&gt;2 revisions 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 05:09, 27 May 2026&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>Leftie</name></author>
	</entry>
	<entry>
		<id>https://anthrodia.wiki/index.php?title=Template:Cmbox/doc&amp;diff=167&amp;oldid=prev</id>
		<title>Leftie: 1 revision imported: Import even more templates</title>
		<link rel="alternate" type="text/html" href="https://anthrodia.wiki/index.php?title=Template:Cmbox/doc&amp;diff=167&amp;oldid=prev"/>
		<updated>2024-06-27T16:24:47Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Import even more templates&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 09:24, 27 June 2024&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>Leftie</name></author>
	</entry>
	<entry>
		<id>https://anthrodia.wiki/index.php?title=Template:Cmbox/doc&amp;diff=166&amp;oldid=prev</id>
		<title>dev&gt;Rodejong: +</title>
		<link rel="alternate" type="text/html" href="https://anthrodia.wiki/index.php?title=Template:Cmbox/doc&amp;diff=166&amp;oldid=prev"/>
		<updated>2024-03-04T23:54:15Z</updated>

		<summary type="html">&lt;p&gt;+&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;
== Usage ==&lt;br /&gt;
This is the {{tl|cmbox}} or &amp;#039;&amp;#039;&amp;#039;category message box&amp;#039;&amp;#039;&amp;#039; meta-template.&lt;br /&gt;
&lt;br /&gt;
It is used to build message box templates for category pages, such as {{tl|CatDiffuse}} etc. It offers several different colours, uses default images if no image parameter is given and it has some other features.&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;
=== Usage ===&lt;br /&gt;
;Simple usage example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{cmbox | text = Some text.}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{cmbox | text = Some text.}}&lt;br /&gt;
&lt;br /&gt;
;Complex example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{cmbox&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;/pre&amp;gt;&lt;br /&gt;
{{cmbox&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;
&lt;br /&gt;
=== Category 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;
;These are examples, but the shown templates are not included.: You can copy it to your own wiki and make a text that suits your style.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cmbox&lt;br /&gt;
| type = speedy&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;speedy&amp;lt;/u&amp;gt; – Speedy deletion templates such as {{tl|db-catempty}}.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;{{cmbox&lt;br /&gt;
| type = speedy&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;speedy&amp;lt;/u&amp;gt; – Speedy deletion templates such as {{tl|db-catempty}}.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cmbox&lt;br /&gt;
| type = delete&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;delete&amp;lt;/u&amp;gt; – Deletion templates such as {{tl|cfd}}.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;{{cmbox&lt;br /&gt;
| type = delete&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;delete&amp;lt;/u&amp;gt; – Deletion templates such as {{tl|cfd}}.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cmbox&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|Categorisation of people disputed}}.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;{{cmbox&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|Categorisation of people disputed}}.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cmbox&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, such as {{tl|popcat}}.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;{{cmbox&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, such as {{tl|popcat}}.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cmbox&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.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;{{cmbox&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.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cmbox&lt;br /&gt;
| type = move&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;move&amp;lt;/u&amp;gt; – Move, merge and split messages and proposals, such as {{tl|categoryredirect}}.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;{{cmbox&lt;br /&gt;
| type = move&lt;br /&gt;
| text = type=&amp;lt;u&amp;gt;move&amp;lt;/u&amp;gt; – Move, merge and split messages and proposals, such as {{tl|categoryredirect}}.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cmbox&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-semi-protected}} when shown on a category page.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;{{cmbox&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-semi-protected}} when shown on a category page.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Other images ===&lt;br /&gt;
The default images shown above are mostly for convenience. In many cases it is more appropriate to use more specific images. These examples use the &amp;#039;&amp;#039;&amp;#039;image&amp;#039;&amp;#039;&amp;#039; parameter to specify an image other than the default images.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cmbox&lt;br /&gt;
| type  = style&lt;br /&gt;
| image = [[File:Sub-arrows.svg|40px]]&lt;br /&gt;
| text  = type = style &amp;lt;br&amp;gt; image = &amp;lt;nowiki&amp;gt;[[File:Sub-arrows.svg|40px]]&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt; This image is used for {{tl|verylarge}} and {{tl|CatDiffuse}}. &lt;br /&gt;
}}&amp;lt;/pre&amp;gt;{{cmbox&lt;br /&gt;
| type  = style&lt;br /&gt;
| image = [[File:Sub-arrows.svg|40px]]&lt;br /&gt;
| text  = type = style &amp;lt;br&amp;gt; image = &amp;lt;nowiki&amp;gt;[[File:Sub-arrows.svg|40px]]&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt; This image is used for {{tl|verylarge}} and {{tl|CatDiffuse}}. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cmbox&lt;br /&gt;
| type  = move&lt;br /&gt;
| image = [[File:Redirect arrow.svg|52px]]&lt;br /&gt;
| text  = type = move &amp;lt;br&amp;gt; image = &amp;lt;nowiki&amp;gt;[[File:Redirect arrow.svg|52px]]&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt; This image is used for {{tl|categoryredirect}}. &lt;br /&gt;
}}&amp;lt;/pre&amp;gt;{{cmbox&lt;br /&gt;
| type  = move&lt;br /&gt;
| image = [[File:Redirect arrow.svg|52px]]&lt;br /&gt;
| text  = type = move &amp;lt;br&amp;gt; image = &amp;lt;nowiki&amp;gt;[[File:Redirect arrow.svg|52px]]&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt; This image is used for {{tl|categoryredirect}}. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Special ===&lt;br /&gt;
Some other parameter combinations.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cmbox&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;
}}&amp;lt;/pre&amp;gt;{{cmbox&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;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cmbox&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;
}}&amp;lt;/pre&amp;gt;{{cmbox&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;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cmbox&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;
}}&amp;lt;/pre&amp;gt;{{cmbox&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;
&amp;lt;pre&amp;gt;{{cmbox&lt;br /&gt;
| image = [[File:Gnome globe current event.svg|42px]]&lt;br /&gt;
| imageright = [[File:Shuttle.svg|20px]]&lt;br /&gt;
| text  = &amp;#039;&amp;#039;&amp;#039;This category lists articles about current and recent [[spaceflight]]s.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;br&amp;gt;It is populated by the {{tl|current spaceflight}} template.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;{{cmbox&lt;br /&gt;
| image = [[File:Gnome globe current event.svg|42px]]&lt;br /&gt;
| imageright = [[File:Shuttle.svg|20px]]&lt;br /&gt;
| text  = &amp;#039;&amp;#039;&amp;#039;This category lists articles about current and recent [[spaceflight]]s.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;br&amp;gt;It is populated by the {{tl|current spaceflight}} template.&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;pre&amp;gt;&lt;br /&gt;
{{cmbox&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;
| class = A custom CSS class to apply to the box&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;
&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 blue background.&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:Sub-arrows.svg|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;
:An optional CSS value used by the entire message box table. Without quotation marks &amp;lt;code&amp;gt;&amp;quot; &amp;quot;&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;
&amp;#039;&amp;#039;&amp;#039;textstyle&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:An optional CSS value 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;text&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:The message body text.&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;pre&amp;gt;&lt;br /&gt;
{{cmbox&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;
{{cmbox&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 cmbox CSS classes in [[MediaWiki:Common.css]] for most of its looks, thus it is fully skinnable.&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 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;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- Categories below this line --&amp;gt;&lt;br /&gt;
[[Category:Notice templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>dev&gt;Rodejong</name></author>
	</entry>
</feed>