Jump to content

Template:Character Infobox (Basic): Difference between revisions

From Twig Wiki
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="name">..."
 
No edit summary
 
Line 26: Line 26:
   <data source="weaknesses">
   <data source="weaknesses">
     <label>Weaknesses</label>
     <label>Weaknesses</label>
  </data>
  <data source="first_appearance">
    <label>First Appearance</label>
  </data>
  <data source="pov_chapter(s)">
    <label>POV Chapter(s)</label>
   </data>
   </data>
   <group>
   <group>

Latest revision as of 19:29, May 13, 2017

<infobox>

 <title source="title1">
   <default>Character Infobox (Basic)</default>
 </title>
 <image source="image1">

</image> <label>Name</label> <label>Other Names</label> <label>Creator(s)</label> <label>Species</label> <label>Affiliation</label> <label>Ablilities</label> <label>Weaknesses</label> <label>First Appearance</label> <label>POV Chapter(s)</label> <group> <header>Physical Appearance</header> <label>Hair</label> <label>Eyes</label> <label>Height</label> </group> </infobox> Example usage:

{{Character Infobox (Basic)
|title1=Example
|image1=Example
|caption1=Example
|name=Example
|other_names=Example
|creator(s)=Example
|species=Example
|affiliation=Example
|ablilities=Example
|weaknesses=Example
|hair=Example
|eyes=Example
|height=Example
}}