<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.forsakensaga.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox%2Fdoc</id>
	<title>Template:Infobox/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.forsakensaga.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.forsakensaga.com/index.php?title=Template:Infobox/doc&amp;action=history"/>
	<updated>2026-06-21T09:48:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.forsakensaga.com/index.php?title=Template:Infobox/doc&amp;diff=31&amp;oldid=prev</id>
		<title>Harrigton: Created page with &quot;&lt;noinclude&gt;{{notice|This is a documentation subpage for Template:Infobox}}&lt;hr&gt;&lt;/noinclude&gt; =Template documentation= This template is intended as a meta-template: a template used for constructing other templates. It is not meant for use directly in an article, but can be used on a one-off basis if required. for more info see [http://en.wikipedia.org/wiki/Template:Infobox wikipedia]  ==Usage Example== {| width=100% |Basic Usage example (for more practical example see [...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.forsakensaga.com/index.php?title=Template:Infobox/doc&amp;diff=31&amp;oldid=prev"/>
		<updated>2024-05-28T01:18:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;noinclude&amp;gt;{{notice|This is a documentation subpage for &lt;a href=&quot;/wiki/Template:Infobox&quot; title=&quot;Template:Infobox&quot;&gt;Template:Infobox&lt;/a&gt;}}&amp;lt;hr&amp;gt;&amp;lt;/noinclude&amp;gt; =Template documentation= This template is intended as a meta-template: a template used for constructing other templates. It is not meant for use directly in an article, but can be used on a one-off basis if required. for more info see [http://en.wikipedia.org/wiki/Template:Infobox wikipedia]  ==Usage Example== {| width=100% |Basic Usage example (for more practical example see [...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;noinclude&amp;gt;{{notice|This is a documentation subpage for [[Template:Infobox]]}}&amp;lt;hr&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
=Template documentation=&lt;br /&gt;
This template is intended as a meta-template: a template used for constructing other templates. It is not meant for use directly in an article, but can be used on a one-off basis if required. for more info see [http://en.wikipedia.org/wiki/Template:Infobox wikipedia]&lt;br /&gt;
&lt;br /&gt;
==Usage Example==&lt;br /&gt;
{| width=100%&lt;br /&gt;
|Basic Usage example (for more practical example see [[Template:Infobox character]]):&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Infobox &lt;br /&gt;
| title   = Caption over top of the table.&lt;br /&gt;
| image   = your image&lt;br /&gt;
| label1  = Name &lt;br /&gt;
| data1   = {{{name}}}&lt;br /&gt;
| label2  = Family Name&lt;br /&gt;
| data2   = {{{family name}}}&lt;br /&gt;
&lt;br /&gt;
| header3 = Significant Dates&lt;br /&gt;
| label4  = Date of Birth&lt;br /&gt;
| data4   = {{{date of birth|}}}&lt;br /&gt;
&lt;br /&gt;
| label5  = Date of Death&lt;br /&gt;
| data5   = {{{date of death}}}&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|{{Infobox &lt;br /&gt;
| title  = Caption over top of the table&lt;br /&gt;
| image  = [[Image:No_image.jpg|200px]]&lt;br /&gt;
| label1 = Name &lt;br /&gt;
| data1  = {{{name}}}&lt;br /&gt;
| label2 = Family Name&lt;br /&gt;
| data2  = {{{family name}}}&lt;br /&gt;
| header3 = Significant Dates&lt;br /&gt;
| label4 = date of birth&lt;br /&gt;
| data4  = {{{date of birth|}}}&lt;br /&gt;
| label5 = Date of Death&lt;br /&gt;
| data5  = {{{date of death}}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Each row on the table can contain either a header#, or a label#/data# pair, or just a data# cell (where # is a numbers ranging from 1 to 40). These are mutually exclusive states so if you define a row with both a header and a label/data pair, the label/data pair is ignored.&lt;br /&gt;
&lt;br /&gt;
* Which means that you cannot define a label only row, thus to create optional fields, use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{variable|}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the data# field, for example &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{date of birth|}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; as show above, this way if no value is given to &amp;#039;date of birth&amp;#039; the row wont show, and if you want to make the field permanent that must be provided use the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{variable}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; for example &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{date of death|}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; as show above.&lt;br /&gt;
&lt;br /&gt;
* To insert an image somewhere other than at the top of the infobox, provide full image syntax for example  &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:COA|200px]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* For Advanced options, CSS styling and HTML classes (which will make those tables look good) see the [[wikipedia:Template:Infobox#Optional CSS styling|Wikipedia documneation]] of the original template (Note: not all options have been ported and some adjustments has been made).&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{EnWP|Template:Infobox|small=yes}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Infobox templates|!]]&lt;br /&gt;
[[fr:Modèle:Infobox]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Harrigton</name></author>
	</entry>
</feed>