== Usage ==
Usage {{tlf|Infobox}} is similar a meta-template: used to organise an actual <nowiki>{{Infobox sometopic}}</nowiki> template (like {{tl|navboxInfobox building}}, but with an additional distinction). Each row on the table can contain either a headerTemplate code then looks like this, or a label/data pair, or just a data cell. 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.simplified:<pre>{{Infobox| name = {{{name|{{PAGENAME}}}}}| image = {{{image|}}}| caption1 = {{{caption|}}}}}}
To insert an image somewhere other than at the top of the infobox, or to insert freeform data, use a row with only a data field| label1 = Former names| data1 = {{{former_names|}}} | header2 = General information | label3 = Status| data3 = {{{status|}}}... <!-- etc. -->}}</pre>
== Optional control parameters ==