“ If there's no data cell it has no effect. belowclassThis parameter is inserted into the class attribute for the infobox's below cell. This template supports the addition of microformat information. This is done by adding "class" attributes to various data cells, indicating what kind of information is contained within. Multiple class names may be specified, separated by spaces, some of them being used as selectors for custom styling according to a project policy or to the skin selected in user preferences, others being used for microformats. ”
Quotes from Infobox/doc ()
“ Examples 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 :{{Infobox |name = {{subst:PAGENAME}} |bodystyle = |titlestyle = |abovestyle = background:#cfc ”
“ For [ [Template:Infobox sometopic] ] , template code then looks like this, simplified:{{Infobox | name = {{{name|{{PAGENAME}}}}} | image = {{{image|}}} | caption1 = {{{caption|}}} | label1 = Former names | data1 = {{{former_names|}}} | header2 = General information | label3 = Status | data3 = {{{status|}}} ... }} Optional control parameters nameIf this parameter is present, "view/talk/edit" links will be added to the bottom of the infobox pointing to the named page, prefixed by Template: if no namespace is specified. ”
