Template:Infobox ancestry: Difference between revisions

Add denonym
Tag: 2017 source edit
Added Physical Characteristics
Tag: 2017 source edit
 
Line 19: Line 19:
     <label>Native Manifold</label>
     <label>Native Manifold</label>
   </data>
   </data>
  <header>{{#if: {{{height|}}}{{{weight|}}}{{{life-expectancy|}}}|Physical Characteristics  }}</header>
    <data source="height">
      <label>Height</label>
    </data>
    <data source="weight">
      <label>Weight</label>
    </data>
    <data source="life-expectancy">
      <label>Life expectancy (Years)</label>
  </data>
</infobox>[[Category:Ancestries]]</includeonly><noinclude>
</infobox>[[Category:Ancestries]]</includeonly><noinclude>
<templatedata>
<templatedata>
Line 47: Line 57:
"type": "string",
"type": "string",
"label": "Native Manifold"
"label": "Native Manifold"
},
"height": {
"description": "How high does the ancestry measure?",
"type": "string",
"label": "Height"
},
"weight": {
"description": "IHow much is an individual from the ancestry expected to weight?",
"type": "string",
"label": "Weight"
},
        "life-expectancy": {
"description": "Between what ages is an individual from the ancestry expected to live?",
"type": "string",
"label": "Life Expectancy (Years)"
}
}
}
}