Template:Infobox: Difference between revisions
From Ashea Wiki
(Created page with "{{Infobox | name = {{{name|{{PAGENAME}}}}} | image = {{{image|}}} | caption1 = {{{caption|}}} | label1 = Former names | data1 = {{{former_names|}}} | header2 = General information | label3 = Status | data3 = {{{status|}}} ... <!-- etc. --> }}") Tag: Reverted |
No edit summary Tag: Manual revert |
||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<infobox> | |||
<title source="title"> | |||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<image source="image"> | |||
<caption source="imagecaption" /> | |||
</image> | |||
<data source="position"> | |||
<label>Position</label> | |||
</data> | |||
<data source="age"> | |||
<label>Age</label> | |||
</data> | |||
<data source="status"> | |||
<label>Status</label> | |||
</data> | |||
<data source="height"> | |||
<label>Height</label> | |||
<format>{{{height}}} inches</format> | |||
</data> | |||
<data source="weight"> | |||
<label>Weight</label> | |||
<format>{{{weight}}} grams</format> | |||
</data> | |||
</infobox> |