<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.besa.de/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.besa.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Meester+Tweester</id>
		<title>BESA® Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.besa.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Meester+Tweester"/>
		<link rel="alternate" type="text/html" href="https://wiki.besa.de/index.php?title=Special:Contributions/Meester_Tweester"/>
		<updated>2026-05-04T18:07:05Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.10</generator>

	<entry>
		<id>https://wiki.besa.de/index.php?title=Template:Infobox/doc</id>
		<title>Template:Infobox/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.besa.de/index.php?title=Template:Infobox/doc"/>
				<updated>2014-03-31T16:25:36Z</updated>
		
		<summary type="html">&lt;p&gt;Meester Tweester: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An '''infobox''' can be added to give a visual lift to pages by displaying a box at the top right or left of any article. They have been designed to be a flexible and easy to use way of incorporating a picture and brief description of anything you are writing an article about. Various examples have been given, but only experimentation can surely determine success.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
The default infobox will display at the top right of an page and have the text wrapped round it to the left. To include a default infobox type&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox|title=My Title}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and replace the ''My Title'' with your own title.&lt;br /&gt;
It is also possible (and highly recommended) to include a picture of the item you are describing by adding an ''image'' property by typing&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox|title=My Title|image=Myimage.jpg}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and again, replacing ''Myimage.jpg'' with your own picture name.&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
{| class=&amp;quot;wikitable grid&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Name&lt;br /&gt;
!Requirement&lt;br /&gt;
!Options&lt;br /&gt;
|-&lt;br /&gt;
|title&lt;br /&gt;
|required&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|image&lt;br /&gt;
|optional&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|imagewidth&lt;br /&gt;
|optional&lt;br /&gt;
|[''Default:150px'']&lt;br /&gt;
|-&lt;br /&gt;
|align&lt;br /&gt;
|optional&lt;br /&gt;
|''left'' or ''right'' [''Default:right'']&lt;br /&gt;
|-&lt;br /&gt;
|width&lt;br /&gt;
|optional&lt;br /&gt;
|[''Default:18em'']&lt;br /&gt;
|-&lt;br /&gt;
|contents&lt;br /&gt;
|optional&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style&lt;br /&gt;
|optional&lt;br /&gt;
|(takes any valid css style)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:white;border:solid navy 1px&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox|title=My Title|contents=This is a brief description.}}&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
|title=My Title&lt;br /&gt;
|contents=This is a brief description.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:white;border:solid navy 1px&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
|title=Soldier&lt;br /&gt;
|align=left&lt;br /&gt;
|image=Soldier.png&lt;br /&gt;
|contents=This is a brief description for the [[Soldier]].&lt;br /&gt;
}}&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
|title=Soldier&lt;br /&gt;
|align=left&lt;br /&gt;
|image=Soldier.png&lt;br /&gt;
|contents=This is a brief description for the [[Soldier]].&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:white;border:solid navy 1px&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
|title=Soldier&lt;br /&gt;
|align=right&lt;br /&gt;
|width=100px&lt;br /&gt;
|image=Soldier.png&lt;br /&gt;
|imagewidth=50px&lt;br /&gt;
|contents=This is a brief description for the [[Soldier]].&lt;br /&gt;
}}&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
|title=Soldier&lt;br /&gt;
|align=right&lt;br /&gt;
|width=90px&lt;br /&gt;
|image=Soldier.png&lt;br /&gt;
|imagewidth=60px&lt;br /&gt;
|contents=This is a brief description for the [[Soldier]].&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:white;border:solid navy 1px&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
|title=Soldier&lt;br /&gt;
|align=left&lt;br /&gt;
|width=100px&lt;br /&gt;
|image=Soldier.png&lt;br /&gt;
|imagewidth=100px&lt;br /&gt;
|style=text-align:left;padding:1em;text-transform:capitalize;&lt;br /&gt;
|contents=&lt;br /&gt;
&amp;lt;table class=&amp;quot;transparent&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;border-collapse:collapse&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;2&amp;quot; class=&amp;quot;header&amp;quot;&amp;gt;Info&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;bold&amp;quot;&amp;gt;class:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;soldier&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;bold&amp;quot;&amp;gt;type:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;offensive&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;bold&amp;quot;&amp;gt;health:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;200&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;bold&amp;quot;&amp;gt;speed:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;80%&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
''Note: It isn't recommended that you change the styling or use a standard infobox for something as complicated as this, it is only an example of how it is possible to mix css styles and html contents within an infobox. Creating a new template specifically for complex content would be better.''&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
|title=Soldier&lt;br /&gt;
|align=left&lt;br /&gt;
|width=100px&lt;br /&gt;
|image=Soldier.png&lt;br /&gt;
|imagewidth=100px&lt;br /&gt;
|style=text-align:left;padding:1em;text-transform:capitalize;&lt;br /&gt;
|contents=&lt;br /&gt;
&amp;lt;table class=&amp;quot;transparent&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;border-collapse:collapse&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;2&amp;quot; class=&amp;quot;header&amp;quot;&amp;gt;Info&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;bold&amp;quot;&amp;gt;class:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;soldier&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;bold&amp;quot;&amp;gt;type:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;offensive&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;bold&amp;quot;&amp;gt;health:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;200&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;bold&amp;quot;&amp;gt;speed:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;80%&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Template:Infobox class]]&lt;br /&gt;
*[[Template:Infobox map]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Template documentation|{{PAGENAME}}]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Meester Tweester</name></author>	</entry>

	</feed>