
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.share-vde.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ANotebox</id>
	<title>Template:Notebox - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.share-vde.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ANotebox"/>
	<link rel="alternate" type="text/html" href="https://wiki.share-vde.org/w/index.php?title=Template:Notebox&amp;action=history"/>
	<updated>2026-05-20T08:46:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.share-vde.org/w/index.php?title=Template:Notebox&amp;diff=441&amp;oldid=prev</id>
		<title>Anna: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.share-vde.org/w/index.php?title=Template:Notebox&amp;diff=441&amp;oldid=prev"/>
		<updated>2021-03-08T10:10:00Z</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;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 10:10, 8 March 2021&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key bluespice:diff::1.12:old-440:rev-441 --&gt;
&lt;/table&gt;</summary>
		<author><name>Anna</name></author>
	</entry>
	<entry>
		<id>https://wiki.share-vde.org/w/index.php?title=Template:Notebox&amp;diff=440&amp;oldid=prev</id>
		<title>DeletedUser at 09:22, 19 February 2021</title>
		<link rel="alternate" type="text/html" href="https://wiki.share-vde.org/w/index.php?title=Template:Notebox&amp;diff=440&amp;oldid=prev"/>
		<updated>2021-02-19T09:22:51Z</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;&amp;lt;templatestyles src=&amp;quot;Notebox/styles.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&amp;lt;div class=&amp;quot;notebox notification-{{{boxtype}}}&amp;quot; {{#if:{{{bgcolor|}}}|style=&amp;quot;background:{{{bgcolor}}}&amp;quot;|}}&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;boxlabel&amp;quot;&amp;gt;&lt;br /&gt;
{{#switch: {{{boxtype}}}&lt;br /&gt;
 | note = Note:&lt;br /&gt;
 | tip = Tip:&lt;br /&gt;
 | warning = Warning:&lt;br /&gt;
 | example = Example:&lt;br /&gt;
 | important = Important!&lt;br /&gt;
 | emptybox =&lt;br /&gt;
 | #default = Note:&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/span&amp;gt;{{{text}}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This template creates different types of info boxes on a page. Based on the box type, the label and the color scheme are selected.&lt;br /&gt;
&lt;br /&gt;
The template files (&amp;#039;&amp;#039;Template:Infobox&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Template:Infobox/styles.css&amp;#039;&amp;#039; can be downloaded as part of the [https://en.wiki.bluespice.com/Manual:Template/Template_package template package].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://en.wiki.bluespice.com/wiki/Template:Box_Note https://en.wiki.bluespice.com/w/nsfr_img_auth.php/thumb/5/54/template-download-Box_Note.png/550px-template-download-Box_Note.png]&amp;lt;/span&amp;gt;&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;boxtype&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Possible values: note, tip, warning, important, example, emptybox.  If type emptybox is chosen, then no label is added before the message.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;note&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;note&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true,&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Type of box&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;text&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Text&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;content&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;bgcolor&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Background color&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Changes the background color of the box.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Add a note&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>DeletedUser</name></author>
	</entry>
</feed>