Template:Infobox: Difference between revisions
From Ashea Wiki
No edit summary |
No edit summary Tag: Manual revert |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<infobox> | <infobox> | ||
<title source="title" /> | <title source="title"> | ||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<image source="image"> | <image source="image"> | ||
<caption source="imagecaption" /> | <caption source="imagecaption" /> | ||
</image> | </image> | ||
<data source="position" /> | <data source="position"> | ||
<data source="age" /> | <label>Position</label> | ||
<data source="status" /> | </data> | ||
<data source="height" /> | <data source="age"> | ||
<data source="weight" /> | <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> | </infobox> |