Template:Lineage: Difference between revisions

From MythCraft Online SRD
Jump to navigation Jump to search
(Created page with "Hi, I am testing the Templates")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Hi, I am testing the Templates
<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>

Latest revision as of 18:38, 13 November 2023