<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wikibok.se/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_image%2Fdoc</id>
	<title>Template:Infobox image/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wikibok.se/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_image%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://wikibok.se/index.php?title=Template:Infobox_image/doc&amp;action=history"/>
	<updated>2026-04-19T01:29:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>http://wikibok.se/index.php?title=Template:Infobox_image/doc&amp;diff=69140&amp;oldid=prev</id>
		<title>Yffo: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://wikibok.se/index.php?title=Template:Infobox_image/doc&amp;diff=69140&amp;oldid=prev"/>
		<updated>2013-07-24T22:35:44Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
This template inserts an image with borders that look like that of [[Template:Infobox]]. Use this template when you need to stack images vertically with an infobox template, such as {{tl|Infobox}}, {{tl|Infobox software}}, {{tl|Infobox Windows component}} or {{tl|Infobox website}}.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;{{Infobox image&lt;br /&gt;
|title = &amp;lt;!-- image title --&amp;gt;&lt;br /&gt;
|name = &amp;lt;!-- image name --&amp;gt;&lt;br /&gt;
|size = &amp;lt;!-- image width, height or both--&amp;gt;&lt;br /&gt;
|has border = &amp;lt;!-- yes or no --&amp;gt;&lt;br /&gt;
|caption = &amp;lt;!-- image caption --&amp;gt;&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; || Optional: Adds a title to the infobox.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; || Mandatory: Image file name (including its extension). Do not need to include &amp;quot;File:&amp;quot; prefix or &amp;quot;Image:&amp;quot; prefix.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;size&amp;lt;/tt&amp;gt; || Highly-recommended: Specifies the size of the image, the same way standard Wikipedia image syntax does. It may specify width, height or both. For more information, see [[Wikipedia:Extended image syntax]] or [[Wikipedia:Picture tutorial]].&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;has border&amp;lt;/tt&amp;gt; || Optional: Indicates whether a light border should be drawn around the image. (Not to be confused the black border which is always present around the infobox.) Can be set to &amp;quot;yes&amp;quot; or &amp;quot;no&amp;quot;. Default is &amp;quot;no&amp;quot;. Do not use this parameter when the image has a transparent background.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;suppressplaceholder&amp;lt;/tt&amp;gt; ||Optional: If this parameter is set (to anything), the placeholder image will not be used.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;caption&amp;lt;/tt&amp;gt; ||Optional: A text to be displayed below the image&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
===Simple===&lt;br /&gt;
{{Infobox image&lt;br /&gt;
|title = &amp;#039;&amp;#039;Mozilla Headquarters&amp;#039;&amp;#039;&lt;br /&gt;
|name = Mozillaheadquarters.jpg&lt;br /&gt;
|size = 200px&lt;br /&gt;
|caption = Former office next to the [[Googleplex]] shared by both the Mozilla Foundation and the Mozilla Corporation until July 2009&lt;br /&gt;
}}&lt;br /&gt;
This example shows a simple {{tld|infobox image}} with a picture of 200 pixels width, title and caption is created.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;{{Infobox image&lt;br /&gt;
|title = &amp;#039;&amp;#039;Mozilla Headquarters&amp;#039;&amp;#039;&lt;br /&gt;
|name = Mozillaheadquarters.jpg&lt;br /&gt;
|size = 200px&lt;br /&gt;
|caption = Former office next to the [[Googleplex]] shared by both the Mozilla Foundation and the Mozilla Corporation until July 2009&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
===Extended===&lt;br /&gt;
&amp;lt;table width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;vertical-align:top&amp;quot;&amp;gt;&lt;br /&gt;
This example is taken from [[Mozilla Foundation]] article and shows how an {{tld|Infobox image}} lines up with an {{tlx|Infobox Non-profit}}. As long as the image widths are the same (250px in this example), {{tld|Infobox image}} lines up with most derivatives of {{tlx|Infobox}}.&lt;br /&gt;
{{Pre wrap|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{Infobox Non-profit&lt;br /&gt;
| Non-profit_name = Mozilla Foundation&lt;br /&gt;
| Non-profit_logo = [[File:MozillaCaliforniaHeadquarters.JPG|250px]]&amp;lt;br/&amp;gt;Entrance to downtown Mountain View office building currently home to both the Mozilla Foundation and the Mozilla Corporation&lt;br /&gt;
| Non-profit_type = 501(c)(3)&lt;br /&gt;
| founded_date = July 15, 2003&lt;br /&gt;
| founder = Mozilla Organization&lt;br /&gt;
| location = Mountain View, CA, USA&lt;br /&gt;
| origins = Mozilla Organization&lt;br /&gt;
| focus = Internet&lt;br /&gt;
| revenue = $104,3 million (2009)&lt;br /&gt;
| num_employees = 4&lt;br /&gt;
| subsid = &lt;br /&gt;
*Mozilla Corporation&lt;br /&gt;
*Mozilla Messaging, Inc.&lt;br /&gt;
| homepage = www.mozilla.org&lt;br /&gt;
}}&lt;br /&gt;
{{infobox image&lt;br /&gt;
|title =&lt;br /&gt;
|name = Mozillaheadquarters.jpg&lt;br /&gt;
|size = 250px&lt;br /&gt;
|caption = Former office next to the [[Googleplex]] shared by both the Mozilla Foundation and the Mozilla Corporation until July 2009&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{{Infobox Non-profit&lt;br /&gt;
| Non-profit_name = Mozilla Foundation&lt;br /&gt;
| Non-profit_logo = [[File:MozillaCaliforniaHeadquarters.JPG|250px]]&amp;lt;br/&amp;gt;Entrance to downtown Mountain View office building currently home to both the Mozilla Foundation and the Mozilla Corporation&lt;br /&gt;
| Non-profit_type = 501(c)(3)&lt;br /&gt;
| founded_date = July 15, 2003&lt;br /&gt;
| founder = Mozilla Organization&lt;br /&gt;
| location = Mountain View, CA, USA&lt;br /&gt;
| origins = Mozilla Organization&lt;br /&gt;
| focus = Internet&lt;br /&gt;
| revenue = $104,3 million (2009)&lt;br /&gt;
| num_employees = 4&lt;br /&gt;
| subsid = &lt;br /&gt;
*Mozilla Corporation&lt;br /&gt;
*Mozilla Messaging, Inc.&lt;br /&gt;
| homepage = www.mozilla.org&lt;br /&gt;
}}&lt;br /&gt;
{{infobox image&lt;br /&gt;
|name = Mozillaheadquarters.jpg&lt;br /&gt;
|size = 250px&lt;br /&gt;
|caption = Former office next to the [[Googleplex]] shared by both the Mozilla Foundation and the Mozilla Corporation until July 2009&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tlx|Image}}&lt;br /&gt;
* {{tlx|File title}}&lt;br /&gt;
* {{tlx|Linked}}&lt;br /&gt;
* {{tlx|px}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Infobox templates|Image]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yffo</name></author>
	</entry>
</feed>