<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://www.mylionking.com/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.mylionking.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AMsgbox%2Fdoc</id>
		<title>Template:Msgbox/doc - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.mylionking.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AMsgbox%2Fdoc"/>
		<link rel="alternate" type="text/html" href="https://www.mylionking.com/w/index.php?title=Template:Msgbox/doc&amp;action=history"/>
		<updated>2026-04-18T03:20:14Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.2</generator>

	<entry>
		<id>https://www.mylionking.com/w/index.php?title=Template:Msgbox/doc&amp;diff=2734&amp;oldid=prev</id>
		<title>Moka: Created page with &quot;{{doc/start}} === Basic usage === &lt;pre&gt; {{msgbox | title = This is a normal message box | text = With helpful and descriptive subtext }} &lt;/pre&gt;  Will result in: {{msgbox| title =...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.mylionking.com/w/index.php?title=Template:Msgbox/doc&amp;diff=2734&amp;oldid=prev"/>
				<updated>2011-04-03T13:58:19Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{doc/start}} === Basic usage === &amp;lt;pre&amp;gt; {{msgbox | title = This is a normal message box | text = With helpful and descriptive subtext }} &amp;lt;/pre&amp;gt;  Will result in: {{msgbox| title =...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{doc/start}}&lt;br /&gt;
=== Basic usage ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{msgbox&lt;br /&gt;
| title = This is a normal message box&lt;br /&gt;
| text = With helpful and descriptive subtext&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Will result in:&lt;br /&gt;
{{msgbox| title = This is a normal message box | text = With helpful and descriptive subtext}}&lt;br /&gt;
&lt;br /&gt;
=== Mini usage ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{msgbox&lt;br /&gt;
| mini = 1&lt;br /&gt;
| icon = 8&lt;br /&gt;
| text = This is a mini message box with an information icon using [[Template:CommentSprite]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Will result in:&lt;br /&gt;
{{msgbox| mini = 1 | icon = 8 | text = This is a mini message box with an information icon using [[Template:CommentSprite]]}}&lt;br /&gt;
&lt;br /&gt;
=== Advanced usage ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{msgbox&lt;br /&gt;
| bgcol = #eef&lt;br /&gt;
| linecol = #ddf&lt;br /&gt;
| title = This is a blue message box&lt;br /&gt;
| text = It has a discuss link and some custom CSS&lt;br /&gt;
| discuss = 1&lt;br /&gt;
| css = -moz-box-shadow: 0px 0px 6px #888; -webkit-box-shadow: 0px 0px 6px #888;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Will result in:&lt;br /&gt;
{{msgbox| bgcol = #eef | linecol = #ddf | title = This is a blue message box | text = It has a discuss link and some custom CSS | discuss = 1  = 340px | css = -moz-box-shadow: 0px 0px 6px #888; -webkit-box-shadow: 0px 0px 6px #888;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{msgbox&lt;br /&gt;
| bgcol = #eef&lt;br /&gt;
| linecol = #ddf&lt;br /&gt;
| title = This is a blue message box&lt;br /&gt;
| text = It has a discuss link, some custom CSS and a custom image&lt;br /&gt;
| discuss = 1&lt;br /&gt;
| image = Bot.png&lt;br /&gt;
| css = -moz-box-shadow: 0px 0px 6px #888; -webkit-box-shadow: 0px 0px 6px #888;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Will result in:&lt;br /&gt;
{{msgbox| bgcol = #eef | linecol = #ddf | title = This is a blue message box | text = It has a discuss link, some custom CSS and a custom image | discuss = 1 | css = -moz-box-shadow: 0px 0px 6px #888; -webkit-box-shadow: 0px 0px 6px #888; | image = Bot.png}}&lt;br /&gt;
&lt;br /&gt;
A custom image size can also be specified with &amp;quot;imagewidth&amp;quot;, for example: &amp;lt;code&amp;gt;imagewidth = 50px&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Advanced Mini usage ===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{msgbox&lt;br /&gt;
| mini = 1&lt;br /&gt;
| image = Bot.png&lt;br /&gt;
| bgcol = #eef&lt;br /&gt;
| linecol = #ddf&lt;br /&gt;
| css = -moz-box-shadow: 0px 0px 6px #888; -webkit-box-shadow: 0px 0px 6px #888;&lt;br /&gt;
| text = This is a mini message box, it is using similar settings as the box used in the advanced example above.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Will result in: {{msgbox| mini = 1 | bgcol = #eef | linecol = #ddf | text = This is a mini message box, it is using similar settings as the box used in the advanced example above. | css = -moz-box-shadow: 0px 0px 6px #888; -webkit-box-shadow: 0px 0px 6px #888; | image = Bot.png}}&lt;br /&gt;
This can also have a custom image size.&lt;br /&gt;
{{doc/end}}&lt;/div&gt;</summary>
		<author><name>Moka</name></author>	</entry>

	</feed>