Module:Wp/igl/Infobox3cols/doc
This is the documentation page for Module:Wp/igl/Infobox3cols
Template:Documentation subpage Template:High-use Template:Lua Template:Uses TemplateStyles
This is a fork of
ERROR: This page is using an unprefixed version of template {{Tl}}
{{Wp/igl/Tl}}
instead and replace all occurences of {{Tl}}
in Wp/igl/
prefixed pages by that.{{infobox}}
which provides an option for up to three data
attributes per row, in addition to a label: dataxa, dataxb and dataxc.
Usage
Template:TextTemplate:Text{{#invoke:infobox3cols|infoboxTemplate | child = | bodyclass = | bodystyle = | title = | titleclass = | titlestyle = | above = | abovestyle = | aboveclass = | aboverowclass = | subheader = | subheaderstyle = | subheaderclass = | subheaderrowclass1 = | subheader2 = | subheaderrowclass2 = | image = | image1 = | caption = | caption1 = | captionstyle = | imagestyle = | imageclass = | imagerowclass1 = | image2 = | caption2 = | imagerowclass2 =
| headerstyle = | labelstyle = | datastyle = | datastylea = | datastyleb = | datastylec = | extracellstyles = 1,3a,4b=...
| header1 = | label1 = | data1 = | data1a = | data1b = | data1c = | class1 = | rowclass1 =
| header2 = | rowclass2 = | label2 = | data2 = | class2 = | data2a = | data2b = | class2a = | class2b = | class2c = | data2c =
...
| below = | belowstyle = | belowclass = | belowrowclass = | name = }}Template:TextTemplate:Text
Parameter precedence
The bulk of the infobox is generated by blocks of numbered parameters: headerX
, labelX
, dataX
, dataXa
, dataXb
, and dataXc
. The following examples demonstrate the order in which these parameters are used.
Code | Result |
---|---|
{{#invoke:infobox3cols|infoboxTemplate | header1 = header1 | label1 = label1 | data1 = data1 | data1a = data1a | data1b = data1b | data1c = data1c }} |
Code | Result |
---|---|
{{#invoke:infobox3cols|infoboxTemplate | header1 = | label1 = label1 | data1 = data1 | data1a = data1a | data1b = data1b | data1c = data1c }} |
Code | Result |
---|---|
{{#invoke:infobox3cols|infoboxTemplate | header1 = | label1 = | data1 = data1 | data1a = data1a | data1b = data1b | data1c = data1c }} |
Code | Result |
---|---|
{{#invoke:infobox3cols|infoboxTemplate | header1 = | label1 = label1 | data1 = | data1a = data1a | data1b = data1b | data1c = data1c }} |
Code | Result |
---|---|
{{#invoke:infobox3cols|infoboxTemplate | header1 = | label1 = label1 | data1 = | data1a = | data1b = data1b | data1c = data1c }} |
Code | Result |
---|---|
{{#invoke:infobox3cols|infoboxTemplate | header1 = | label1 = label1 | data1 = | data1a = | data1b = | data1c = data1c }} |
Code | Result |
---|---|
{{#invoke:infobox3cols|infoboxTemplate | header1 = | label1 = | data1 = | data1a = data1a | data1b = data1b | data1c = data1c }} |
Tracking categories