Jump to content

Template:Infobox team: Difference between revisions

From Twig Wiki
FossilLord (talk | contribs)
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">..."
 
FossilLord (talk | contribs)
No edit summary
 
Line 7: Line 7:
   </image>
   </image>
   <data source="row1">
   <data source="row1">
     <label>Label</label>
     <label>'''Leader(s)'''</label>
   </data>
   </data>
   <data source="row2">
   <data source="row2">
     <label>Label</label>
     <label>'''Leader(s)'''</label>
  </data>
  <data source="alignment">
    <label>'''Alignment'''</label>
  </data>
  <data source="allies">
    <label>'''Allies'''</label>
  </data>
  <data source="allies">
    <label>'''Allies'''</label>
  </data>
  <data source="location">
    <label>Location</label>
  </data>
  <data source="first_appearance">
    <label>First Appearance</label>
  </data>
  <data source="first_appearance">
    <label>First Appearance</label>
   </data>
   </data>
</infobox>
</infobox>

Latest revision as of 06:31, March 17, 2018

<infobox>

 <title source="title1">
   <default>Infobox team</default>
 </title>
 <image source="image1">

</image> <label>Leader(s)</label> <label>Leader(s)</label> <label>Alignment</label> <label>Allies</label> <label>Allies</label> <label>Location</label> <label>First Appearance</label> <label>First Appearance</label> </infobox> Example usage:

{{Infobox team
|title1=Example
|image1=Example
|caption1=Example
|row1=Example
|row2=Example
}}