Template:Person

Revision as of 21:49, August 17, 2024 by chesapeake-studios.fandom.com>ImChirp (Created page with "<includeonly> <infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption-image1"/> </image> <group collapse="open"> <header source="biographical_information">Biographical information</header> <data source="other_names"> <label>Other names</label> </data> <data source="nationality"> <label>Nationality</label> </data> </group> <group> <header source="p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Example usage:

<infobox>

 <title source="title1">
   <default>Person</default>
 </title>
 <image source="image1">

</image> <group collapse="open"> <header source="biographical_information">Biographical information</header> <label>Other names</label> <label>Nationality</label> </group> <group> <header source="positional_information">Positional Information</header> <label>Current rank</label> <label>Highest Rank</label> <label>Known for</label> </group> </infobox>

{{Person
  | title1=Example
  | image1=Example.jpg
  | caption-image1=Example
  | biographical_information=Example
  | other_names=Example
  | nationality=Example
  | positional_information=Example
  | current_rank=Example
  | highest_rank=Example
  | known_for=Example}}

<templatedata> {"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption-image1":{"suggested":true},"biographical_information":{"suggested":true},"other_names":{"suggested":true},"nationality":{"suggested":true},"positional_information":{"suggested":true},"current_rank":{"suggested":true},"highest_rank":{"suggested":true},"known_for":{"suggested":true}},"sets":[],"maps":{}} </templatedata>