Difference between revisions of "Template:Infobox Person"

From CorsairCraft
Jump to navigation Jump to search
(Created page with "{{Infobox Person | image= | caption1= | other_names= | title= | birth= | rule= | realms= | spouse= | weapon= | race= | height= | hair= | eyes= | culture= | voice= |parents=}}")
Line 1: Line 1:
<infobox theme="whf" type="character">
  <title source="name">
    <default>{{PAGENAME}}</default>
  </title>
  <image source="image">
    <caption source="caption1"/>
  </image>
  <group>
    <header>Biographical Information</header>
    <data source="other_names">
      <label>Other Names</label>
    </data>
    <data source="title">
      <label>Title(s)</label>
    </data>
    <data source="birth">
      <label>Birth</label>
    </data>
    <data source="rule">
      <label>Rule</label>
    </data>
    <data source="death">
      <label>Death</label>
    </data>
    <data source="realms">
      <label>Realm(s)</label>
    </data>
    <data source="spouse">
      <label>Spouse(s)</label>
    </data>
    <data source="children">
      <label>Children</label>
    </data>
    <data source="parents">
      <label>Parent(s)</label>
    </data>
    <data source="siblings">
      <label>Sibling(s)</label>
    </data>
    <data source="weapon">
      <label>Weapon(s)</label>
    </data>
  </group>
  <group>
    <header>Physical Description</header>
    <data source="race">
      <label>Race</label>
    </data>
    <data source="height">
      <label>Height</label>
    </data>
    <data source="hair">
      <label>Hair</label>
    </data>
    <data source="eyes">
      <label>Eyes</label>
    </data>
    <data source="culture">
      <label>Culture</label>
    </data>
  </group>
  <group>
    <header>Other Media</header>
    <data source="voice">
      <label>Voice</label>
    </data>
  </group>
</infobox>
<noinclude>
Example usage:
<pre>
{{Infobox Person
{{Infobox Person
| image=
| title=Page Name
| caption1=
| image=Example
| other_names=
| caption=Example
| title=
| other_names=Example
| birth=
| title=Example
| rule=
| birth=Example
| realms=
| rule=Example
| spouse=
| death=Example
| weapon=
| realms=Example
| race=
| spouse=Example
| height=  
| children=Example
| hair=
| parents=Example
| eyes=
| siblings=Expample
| culture=
| weapon=Example
| voice=
| race=Example
|parents=}}
| height=Example
| hair=Example
| eyes=Example
| culture=Example
| voice=Example
}}
</pre>
[[Category:Infobox templates]]</noinclude>

Revision as of 19:12, 30 June 2022

<infobox theme="whf" type="character">

 <title source="name">
   <default>Infobox Person</default>
 </title>
 <image source="image">

</image> <group> <header>Biographical Information</header> <label>Other Names</label> <label>Title(s)</label> <label>Birth</label> <label>Rule</label> <label>Death</label> <label>Realm(s)</label> <label>Spouse(s)</label> <label>Children</label> <label>Parent(s)</label> <label>Sibling(s)</label> <label>Weapon(s)</label> </group> <group> <header>Physical Description</header> <label>Race</label> <label>Height</label> <label>Hair</label> <label>Eyes</label> <label>Culture</label> </group> <group> <header>Other Media</header> <label>Voice</label> </group> </infobox> Example usage:

{{Infobox Person
| title=Page Name
| image=Example
| caption=Example
| other_names=Example
| title=Example
| birth=Example
| rule=Example
| death=Example
| realms=Example
| spouse=Example
| children=Example
| parents=Example
| siblings=Expample
| weapon=Example
| race=Example
| height=Example
| hair=Example
| eyes=Example
| culture=Example
| voice=Example
}}