<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://atitd.wiki/tale9/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfoboxStacked%2Fdoc</id>
	<title>Template:InfoboxStacked/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://atitd.wiki/tale9/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfoboxStacked%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://atitd.wiki/tale9/w/index.php?title=Template:InfoboxStacked/doc&amp;action=history"/>
	<updated>2026-04-10T03:43:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://atitd.wiki/tale9/w/index.php?title=Template:InfoboxStacked/doc&amp;diff=56063&amp;oldid=prev</id>
		<title>Brad: Creating template documentation</title>
		<link rel="alternate" type="text/html" href="https://atitd.wiki/tale9/w/index.php?title=Template:InfoboxStacked/doc&amp;diff=56063&amp;oldid=prev"/>
		<updated>2018-09-25T21:34:35Z</updated>

		<summary type="html">&lt;p&gt;Creating template documentation&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's key points. '''{{tl|InfoboxStacked}}''' allows you to create infoboxes that follow a standard appearance and style with minimal markup. Refer to the example to see what the &amp;quot;Stacked&amp;quot; infobox looks like.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;{{InfoboxStacked&lt;br /&gt;
| ibname     = &lt;br /&gt;
| ibtype     = &lt;br /&gt;
| image      = &lt;br /&gt;
&lt;br /&gt;
| ibclass    = &lt;br /&gt;
| ibbgcolor  =&lt;br /&gt;
| ibborder   =&lt;br /&gt;
| headerbg   =&lt;br /&gt;
&lt;br /&gt;
| paramname1 = &lt;br /&gt;
| param1     = &lt;br /&gt;
&lt;br /&gt;
| paramname2 = &lt;br /&gt;
| param2     = &lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All of {{tl|InfoboxStacked}}'s parameters are optional and, except for '''name''', do not appear if not passed or are passed with an empty parameter. Most uses of {{tl|InfoboxStacked}}s should be in templates that pass the necessary parameters to {{tl|InfoboxStacked}}. See the examples below for more details.&lt;br /&gt;
&lt;br /&gt;
=== Title and type metadata ===&lt;br /&gt;
; ibname: The name that appears at the top of the infobox.&lt;br /&gt;
: ''Default: {{xt|&amp;lt;nowiki&amp;gt;{{PAGENAME}}&amp;lt;/nowiki&amp;gt;}}''&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's subject. This should almost always be 250px wide.&lt;br /&gt;
&lt;br /&gt;
=== Style attributes ===&lt;br /&gt;
; ibclass: The name of a CSS class to associate with the infobox. {{xt|infobox}} is always assigned; any classes added here are added to the infobox and do not override this class.&lt;br /&gt;
; ibbgcolor: A CSS color code for the background of the main portion of the infobox.&lt;br /&gt;
: ''Default: {{xt|#f8f9fa}}''&lt;br /&gt;
; ibborder: A CSS color code for the border surrounding the infobox.&lt;br /&gt;
: ''Default: {{xt|darkgray}}''&lt;br /&gt;
; headerbg: A CSS color code for the background of the '''ibname''' and '''ibtype''' parameters.&lt;br /&gt;
: ''Default: {{xt|#ccc}}''&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&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's body. This text is bolded in the infobox's body. You can include as many '''paramname&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt;''' entries as you wish, but each should be accompanied by a '''param&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt;''' of the same number.&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 below the corresponding '''paramname''' in the infobox's body unless noted otherwise above. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
=== Subject template example ===&lt;br /&gt;
You can create an infobox template that itself calls {{tl|InfoboxStacked}}. Indeed, this is the preferred way to use {{tl|InfoboxStacked}}&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;
{{InfoboxStacked&lt;br /&gt;
| ibname     = Test of the Obelisk&lt;br /&gt;
| ibtype     = Discipline of Architecture Test&lt;br /&gt;
| image      = [[File:Architecture Test Icons_Test Obelisk.png|250px|Test of the Obelisk]]&lt;br /&gt;
&lt;br /&gt;
| ibclass    = infobox&lt;br /&gt;
| ibbgcolor  = #fae9d9&lt;br /&gt;
| ibborder   = #6e5240&lt;br /&gt;
| headerbg   = #b49478&lt;br /&gt;
&lt;br /&gt;
| paramname1 = Level Required&lt;br /&gt;
| param1     = Level 7&lt;br /&gt;
&lt;br /&gt;
| paramname2 = Other Requirements&lt;br /&gt;
| param2     = * [[Obelisk Construction]]&lt;br /&gt;
* [[Project Management]]&lt;br /&gt;
&lt;br /&gt;
| paramname3 = Demonstration&lt;br /&gt;
| param3     = {{Demonstration|demoplayer=Catote|demodate=March 12, 2018}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Test&lt;br /&gt;
| name          = Test of the Obelisk&lt;br /&gt;
| discipline    = Architecture&lt;br /&gt;
| image         = Architecture Test Icons_Test Obelisk.png&lt;br /&gt;
| level         = 3&lt;br /&gt;
| requirements  = &lt;br /&gt;
* [[Obelisk Construction]]&lt;br /&gt;
* [[Project Management]]&lt;br /&gt;
| demonstration = {{Demonstration|demoplayer=Catote|demodate=March 12, 2018}}&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above example is {{tl|Test}}. See that template's documentation for details on its usage. {{tl|Test}} passes its content to {{tl|InfoboxStacked}} through its own defined parameters.&lt;br /&gt;
&lt;br /&gt;
When creating an infobox template using {{tl|InfoboxStacked}}, you can make a parameter always appear by adding a fallback value. For example, to make the '''discipline''' parameter above a required or always-appearing parameter, change its '''param''' from {{xt|&amp;lt;nowiki&amp;gt;{{{discipline|}}}&amp;lt;/nowiki&amp;gt;}} to {{xt|&amp;lt;nowiki&amp;gt;{{{discipline|''required''}}&amp;lt;/nowiki&amp;gt;}}.&lt;br /&gt;
{{clear}}&lt;br /&gt;
=== Raw infobox example ===&lt;br /&gt;
{{InfoboxStacked&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;
&lt;br /&gt;
You can also create arbitrary, one-off infoboxes by directly invoking {{tl|InfoboxStacked}}.&lt;br /&gt;
&amp;lt;pre&amp;gt;{{InfoboxStacked&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;
}}&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>Brad</name></author>
	</entry>
</feed>