Template:Infobox

Revision as of 06:58, 24 April 2026 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example TemplateStyles parameter use edit

For an example of an infobox which does not need to support children templates of its own (whether because it has no children or because it wants no children):

{{Infobox
| title                = Child Example
| bodyclass            = ib-example
| templatestyles = Template:Infobox/example/styles.css
}}

For an example of an infobox which does have its own children and an example of one of the children (grandchild templates have a similar use):

{{Infobox
| title                = {{{title|Title Child Example}}}
| bodyclass            = ib-example {{{bodyclass|}}}
| templatestyles       = Template:Infobox/example/styles.css
| child templatestyles = {{{child templatestyles|}}}
}}
{{Infobox/child example
| title                = Title Grandchild Example
| bodyclass            = ib-child-example
| child templatestyles = Template:Infobox/child example/styles.css
}}

Examples edit

Notice how the row doesn't appear in the displayed infobox when a label is defined without an accompanying data cell, and how all of them are displayed when a header is defined on the same row as a data cell. Also notice that subheaders are not bold by default like the headers used to split the main data section, because this role is meant to be for the above cell :

Test Infobox
Above text
Subheader above image
Second subheader
Example alt text
Caption displayed below File:Example-serious.jpg
Header defined alone
Data defined alone
All three defined (header, label, data, all with same number)
Label and data defined (label)Label and data defined (data)
Below text

{{#switch:

 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{#ifeq:Infobox|Infobox||{{#ifeq:Infobox|Infobox|]]}}}} | other | #default = }}

{{Infobox
 |name         = Infobox/doc
 |bodystyle    = 

 |titlestyle   = 
 |abovestyle   = background: #cfc; color:inherit;
 |subheaderstyle =
 |subheaderstyle2 = 
 |title        = Test Infobox
 |above        = Above text
 |subheader    = Subheader above image
 |subheader2   = Second subheader

 |imagestyle   = 
 |captionstyle = 
 |image        = [[File:Example-serious.jpg|200px|alt=Example alt text]]
 |caption      = Caption displayed below File:Example-serious.jpg

 |headerstyle  = background: #ccf; color:inherit;
 |labelstyle   = background: #ddf; color:inherit;
 |datastyle    = 

 |header1 = Header defined alone
 | label1 = 
 |  data1 = 
 |header2 = 
 | label2 = Label defined alone does not display (needs data, or is suppressed)
 |  data2 = 
 |header3 =
 | label3 = 
 |  data3 = Data defined alone
 |header4 = All three defined (header, label, data, all with same number)
 | label4 = does not display (same number as a header)
 |  data4 = does not display (same number as a header)
 |header5 =
 | label5 = Label and data defined (label)
 |  data5 = Label and data defined (data)

 |belowstyle = background: #ddf; color:inherit;
 |below      = Below text
}}

For this example, the |{{SAFESUBST:#if:bodystyle|bodystyle=}} and |{{SAFESUBST:#if:labelstyle|labelstyle=}} parameters are used to adjust the infobox width and define a default width for the column of labels:

Test Infobox
Label 1Data 1
Label 2Data 2
Label 3Data 3
Header 4
Label 5Data 5: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Below text

{{#switch:

 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{#ifeq:Infobox|Infobox||{{#ifeq:Infobox|Infobox|[[Category:Infobox templates|Template:Remove first word]]}}}} | other | #default = }}

{{Infobox
 |name        = Infobox/doc
 |bodystyle   = width: 20em

 |titlestyle  = 
 |title       = Test Infobox

 |headerstyle = 
 |labelstyle  = width: 33%
 |datastyle   = 

 |header1 = 
 | label1 = Label 1
 |  data1 = Data 1
 |header2 = 
 | label2 = Label 2
 |  data2 = Data 2
 |header3 = 
 | label3 = Label 3
 |  data3 = Data 3
 |header4 = Header 4
 | label4 = 
 |  data4 = 
 |header5 = 
 | label5 = Label 5
 |  data5 = Data 5: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

 |belowstyle = 
 |below = Below text
}}

Embedding edit

One infobox template can be embedded into another using the |{{SAFESUBST:#if:child|child=}} parameter. This feature can be used to create a modular infobox, or to create better-defined logical sections. Long ago, it was necessary to use embedding in order to create infoboxes with more than 99 rows; but nowadays there's no limit to the number of rows that can be defined in a single instance of {{infobox}}.

Top level title
First subsection
Label 1.1Data 1.1

{{#switch:

 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{#ifeq:Infobox|Infobox||{{#ifeq:Infobox|Infobox|[[Category:Infobox templates|Template:Remove first word]]}}}} | other | #default =

}}
Second subsection
Label 2.1Data 2.1

{{#switch:

 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{#ifeq:Infobox|Infobox||{{#ifeq:Infobox|Infobox|[[Category:Infobox templates|Template:Remove first word]]}}}} | other | #default =

}}
Below text

{{#switch:

 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{#ifeq:Infobox|Infobox||{{#ifeq:Infobox|Infobox|[[Category:Infobox templates|Template:Remove first word]]}}}} | other | #default = }}

{{Infobox
 | title = Top level title
 | data1 = {{Infobox | decat = yes | child = yes
    | title = First subsection
    | label1= Label 1.1
    | data1 = Data 1.1
   }}
 | data2 = {{Infobox | decat = yes | child = yes
  |title = Second subsection
  | label1= Label 2.1
  | data1 = Data 2.1
  }}
 | belowstyle = 
 | below = Below text
}}

Note, in the examples above, the child infobox is placed in a data field, not a header field. Notice that the section subheadings are not in bold font if bolding is not explicitly specified. To obtain bold section headings, place the child infobox in a header field (but not in a label field because it would not be displayed!), either using

Top level title
First subsection
Label 1.1Data 1.1

{{#switch:

 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{#ifeq:Infobox|Infobox||{{#ifeq:Infobox|Infobox|[[Category:Infobox templates|Template:Remove first word]]}}}} | other | #default =

}}
Second subsection
Label 2.1Data 2.1

{{#switch:

 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{#ifeq:Infobox|Infobox||{{#ifeq:Infobox|Infobox|[[Category:Infobox templates|Template:Remove first word]]}}}} | other | #default =

}}
Below text

{{#switch:

 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{#ifeq:Infobox|Infobox||{{#ifeq:Infobox|Infobox|[[Category:Infobox templates|Template:Remove first word]]}}}} | other | #default = }}

{{Infobox
 | title = Top level title
 | header1 = {{Infobox | decat = yes | child = yes
    | title = First subsection
    | label1= Label 1.1
    | data1 = Data 1.1
   }}
 | header2 = {{Infobox | decat = yes | child = yes
    | title = Second subsection
    | label1= Label 2.1
    | data1 = Data 2.1
   }}
 | belowstyle = 
 | below = Below text
}}

or,

Top level title
First subsection
Label 1.1Data 1.1

{{#switch:

 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{#ifeq:Infobox|Infobox||{{#ifeq:Infobox|Infobox|[[Category:Infobox templates|Template:Remove first word]]}}}} | other | #default =

}}
Second subsection
Label 2.1Data 2.1

{{#switch:

 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{#ifeq:Infobox|Infobox||{{#ifeq:Infobox|Infobox|[[Category:Infobox templates|Template:Remove first word]]}}}} | other | #default =

}}
Below text

{{#switch:

 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{#ifeq:Infobox|Infobox||{{#ifeq:Infobox|Infobox|[[Category:Infobox templates|Template:Remove first word]]}}}} | other | #default = }}

{{Infobox
 | title = Top level title
 | header1 = First subsection
   {{Infobox | decat = yes | child = yes
    | label1 = Label 1.1
    |   data1 = Data 1.1
   }}
 | header2 = Second subsection
   {{Infobox | decat = yes | child = yes
    | label1 = Label 2.1
    |  data1 = Data 2.1
   }}
 | belowstyle = 
 | below = Below text
}}

Note that omitting the |{{SAFESUBST:#if:title|title=}} parameter, and not including any text preceding the embedded infobox, may result in spurious blank table rows, creating gaps in the visual presentation. The garbage output can be suppressed using |{{SAFESUBST:#if:rowstyleN|rowstyleN=}}display: none, replacing N with the data/header number.

Wikipedia:WikiProject Infoboxes/embed includes some links to Wikipedia articles which include infoboxes embedded within other infoboxes.

Subboxes edit

An alternative method for embedding is to use |{{SAFESUBST:#if:subbox|subbox=}}yes, which removes the outer border from the infobox, but preserves the interior structure. One feature of this approach is that the parent and child boxes need not have the same structure, and the label and data fields are not aligned between the parent and child boxes because they are not in the same parent table.

Main 1
Main 2
Sub 3-1
Sub 3-2
Label 3-3Data 3-3
{{#switch:
 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{#ifeq:Infobox|Infobox||{{#ifeq:Infobox|Infobox|[[Category:Infobox templates|Template:Remove first word]]}}}} | other | #default =

}}
Label 4-1Data 4-1
{{#switch:
 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{#ifeq:Infobox|Infobox||{{#ifeq:Infobox|Infobox|[[Category:Infobox templates|Template:Remove first word]]}}}} | other | #default =

}}
Label 5Data 5
Main 6

{{#switch:

 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{#ifeq:Infobox|Infobox||{{#ifeq:Infobox|Infobox|[[Category:Infobox templates|Template:Remove first word]]}}}} | other | #default = }}

{{Infobox
 | headerstyle = background-color: #eee; color:inherit;
 | labelstyle  = background-color: #eee; color:inherit;
 | header1 = Main 1
 | header2 = Main 2
 |   data3 = {{Infobox | subbox = yes
    | headerstyle = background-color: #ccc; color:inherit;
    | labelstyle  = background-color:#ddd; color:inherit;
    | header1 = Sub 3-1
    | header2 = Sub 3-2
    |  label3 = Label 3-3    |   data3 = Data 3-3
   }}
 |   data4 = {{Infobox | subbox = yes
    | labelstyle  = background-color: #ccc; color:inherit;
    |  label1 = Label 4-1    |   data1 = Data 4-1
   }}
 |  label5 = Label 5 |   data5 = Data 5
 | header6 = Main 6
}}

Similar embedding techniques may be used within content parameters of some other templates generating tables (such as Sidebar):

{{Sidebar
 | navbar = off
 | headingstyle = background-color: #eee; color:inherit;
 | heading1 = Heading 1
 | heading2 = Heading 2
 | content3 = {{Infobox | subbox = yes
    | headerstyle = background-color: #ccc; color:inherit;
    | labelstyle = background-color: #ddd; color:inherit;
    | header1 = Sub 3-1
    | header2 = Sub 3-2
    |  label3 = Label 3-3 |   data3 = Data 3-3
   }}
 | content4 = {{Infobox | subbox = yes
    | labelstyle = background-color: #ccc; color:inherit;
    |  label1 = Label 4-1 |   data1 = Data 4-1
   }}
 | heading5 = Heading 5
}}

Note that the default padding of the parent data cell containing each subbox is still visible, so the subboxes are slightly narrower than the parent box and there's a higher vertical spacing between standard cells of the parent box than between cells of distinct subboxes.

Controlling line-breaking in embedded bulletless lists edit

Template {{nbsp}} may be used with {{wbr}} and {{nowrap}} to control line-breaking in bulletless lists embedded in infoboxes (e.g. cast list in {{Infobox film}}), to prevent wrapped long entries from being confused with multiple entries. See Template:Wbr/doc#Controlling line-breaking in infoboxes for details.

Full blank syntax edit

(Note: there is no limit to the number of possible rows; only 20 are given below since infoboxes larger than that will be relatively rare. Just extend the numbering as needed. The microformat "class" parameters are also omitted as they are not commonly used.)

{{Infobox
| name           = {{subst:PAGENAME}}
| child          = {{{child|}}}
| subbox         = {{{subbox|}}}
| italic title   = {{{italic title|no}}}
| templatestyles = 
| child templatestyles = 
| grandchild templatestyles = 
| bodystyle      = 

| titlestyle     = 
| abovestyle     = 
| subheaderstyle = 
| title          = 
| above          = 
| subheader      = 

|   imagestyle   = 
| captionstyle   = 
|   image        = 
| caption        = 
|   image2       = 
| caption2       = 

| headerstyle    = 
|  labelstyle    = 
|   datastyle    = 
| header1  = 
|  label1  = 
|   data1  = 
| header2  = 
|  label2  = 
|   data2  = 
| header3  = 
|  label3  = 
|   data3  = 
| header4  = 
|  label4  = 
|   data4  = 
| header5  = 
|  label5  = 
|   data5  = 
| header6  = 
|  label6  = 
|   data6  = 
| header7  = 
|  label7  = 
|   data7  = 
| header8  = 
|  label8  = 
|   data8  = 
| header9  = 
|  label9  = 
|   data9  = 
| header10 = 
|  label10 = 
|   data10 = 
| header11 = 
|  label11 = 
|   data11 = 
| header12 = 
|  label12 = 
|   data12 = 
| header13 = 
|  label13 = 
|   data13 = 
| header14 = 
|  label14 = 
|   data14 = 
| header15 = 
|  label15 = 
|   data15 = 
| header16 = 
|  label16 = 
|   data16 = 
| header17 = 
|  label17 = 
|   data17 = 
| header18 = 
|  label18 = 
|   data18 = 
| header19 = 
|  label19 = 
|   data19 = 
| header20 = 
|  label20 = 
|   data20 = 

| belowstyle     = 
| below          = 
}}

Infoboxes and user style

Users can have user CSS that hides any infoboxes in their own browsers.

To hide all infoboxes, add the following to Special:MyPage/common.css (for all skins, or Special:MyPage/skin.css for just the current skin), on a line by itself:

div.mw-parser-output .infobox { display: none; }

Alternatively, you can add the following code to your common.js or into a browser user script that is executed by an extension like Greasemonkey:

$('.infobox').hide();

Be aware that although{{#if:||, per WP:Manual of Style/Infoboxes,}} all information in an infobox ideally should also be found in the main body of an article, there isn't perfect compliance with this guideline. For example, the full taxonomic hierarchy in {{Taxobox}}, and the OMIM and other medical database codes of {{Infobox disease}} are often not found in the main article content. The infobox is also often the location of the most significant, even only, image in an article. There is a userscript which removes infoboxes but moves the images contained to separate thumbnails: User:Maddy from Celeste/disinfobox.js.

Porting to other MediaWikis edit

The infobox template requires the Scribunto and TemplateStyles extensions. WikiProject Transwiki has a version of this template that has been modified to work on other MediaWikis.

TemplateData edit

{{#if:|{{#switch:
|=[https://bambots.brucemyers.com/TemplateParam.php?wiki=enwiki&template=%7B%7B%23if%3AInfobox%7CInfobox%7CInfobox%7D%7D {{#ifeq:{{safesubst:#switch: {{{lc}}}
|no
|n
|f
|false
|off
|0        = no
|         = no
|¬        = no
|yes
|y
|t
|true
|on
|1        = yes
|#default = no

}}|no|S|s}}ee a monthly parameter usage report] for {{#if:Infobox|Template:Infobox|this template}} in articles{{#ifeq:{{safesubst:#switch: y

|no
|n
|f
|false
|off
|0        = no
|         = no
|¬        = no
|yes
|y
|t
|true
|on
|1        = yes
|#default = no

}}|yes| based on {{#if:Infobox|its|this}} TemplateData}}.

|None|none=[https://bambots.brucemyers.com/TemplateParam.php?wiki=enwiki&template=%7B%7B%23if%3AInfobox%7CInfobox%7CInfobox%7D%7D {{#ifeq:{{safesubst:#switch: {{{lc}}}
|no
|n
|f
|false
|off
|0        = no
|         = no
|¬        = no
|yes
|y
|t
|true
|on
|1        = yes
|#default = no

}}|no|P|p}}arameter usage report]{{#ifeq:{{safesubst:#switch: y

|no
|n
|f
|false
|off
|0        = no
|         = no
|¬        = no
|yes
|y
|t
|true
|on
|1        = yes
|#default = no

}}|yes| based on {{#if:Infobox|its|this}} TemplateData}}

|for|For=[https://bambots.brucemyers.com/TemplateParam.php?wiki=enwiki&template=%7B%7B%23if%3AInfobox%7CInfobox%7CInfobox%7D%7D {{#ifeq:{{safesubst:#switch: {{{lc}}}
|no
|n
|f
|false
|off
|0        = no
|         = no
|¬        = no
|yes
|y
|t
|true
|on
|1        = yes
|#default = no

}}|no|P|p}}arameter usage report] for {{#if:Infobox|Template:Infobox|Template:Infobox}}{{#ifeq:{{safesubst:#switch: y

|no
|n
|f
|false
|off
|0        = no
|         = no
|¬        = no
|yes
|y
|t
|true
|on
|1        = yes
|#default = no

}}|yes| based on {{#if:Infobox|its|this}} TemplateData}}.

|#default=[1]{{#ifeq:{{safesubst:#switch: y
|no
|n
|f
|false
|off
|0        = no
|         = no
|¬        = no
|yes
|y
|t
|true
|on
|1        = yes
|#default = no

}}|yes| based on {{#if:Infobox|its|this}} TemplateData}} }}|This is the {{#if:|TemplateData|TemplateData}} for this template used by TemplateWizard, VisualEditor and other tools. {{#switch:

|=[https://bambots.brucemyers.com/TemplateParam.php?wiki=enwiki&template=%7B%7B%23if%3AInfobox%7CInfobox%7CInfobox%7D%7D {{#ifeq:{{safesubst:#switch: {{{lc}}}
|no
|n
|f
|false
|off
|0        = no
|         = no
|¬        = no
|yes
|y
|t
|true
|on
|1        = yes
|#default = no

}}|no|S|s}}ee a monthly parameter usage report] for {{#if:Infobox|Template:Infobox|this template}} in articles{{#ifeq:{{safesubst:#switch: y

|no
|n
|f
|false
|off
|0        = no
|         = no
|¬        = no
|yes
|y
|t
|true
|on
|1        = yes
|#default = no

}}|yes| based on {{#if:Infobox|its|this}} TemplateData}}.

|None|none=[https://bambots.brucemyers.com/TemplateParam.php?wiki=enwiki&template=%7B%7B%23if%3AInfobox%7CInfobox%7CInfobox%7D%7D {{#ifeq:{{safesubst:#switch: {{{lc}}}
|no
|n
|f
|false
|off
|0        = no
|         = no
|¬        = no
|yes
|y
|t
|true
|on
|1        = yes
|#default = no

}}|no|P|p}}arameter usage report]{{#ifeq:{{safesubst:#switch: y

|no
|n
|f
|false
|off
|0        = no
|         = no
|¬        = no
|yes
|y
|t
|true
|on
|1        = yes
|#default = no

}}|yes| based on {{#if:Infobox|its|this}} TemplateData}}

|for|For=[https://bambots.brucemyers.com/TemplateParam.php?wiki=enwiki&template=%7B%7B%23if%3AInfobox%7CInfobox%7CInfobox%7D%7D {{#ifeq:{{safesubst:#switch: {{{lc}}}
|no
|n
|f
|false
|off
|0        = no
|         = no
|¬        = no
|yes
|y
|t
|true
|on
|1        = yes
|#default = no

}}|no|P|p}}arameter usage report] for {{#if:Infobox|Template:Infobox|Template:Infobox}}{{#ifeq:{{safesubst:#switch: y

|no
|n
|f
|false
|off
|0        = no
|         = no
|¬        = no
|yes
|y
|t
|true
|on
|1        = yes
|#default = no

}}|yes| based on {{#if:Infobox|its|this}} TemplateData}}.

|#default=[2]{{#ifeq:{{safesubst:#switch: y
|no
|n
|f
|false
|off
|0        = no
|         = no
|¬        = no
|yes
|y
|t
|true
|on
|1        = yes
|#default = no

}}|yes| based on {{#if:Infobox|its|this}} TemplateData}} }}}}

TemplateData for Infobox

{{#switch:

 {{#if:
 | {{{demospace}}}    
 | {{#ifeq:Template|Template
   | template
   | other
   }}
 }}

| template = {{safesubst:#if:{{safesubst:#ifeq:Infobox|sandbox|1}}{{safesubst:#ifeq:Infobox|doc|1}}||

}} | other | #default = }} <templatedata> { "description": "This template is intended as a meta template, a template used for constructing other templates. In general, it is not meant for use directly in an article but can be used on a one-off basis if required.", "format": "Template:\n\n", "params": {

		"name": {

"label": "name",

			"description": ""
        },
		"child": {

"label": "child",

			"description": ""
        },
		"subbox": {

"label": "subbox",

			"description": ""
        },
		"italic title": {

"label": "italic title",

			"description": ""
        },
 		"templatestyles": {

"label": "templatestyles",

			"description": ""
        },
		"child templatestyles": {

"label": "child templatestyles",

			"description": ""
        },
		"grandchild templatestyles": {

"label": "grandchild templatestyles",

			"description": ""
        },
		"bodystyle": {

"label": "bodystyle",

			"description": ""
        },
		"titlestyle": {

"label": "titlestyle",

			"description": ""
        },
		"abovestyle": {

"label": "abovestyle",

			"description": ""
        },
		"subheaderstyle": {

"label": "subheaderstyle",

			"description": ""
        },

"title": { "label": "Title", "description": "Title displayed above the infobox", "type": "string", "suggested": true },

		"above": {

"label": "above",

			"description": ""
        },
		"subheader": {

"label": "subheader",

			"description": ""
        },
		"imagestyle": {

"label": "imagestyle",

			"description": ""
        },
		"captionstyle": {

"label": "captionstyle",

			"description": ""
        },

"image": { "label": "Image", "description": "Image illustrating the topic. Use full image syntax.", "type": "content", "suggested": true, "example": "Example alt text" }, "caption": { "label": "Caption", "description": "caption for the image", "type": "content", "suggested": true },

		"image2": {

"label": "image2",

			"description": ""
        },
		"caption2": {

"label": "caption2",

			"description": ""
        },
		"headerstyle": {

"label": "headerstyle",

			"description": ""
        },
		"labelstyle": {

"label": "labelstyle",

			"description": ""
        },
		"datastyle": {

"label": "datastyle",

			"description": ""
        },
		"header1": {

"label": "header1",

			"description": ""
        },
		"label1": {

"label": "label1",

			"description": ""
        },
		"data1": {

"label": "data1",

			"description": ""
        },
		"header2": {

"label": "header2",

			"description": ""
        },
		"label2": {

"label": "label2",

			"description": ""
        },
		"data2": {

"label": "data2",

			"description": ""
        },
		"header3": {

"label": "header3",

			"description": ""
        },
		"label3": {

"label": "label3",

			"description": ""
        },
		"data3": {

"label": "data3",

			"description": ""
        },
		"header4": {

"label": "header4",

			"description": ""
        },
		"label4": {

"label": "label4",

			"description": ""
        },
		"data4": {

"label": "data4",

			"description": ""
        },
		"header5": {

"label": "header5",

			"description": ""
        },
		"label5": {

"label": "label5",

			"description": ""
        },
		"data5": {

"label": "data5",

			"description": ""
        },
		"header6": {

"label": "header6",

			"description": ""
        },
		"label6": {

"label": "label6",

			"description": ""
        },
		"data6": {

"label": "data6",

			"description": ""
        },
		"header7": {

"label": "header7",

			"description": ""
        },
		"label7": {

"label": "label7",

			"description": ""
        },
		"data7": {

"label": "data7",

			"description": ""
        },
		"header8": {

"label": "header8",

			"description": ""
        },
		"label8": {

"label": "label8",

			"description": ""
        },
		"data8": {

"label": "data8",

			"description": ""
        },
		"header9": {

"label": "header9",

			"description": ""
        },
		"label9": {

"label": "label9",

			"description": ""
        },
		"data9": {

"label": "data9",

			"description": ""
        },
		"header10": {

"label": "header10",

			"description": ""
        },
		"label10": {

"label": "label10",

			"description": ""
        },
		"data10": {

"label": "data10",

			"description": ""
        },
		"header11": {

"label": "header11",

			"description": ""
        },
		"label11": {

"label": "label11",

			"description": ""
        },
		"data11": {

"label": "data11",

			"description": ""
        },
		"header12": {

"label": "header12",

			"description": ""
        },
		"label12": {

"label": "label12",

			"description": ""
        },
		"data12": {

"label": "data12",

			"description": ""
        },
		"header13": {

"label": "header13",

			"description": ""
        },
		"label13": {

"label": "label13",

			"description": ""
        },
		"data13": {

"label": "data13",

			"description": ""
        },
		"header14": {

"label": "header14",

			"description": ""
        },
		"label14": {

"label": "label14",

			"description": ""
        },
		"data14": {

"label": "data14",

			"description": ""
        },
		"header15": {

"label": "header15",

			"description": ""
        },
		"label15": {

"label": "label15",

			"description": ""
        },
		"data15": {

"label": "data15",

			"description": ""
        },
		"header16": {

"label": "header16",

			"description": ""
        },
		"label16": {

"label": "label16",

			"description": ""
        },
		"data16": {

"label": "data16",

			"description": ""
        },
		"header17": {

"label": "header17",

			"description": ""
        },
		"label17": {

"label": "label17",

			"description": ""
        },
		"data17": {

"label": "data17",

			"description": ""
        },
		"header18": {

"label": "header18",

			"description": ""
        },
		"label18": {

"label": "label18",

			"description": ""
        },
		"data18": {

"label": "data18",

			"description": ""
        },
		"header19": {

"label": "header19",

			"description": ""
        },
		"label19": {

"label": "label19",

			"description": ""
        },
		"data19": {

"label": "data19",

			"description": ""
        },
		"header20": {

"label": "header20",

			"description": ""
        },
		"label20": {

"label": "label20",

			"description": ""
        },
		"data20": {

"label": "data20",

			"description": ""
        },
		"belowstyle": {

"label": "belowstyle",

			"description": ""
        },
		"below": {

"label": "below",

			"description": ""
        }

}, "paramOrder": [ "name", "child", "subbox", "italic title", "templatestyles", "child templatestyles", "grandchild templatestyles", "bodystyle", "titlestyle", "abovestyle", "subheaderstyle", "title", "above", "subheader", "imagestyle", "captionstyle", "image", "caption", "image2", "caption2", "headerstyle", "labelstyle", "datastyle", "header1", "label1", "data1", "header2", "label2", "data2", "header3", "label3", "data3", "header4", "label4", "data4", "header5", "label5", "data5", "header6", "label6", "data6", "header7", "label7", "data7", "header8", "label8", "data8", "header9", "label9", "data9", "header10", "label10", "data10", "header11", "label11", "data11", "header12", "label12", "data12", "header13", "label13", "data13", "header14", "label14", "data14", "header15", "label15", "data15", "header16", "label16", "data16", "header17", "label17", "data17", "header18", "label18", "data18", "header19", "label19", "data19", "header20", "label20", "data20", "belowstyle", "below" ] } </templatedata>

Tracking categories edit

See also edit

{{safesubst:#if:{{safesubst:#ifeq:Infobox|sandbox|1}}{{safesubst:#ifeq:Infobox|doc|1}}||

}}