Template:Lineage: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{infobox character
<infobox>
| title        = Daisy
    <title source="title">
| image        = Example.jpg
        <default>{{PAGENAME}}</default>
| imagecaption  = Daisy, blowing in the wind
    </title>
| position      = Supreme flower
    <image source="image">
| age          = 2 months
         <caption source="imagecaption" />
| status        = Active
    </image>
| height       = 5 inches
    <data source="position">
| weight       = 20 grams
         <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>

Navigation menu