<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>http://www.wiki-langen.de/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3ABox_begin%2FDoku</id>
		<title>Vorlage:Box begin/Doku - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki-langen.de/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3ABox_begin%2FDoku"/>
		<link rel="alternate" type="text/html" href="http://www.wiki-langen.de/index.php?title=Vorlage:Box_begin/Doku&amp;action=history"/>
		<updated>2026-05-13T20:05:00Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in Wiki-Langen</subtitle>
		<generator>MediaWiki 1.25.2</generator>

	<entry>
		<id>http://www.wiki-langen.de/index.php?title=Vorlage:Box_begin/Doku&amp;diff=23943&amp;oldid=prev</id>
		<title>Sneusel: Die Seite wurde neu angelegt: „== Parameter == * type= error|information|warning|tag|tip|download&lt;br /&gt;Default is ''note''.&lt;br /&gt;tip and note have a &quot;tip|note&quot; label in the first line; to re…“</title>
		<link rel="alternate" type="text/html" href="http://www.wiki-langen.de/index.php?title=Vorlage:Box_begin/Doku&amp;diff=23943&amp;oldid=prev"/>
				<updated>2017-04-28T22:57:22Z</updated>
		
		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „== Parameter == * type= error|information|warning|tag|tip|download&amp;lt;br /&amp;gt;Default is &amp;#039;&amp;#039;note&amp;#039;&amp;#039;.&amp;lt;br /&amp;gt;tip and note have a &amp;quot;tip|note&amp;quot; label in the first line; to re…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Parameter ==&lt;br /&gt;
* type= error|information|warning|tag|tip|download&amp;lt;br /&amp;gt;Default is ''note''.&amp;lt;br /&amp;gt;tip and note have a &amp;quot;tip|note&amp;quot; label in the first line; to replace it use ''label=foo''. Use ''nolabel=true'' to disable it.&lt;br /&gt;
* shadow= yes|no&amp;lt;br /&amp;gt;Default is ''no''&lt;br /&gt;
* border-style= &amp;lt;br /&amp;gt;CSS definition of border-style property.&amp;lt;br /&amp;gt;Default is ''solid''&amp;lt;br /&amp;gt;To disable set it to ''none''.&lt;br /&gt;
* width= anything css understands (px, %, em)&amp;lt;br /&amp;gt;Default is nothing which sets width to 100% of the parent.&lt;br /&gt;
* display= &amp;lt;br /&amp;gt;CSS definition of display property.&amp;lt;br /&amp;gt;Default is &amp;lt;not defined&amp;gt;.&lt;br /&gt;
* margin= &amp;lt;br /&amp;gt;Default is ''margin-top: 1.5em''.&lt;br /&gt;
* nolabel= true|false&amp;lt;br /&amp;gt;Default is false&lt;br /&gt;
&lt;br /&gt;
Man benötigt [[Vorlage:Box end]].&lt;br /&gt;
&lt;br /&gt;
==Types and examples==&lt;br /&gt;
===Default===&lt;br /&gt;
Default if no type was given is ''note'' but without a possibilty to set a label.&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;{{Box begin}}Default{{Box end}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Box begin}}Default{{Box end}}&lt;br /&gt;
&lt;br /&gt;
===Warning===&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;{{Box|type=warning|border-style=none|shadow=yes}}Warning{{Box end}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Box begin|type=warning|border-style=none|shadow=yes}}Warning{{Box end}}&lt;br /&gt;
&lt;br /&gt;
===Information===&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;{{Box begin|type=information|display=inline-block}}Information{{Box end}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Box begin|type=information|display=inline-block}}Information text foo{{Box end}}&lt;br /&gt;
&lt;br /&gt;
===Error===&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;{{Box begin|type=error|width=60%}}Here is really much. There is really much text here. There is really much text here. There is really much text here.&lt;br /&gt;
There is really much text here. There is really much text here. There is really much text here. There is really much text here. There is really much text here.&lt;br /&gt;
There is really much text here. &amp;lt;br /&amp;gt;To show you that the this box contains of a left div for&amp;lt;br /&amp;gt;the icon and a right div for the content.{{Box end}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Box begin|type=error|width=60%}}Here is really much. There is really much text here. There is really much text here. There is really much text here. There is really much text here. There is really much text here. There is really much text here. There is really much text here. There is really much text here. There is really much text here. &amp;lt;br /&amp;gt;To show you that the this box contains of a left div for&amp;lt;br /&amp;gt;the icon and a right div for the content.{{Box end}}&lt;br /&gt;
&lt;br /&gt;
===Tag===&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;{{Box begin|type=tag|shadow=yes|width=30%}}Tag{{Box end}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Box begin|type=tag|shadow=yes|width=30%}}Tag{{Box end}}&lt;br /&gt;
&lt;br /&gt;
===Note===&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;{{Box begin|type=note|border-style=dotted}}Note{{Box end}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Box begin|type=note|border-style=dotted}}Note text foo bar{{Box end}}&lt;br /&gt;
&lt;br /&gt;
===Tip===&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;{{Box begin|type=tip|width=20em}}Tip{{Box end}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Box begin|type=tip|width=20em}}Tip{{Box end}}&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;{{Box begin|type=tip|width=20em|label=TESTBAL}}Tip{{Box end}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Box begin|type=tip|width=20em|label=TESTBAL}}Tip{{Box end}}&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;{{Box begin|type=tip|width=20em|nolabel=true}}Tip{{Box end}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Box begin|type=tip|width=20em|nolabel=true}}Tip{{Box end}}&lt;br /&gt;
&lt;br /&gt;
===Download===&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;{{Box begin|type=download}}Download{{Box end}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
{{Box begin|type=download}}Download{{Box end}}&lt;br /&gt;
&lt;br /&gt;
===Side by side===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{Box begin|type=download|display=inline-block}}Download{{Box end}}&lt;br /&gt;
{{Box begin|type=error|border-style=dotted|display=inline-block|margin=0 5em 0 5em}}Error&amp;lt;br /&amp;gt;''margin=0 5em 0 5em''{{Box end}}&lt;br /&gt;
{{Box begin|type=information|width=150px|display=inline-block}}Information{{Box end}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Box begin|type=download|display=inline-block}}Download{{Box end}} {{Box begin|type=error|border-style=dotted|display=inline-block|margin=0 5em 0 5em}}Error&amp;lt;br /&amp;gt;''margin=0 5em 0 5em''{{Box end}} {{Box begin|type=information|width=150px|display=inline-block}}Information{{Box end}}&lt;br /&gt;
&lt;br /&gt;
==Minimal width==&lt;br /&gt;
To not have the width of 100% use also ''display:inline-block;''.&lt;br /&gt;
&lt;br /&gt;
{{Box begin|type=download|display=inline-block}}Download text example foo{{Box end}}&lt;br /&gt;
&lt;br /&gt;
Bla example text...&lt;/div&gt;</summary>
		<author><name>Sneusel</name></author>	</entry>

	</feed>