<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://2d4chan.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox%2FBase%2Fdoc</id>
	<title>Template:Infobox/Base/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://2d4chan.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox%2FBase%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://2d4chan.org/mediawiki/index.php?title=Template:Infobox/Base/doc&amp;action=history"/>
	<updated>2026-05-01T00:21:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>http://2d4chan.org/mediawiki/index.php?title=Template:Infobox/Base/doc&amp;diff=1003015&amp;oldid=prev</id>
		<title>2d4fag: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://2d4chan.org/mediawiki/index.php?title=Template:Infobox/Base/doc&amp;diff=1003015&amp;oldid=prev"/>
		<updated>2025-02-14T01:11:33Z</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;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 01:11, 14 February 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>2d4fag</name></author>
	</entry>
	<entry>
		<id>http://2d4chan.org/mediawiki/index.php?title=Template:Infobox/Base/doc&amp;diff=1003014&amp;oldid=prev</id>
		<title>PathfinderWiki&gt;Virenerus at 11:37, 25 October 2024</title>
		<link rel="alternate" type="text/html" href="http://2d4chan.org/mediawiki/index.php?title=Template:Infobox/Base/doc&amp;diff=1003014&amp;oldid=prev"/>
		<updated>2024-10-25T11:37:27Z</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;Infoboxes are informational summaries of an article&amp;#039;s key points. &amp;#039;&amp;#039;&amp;#039;{{tl|Infobox/Base}}&amp;#039;&amp;#039;&amp;#039; allows you to create infoboxes that follow a standard appearance and style with minimal markup. This template is not meant to be used directly, but instead be used by more specific infobox templates.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox/Base&lt;br /&gt;
| ibname     = &lt;br /&gt;
| ibtype     = &lt;br /&gt;
| traits     = &lt;br /&gt;
| image      = &lt;br /&gt;
| imagebgcolor = &lt;br /&gt;
| website    = &lt;br /&gt;
| pubcode    = &lt;br /&gt;
&lt;br /&gt;
| ibclass    = &lt;br /&gt;
| bgcolor    = &lt;br /&gt;
| fgcolor    = &lt;br /&gt;
&lt;br /&gt;
| paramname1 = &lt;br /&gt;
| param1     = &lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
| source      = {{{source|}}}&lt;br /&gt;
| page        = {{{page|}}}&lt;br /&gt;
| footnote    = {{{footnote|}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All of {{tl|Infobox/Base}}&amp;#039;s parameters are optional, and except for &amp;#039;&amp;#039;&amp;#039;name&amp;#039;&amp;#039;&amp;#039; do not appear if not passed or are passed with an empty parameter. Most uses of {{tl|Infobox/Base}}es should be in templates that pass the necessary parameters to {{tl|Infobox/Base}}. See the examples below for more details.&lt;br /&gt;
&lt;br /&gt;
=== Title and type metadata ===&lt;br /&gt;
&lt;br /&gt;
; ibname: The name that appears at the top of the infobox.&lt;br /&gt;
: &amp;#039;&amp;#039;Default: {{xt|&amp;lt;nowiki&amp;gt;{{PAGENAME}}&amp;lt;/nowiki&amp;gt;}}&amp;#039;&amp;#039;&lt;br /&gt;
; ibtype: The type of content this infobox summarizes. This is wrapped in parentheses in the rendered infobox. &lt;br /&gt;
; image: An image link that illustrates the article&amp;#039;s subject. Should be given without &amp;lt;code&amp;gt;[[]]&amp;lt;/code&amp;gt; or any settings.&lt;br /&gt;
; website: A link associated with the article. This typically appears beneath the image.&lt;br /&gt;
; pubcode: The stock code associated with a product. This typically replaces the default text of the &amp;#039;&amp;#039;&amp;#039;website&amp;#039;&amp;#039;&amp;#039; link.&lt;br /&gt;
&lt;br /&gt;
=== Style attributes ===&lt;br /&gt;
&lt;br /&gt;
; imagebgcolor: A CSS color code for the background of the &amp;#039;&amp;#039;&amp;#039;image&amp;#039;&amp;#039;&amp;#039; parameter.&lt;br /&gt;
: &amp;#039;&amp;#039;Default: {{xt|#FFF}}&amp;#039;&amp;#039;&lt;br /&gt;
; ibclass: The name of a CSS class to associate with the infobox. {{xt|tantable}} and {{xt|infobox}} are always assigned; any classes added here are added to the infobox and do not override these classes.&lt;br /&gt;
; bgcolor: A CSS color code for the background of the &amp;#039;&amp;#039;&amp;#039;ibname&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;ibtype&amp;#039;&amp;#039;&amp;#039; parameters.&lt;br /&gt;
: &amp;#039;&amp;#039;Default: {{xt|#000}}&amp;#039;&amp;#039;&lt;br /&gt;
; fgcolor: A CSS color code for the text of the &amp;#039;&amp;#039;&amp;#039;ibname&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;ibtype&amp;#039;&amp;#039;&amp;#039; parameters.&lt;br /&gt;
: &amp;#039;&amp;#039;Default: {{xt|#FFF}}&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
&lt;br /&gt;
; paramname&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt;: The name of a parameter in the infobox, presented in order from top to bottom in the infobox&amp;#039;s body. This text is bolded in the left column of the infobox&amp;#039;s body. You can include as many &amp;#039;&amp;#039;&amp;#039;paramname&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt;&amp;#039;&amp;#039;&amp;#039; entries as you wish, but each should be accompanied by a &amp;#039;&amp;#039;&amp;#039;param&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt;&amp;#039;&amp;#039;&amp;#039; of the same number.&lt;br /&gt;
: Certain &amp;#039;&amp;#039;&amp;#039;paramname&amp;#039;&amp;#039;&amp;#039;s have special properties:&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;artworkby, imagesof, gallery, worksby&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;: Links the &amp;#039;&amp;#039;&amp;#039;param&amp;#039;&amp;#039;&amp;#039; to a category, either {{xt|:Category:Artwork by &amp;#039;&amp;#039;&amp;#039;param&amp;#039;&amp;#039;&amp;#039;}} for artwork by creator, {{xt|:Category:Images of &amp;#039;&amp;#039;&amp;#039;param&amp;#039;&amp;#039;&amp;#039;}} for artwork categorized by subject, {{xt|:Category:Artwork from &amp;#039;&amp;#039;&amp;#039;param&amp;#039;&amp;#039;&amp;#039;}} for artwork categorized by source, or {{xt|:Category:Works by &amp;#039;&amp;#039;&amp;#039;param&amp;#039;&amp;#039;&amp;#039;}} for published works by creator, respectively. Only the &amp;#039;&amp;#039;&amp;#039;param&amp;#039;&amp;#039;&amp;#039; is displayed, only one of these two options should be used, and only one instance of it should be used per infobox.&lt;br /&gt;
::: &amp;#039;&amp;#039;Default, if no &amp;#039;&amp;#039;&amp;#039;param&amp;#039;&amp;#039;&amp;#039; is provided: {{xt|&amp;lt;nowiki&amp;gt;{{PAGENAME}}&amp;lt;/nowiki&amp;gt;}}&amp;#039;&amp;#039;&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;custom&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;: Renders arbitrary wikitext instead of a key/value pair. The same optional &amp;#039;&amp;#039;&amp;#039;customclass&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;customstyle&amp;#039;&amp;#039;&amp;#039; values are applied to all custom parameter containers.&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;isbn, ISBN, isbne, ISBNE&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;: Precedes the content with &amp;quot;ISBN&amp;quot;, triggering special handling of a valid ISBN &amp;#039;&amp;#039;&amp;#039;param&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;regionmap&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;: An image with no preceding text, designed to display a regional map for a location. Only the regionmap&amp;#039;s &amp;#039;&amp;#039;&amp;#039;param&amp;#039;&amp;#039;&amp;#039; content is displayed.&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;source&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;: Italicized source spanning the infobox body, preceded by a horizontal line and &amp;quot;Source:&amp;quot; and suffixed by a page number if the &amp;#039;&amp;#039;&amp;#039;page&amp;#039;&amp;#039;&amp;#039; parameter is provided. Only the source&amp;#039;s &amp;#039;&amp;#039;&amp;#039;param&amp;#039;&amp;#039;&amp;#039; content is displayed, only one source should be used per infobox, and the source should be the last &amp;#039;&amp;#039;&amp;#039;paramname&amp;#039;&amp;#039;&amp;#039;/&amp;#039;&amp;#039;&amp;#039;param&amp;#039;&amp;#039;&amp;#039; in the infobox.&lt;br /&gt;
; param&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt;: The content of the associated parameter, typically displayed as plain text in the right column of the infobox&amp;#039;s body unless noted otherwise above. &lt;br /&gt;
; page: A page number for a provided &amp;#039;&amp;#039;source&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;paramname&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt;&amp;#039;&amp;#039;&amp;#039;. &amp;#039;&amp;#039;&amp;#039;page&amp;#039;&amp;#039;&amp;#039; only appears if there is a &amp;#039;&amp;#039;source&amp;#039;&amp;#039;.&lt;br /&gt;
; footnote: An additional footnote for the bottom of the infobox. A common use case for the footnote parameter is to denote information that differs between multiple books about the subject. For example, [[dhampir]] creatures have the common trait in &amp;#039;&amp;#039;[[Monster Core]]&amp;#039;&amp;#039;, but dhampir player characters have the {{2eTrait|Uncommon}} trait in &amp;#039;&amp;#039;[[Player Core 2]]&amp;#039;&amp;#039;. Changes that occurred in the [[Pathfinder Remaster]] project might label [[legacy content]] as follows: &amp;quot;Legacy 2E: In &amp;#039;&amp;#039;[[Core Rulebook (Second Edition)|Core Rulebook]]&amp;#039;&amp;#039; 409, &amp;#039;&amp;#039;[[awaken animal]]&amp;#039;&amp;#039; additionally had the {{2eTrait|Divination}} trait.&amp;quot;&lt;br /&gt;
; 1E,2E: If present this will create a tabbed 1E/2E section in the infobox.&lt;br /&gt;
; aon1e,aon2e: Can contain a link to an Archive of Nethys page, starting after the first slash (e.g. &amp;lt;code&amp;gt;Monsters.aspx?ID=490&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
=== Subject template example ===&lt;br /&gt;
&lt;br /&gt;
You can create an infobox template that itself calls {{tl|Infobox/Base}}. Indeed, this is the preferred way to use {{tl|Infobox/Base}}&amp;amp;mdash;you can create an infobox that employs a reusable, standard set of parameters for a common subject without needing to use complex wiki code or HTML.&lt;br /&gt;
&lt;br /&gt;
{{Infobox/Base&lt;br /&gt;
| ibname     = {{{name|}}}&lt;br /&gt;
| ibtype     = City&lt;br /&gt;
| image      = {{{image|}}}&lt;br /&gt;
&lt;br /&gt;
| bgcolor    = #363&lt;br /&gt;
| fgcolor    = #fff&lt;br /&gt;
&lt;br /&gt;
| paramname1 = Titles&lt;br /&gt;
| param1     = {{{titles|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname2 = Nation&lt;br /&gt;
| param2     = {{{nation|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname3 = Region&lt;br /&gt;
| param3     = {{{region|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname4 = Size&lt;br /&gt;
| param4     = {{{size|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname5 = Population&lt;br /&gt;
| param5     = {{{population|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname6 = Demographics&lt;br /&gt;
| param6     = {{{demographics|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname7 = Government&lt;br /&gt;
| param7     = {{{government|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname8 = Alignment&lt;br /&gt;
| param8     = {{{alignment|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname9 = Demonym&lt;br /&gt;
| param9     = {{{natives|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname10 = Adjective&lt;br /&gt;
| param10     = {{{adjective|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname11 = Ruler&lt;br /&gt;
| param11     = {{{ruler|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname12 = Leader&lt;br /&gt;
| param12     = {{{leader|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname13 = regionmap&lt;br /&gt;
| param13     = {{{regionmap|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname14 = source&lt;br /&gt;
| param14     = {{{source|}}}&lt;br /&gt;
| page        = {{{page|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
| ibname     = {{{name|}}}&lt;br /&gt;
| ibtype     = City&lt;br /&gt;
| image      = {{{image|}}}&lt;br /&gt;
&lt;br /&gt;
| bgcolor    = #363&lt;br /&gt;
| fgcolor    = #fff&lt;br /&gt;
&lt;br /&gt;
| paramname1 = Titles&lt;br /&gt;
| param1     = {{{titles|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname2 = Nation&lt;br /&gt;
| param2     = {{{nation|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname3 = Region&lt;br /&gt;
| param3     = {{{region|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname4 = Size&lt;br /&gt;
| param4     = {{{size|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname5 = Population&lt;br /&gt;
| param5     = {{{population|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname6 = Demographics&lt;br /&gt;
| param6     = {{{demographics|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname7 = Government&lt;br /&gt;
| param7     = {{{government|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname8 = Alignment&lt;br /&gt;
| param8     = {{{alignment|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname9 = Demonym&lt;br /&gt;
| param9     = {{{natives|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname10 = Adjective&lt;br /&gt;
| param10     = {{{adjective|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname11 = Ruler&lt;br /&gt;
| param11     = {{{ruler|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname12 = Leader&lt;br /&gt;
| param12     = {{{leader|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname13 = regionmap&lt;br /&gt;
| param13     = {{{regionmap|}}}&lt;br /&gt;
&lt;br /&gt;
| paramname14 = source&lt;br /&gt;
| param14     = {{{source|}}}&lt;br /&gt;
| page        = {{{page|}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above example is {{tl|City}}. See that template&amp;#039;s documentation for details on its usage. {{tl|City}} passes its content to {{tl|Infobox}} through its own defined parameters.&lt;br /&gt;
&lt;br /&gt;
When creating an infobox template using {{tl|Infobox/Base}}, you can make a parameter always appear by adding a fallback value. For example, to make the &amp;#039;&amp;#039;&amp;#039;region&amp;#039;&amp;#039;&amp;#039; parameter above a required or always-appearing parameter, change its &amp;#039;&amp;#039;&amp;#039;param&amp;#039;&amp;#039;&amp;#039; from {{xt|&amp;lt;nowiki&amp;gt;{{{region|}}}&amp;lt;/nowiki&amp;gt;}} to {{xt|&amp;lt;nowiki&amp;gt;{{{region|&amp;#039;&amp;#039;required&amp;#039;&amp;#039;}}&amp;lt;/nowiki&amp;gt;}}.&lt;br /&gt;
&lt;br /&gt;
=== Raw infobox example ===&lt;br /&gt;
&lt;br /&gt;
{{Infobox/Base&lt;br /&gt;
| ibname  = Example arbitrary infobox&lt;br /&gt;
| ibtype  = Example&lt;br /&gt;
&lt;br /&gt;
| bgcolor = #FFF&lt;br /&gt;
| fgcolor = #000&lt;br /&gt;
&lt;br /&gt;
| paramname1 = First&lt;br /&gt;
| param1     = This text appears first&lt;br /&gt;
&lt;br /&gt;
| paramname2 = Second&lt;br /&gt;
| param2     = This text appears second&lt;br /&gt;
&lt;br /&gt;
| paramname3 = artworkby&lt;br /&gt;
| param3     = Wayne Reynolds&lt;br /&gt;
&lt;br /&gt;
| paramname4 = custom&lt;br /&gt;
| param4     = [https://google.com Google link]&lt;br /&gt;
| customclass = plainlinks&lt;br /&gt;
| customstyle = font-size: 0.8em; text-style: italic; text-align: center;&lt;br /&gt;
&lt;br /&gt;
| paramname5 = source&lt;br /&gt;
| param5     = [[Core Rulebook]]&lt;br /&gt;
| page       = 1&lt;br /&gt;
&lt;br /&gt;
| paramname6 = footnote&lt;br /&gt;
| param6     = footnote&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
You can also create arbitrary, one-off infoboxes by directly invoking {{tl|Infobox}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox/Base&lt;br /&gt;
| ibname  = Example arbitrary infobox&lt;br /&gt;
| ibtype  = Example&lt;br /&gt;
&lt;br /&gt;
| bgcolor = #FFF&lt;br /&gt;
| fgcolor = #000&lt;br /&gt;
&lt;br /&gt;
| paramname1 = First&lt;br /&gt;
| param1     = This text appears first&lt;br /&gt;
&lt;br /&gt;
| paramname2 = Second&lt;br /&gt;
| param2     = This text appears second&lt;br /&gt;
&lt;br /&gt;
| paramname3 = artworkby&lt;br /&gt;
| param3     = Wayne Reynolds&lt;br /&gt;
&lt;br /&gt;
| paramname4 = custom&lt;br /&gt;
| param4     = [https://google.com Google link]&lt;br /&gt;
| customclass = plainlinks&lt;br /&gt;
| customstyle = font-size: 0.8em; text-style: italic; text-align: center;&lt;br /&gt;
&lt;br /&gt;
| paramname5 = source&lt;br /&gt;
| param5     = [[Core Rulebook]]&lt;br /&gt;
| page       = 1&lt;br /&gt;
&lt;br /&gt;
| paramname6 = footnote&lt;br /&gt;
| param6     = footnote&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template documentation|{{PAGENAME}}]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>PathfinderWiki&gt;Virenerus</name></author>
	</entry>
</feed>