Template:Infobox: Difference between revisions
From VNDev Wiki
Created page with "{{#ifeq:{{{child|}}}|yes||<table class="infobox {{{bodyclass|}}}" cellspacing="3" style="{{#ifeq:{{{subbox|}}}|yes |padding:0; border:none; border-spacing:3px; margin:-3px; width:auto; min-width:100%; font-size:100%; clear:none; float:none; background-color:transparent; |border-spacing: 3px; width:22em; }} {{{bodystyle|}}}"><!-- Caption -->{{#if:{{{title|}}}|<caption class="{{{titleclass|}}}" style="{{{titlestyle|}}}">{{{title}}}</caption>}}<!-- Header -->{{#if:{{{ab..." |
No edit summary |
||
Line 547: | Line 547: | ||
|¬|no = <!-- no italic title --> | |¬|no = <!-- no italic title --> | ||
||force|yes = {{italic title|force={{#ifeq:{{lc:{{{italic title|}}}}}|force|true}}}} | ||force|yes = {{italic title|force={{#ifeq:{{lc:{{{italic title|}}}}}|force|true}}}} | ||
}} | }}<noinclude>{{documentation}}</noinclude> |
Latest revision as of 00:20, 17 June 2022
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
The above documentation is transcluded from Template:Infobox/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |