<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://starmadepedia.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AMessage_box%2Fdoc</id>
	<title>Template:Message box/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://starmadepedia.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AMessage_box%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://starmadepedia.net/index.php?title=Template:Message_box/doc&amp;action=history"/>
	<updated>2026-05-11T23:16:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>https://starmadepedia.net/index.php?title=Template:Message_box/doc&amp;diff=308&amp;oldid=prev</id>
		<title>DukeofRealms: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://starmadepedia.net/index.php?title=Template:Message_box/doc&amp;diff=308&amp;oldid=prev"/>
		<updated>2016-07-08T15:01:44Z</updated>

		<summary type="html">&lt;p&gt;2 revisions imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&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: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 15:01, 8 July 2016&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>DukeofRealms</name></author>
		
	</entry>
	<entry>
		<id>https://starmadepedia.net/index.php?title=Template:Message_box/doc&amp;diff=307&amp;oldid=prev</id>
		<title>DukeofRealms: 1 version</title>
		<link rel="alternate" type="text/html" href="https://starmadepedia.net/index.php?title=Template:Message_box/doc&amp;diff=307&amp;oldid=prev"/>
		<updated>2015-05-21T05:41:41Z</updated>

		<summary type="html">&lt;p&gt;1 version&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&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: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 05:41, 21 May 2015&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>DukeofRealms</name></author>
		
	</entry>
	<entry>
		<id>https://starmadepedia.net/index.php?title=Template:Message_box/doc&amp;diff=306&amp;oldid=prev</id>
		<title>DukeofRealms: Page creation</title>
		<link rel="alternate" type="text/html" href="https://starmadepedia.net/index.php?title=Template:Message_box/doc&amp;diff=306&amp;oldid=prev"/>
		<updated>2014-10-31T09:05:38Z</updated>

		<summary type="html">&lt;p&gt;Page creation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation header}}&lt;br /&gt;
{{Protected|template|talkpage=Template talk:Msgbox}}&lt;br /&gt;
=== Basic usage ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width: 360px;&amp;quot;&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 style=&amp;quot;width: 740px;&amp;quot;&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 style=&amp;quot;width: 400px;&amp;quot;&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 = 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 = box-shadow: 0px 0px 6px #888;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width: 525px;&amp;quot;&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 = 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 = 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 style=&amp;quot;width: 895px;&amp;quot;&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 = 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 = box-shadow: 0px 0px 6px #888;| image = Bot.png}}&lt;br /&gt;
This can also have a custom image size.&lt;/div&gt;</summary>
		<author><name>DukeofRealms</name></author>
		
	</entry>
</feed>