Template:Player: Difference between revisions

From They Also Do It Wiki
Jump to navigation Jump to search
(Testing Infobox)
 
mNo edit summary
 
Line 3: Line 3:
<title source="title"/>
<title source="title"/>
<image source="image"><caption source="imagecaption"/></image>
<image source="image"><caption source="imagecaption"/></image>
<header>{{#if:{{{Role|}}}|''{{{Role}}}''}}</header>
<header>{{#if:{{{role|}}}|''{{{role}}}''}}</header>
     <data source="username"><label>Username</label></data>
     <data source="username"><label>Username</label></data>
     <data source="aka"><label>AKA</label></data>
     <data source="aka"><label>AKA</label></data>

Latest revision as of 04:18, 18 August 2023

Sample output


{{Player
  | title     = Furry
  | image     = [File:Furry.png]
  | role      = Furry
  | username  = Example
  | aka       = Example
  | join_date = Example
}}