Template:Feralbox: Difference between revisions

From The Fidverse Wiki
Jump to navigation Jump to search
m (1 revision imported)
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<infobox>
{| class=wikitable
  <title source="title1">
|+ The table's caption
    <default>{{PAGENAME}}</default>
! Column header 1
  </title>
! Column header 2
  <image source="image1">
! Column header 3
    <caption source="caption1"/>
|-
  </image>
! Row header 1
  <data source="species">
| Cell 2 || Cell 3
    <label>Species</label>
|-
  </data>
! Row header A
  <data source="nickname">
| Cell B
    <label>Nickname</label>
| Cell C
  </data>
|}
  <data source="age">
 
    <label>Age</label>
  </data>
  <data source="gender">
    <label>Gender</label>
  </data>
  <data source="height">
    <label>Height</label>
  </data>
  <data source="weight">
    <label>Weight</label>
  </data>
  <data source="alignment">
    <label>Alignment</label>
  </data>
  <data source="family/relatives">
    <label>Family/Relatives</label>
  </data>
  <data source="likes">
    <label>Likes</label>
  </data>
  <data source="dislikes">
    <label>Dislikes</label>
  </data>
  <data source="hobbies">
    <label>Hobbies</label>
  </data>
  <data source="favorite_food">
    <label>Favorite Food</label>
  </data>
  <data source="skills">
    <label>Skills</label>
  </data>
  <data source="rivals">
    <label>Rivals</label>
  </data>
  <data source="status">
    <label>Status</label>
  </data>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:<pre>

Latest revision as of 23:45, 26 June 2022

The table's caption
Column header 1 Column header 2 Column header 3
Row header 1 Cell 2 Cell 3
Row header A Cell B Cell C


Example usage:

{{Feralbox
|title1=Example
|image1=Example
|caption1=Example
|species=Example
|nickname=Example
|age=Example
|gender=Example
|height=Example
|weight=Example
|alignment=Example
|family/relatives=Example
|likes=Example
|dislikes=Example
|hobbies=Example
|favorite_food=Example
|skills=Example
|rivals=Example
|status=Example
}}