Template:Infobox/doc
From VNDev Wiki
This is a documentation subpage for Template:Infobox. It contains usage information, categories and other content that is not part of the original template page. |
Usage
{{Infobox}} is a meta-template used to organise an actual {{Infobox sometopic}} template like {{Infobox software}}.
For [[Template:Infobox sometopic]]
, template code 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|}}} ... | label99 = Status | data99 = {{{status|}}} }}
More Information