Template:PersonInfobox: Difference between revisions

From Shaun Keaveny's Community Garden Radio
Jump to navigation Jump to search
m (formatting)
No edit summary
Line 12: Line 12:
<header>Main information</header>
<header>Main information</header>


<data source="name">
<data source="name"><label>Name</label>'''Name'''</data>
  <label>Name</label>
  <default>Person name</default>
</data>


<data source="date_of_birth">
<data source="date_of_birth">
Line 31: Line 28:
<header>Social media</header>
<header>Social media</header>


<data>
<data source="twitter">
   <label>Twitter</label>
   <default>[[Image:Twitter.png|15px|link=https://twitter.com/{{{twitter}}}|{{PAGENAME}} on Twitter]] [https://twitter.com/{{{twitter}}} @{{{twitter}}}]</default>
   <default>[https://twitter.com/{{{twitter}}} @{{{twitter}}}]</default>
</data>
 
<data source="instagram">
   <default>[[Image:Instagram.png|15px|link=https://www.instagram.com/{{{instagram}}}|{{PAGENAME}} on Twitter]] [https://www.instagram.com/{{{instagram}}} {{{instagram}}}]</default>
</data>
</data>
</group>
</group>
Line 51: Line 51:
   | date_of_birth=date of birth (age)
   | date_of_birth=date of birth (age)
   | birthplace=birthplace
   | birthplace=birthplace
   | twitter=twitter handle  
   | twitter=twitter handle (no @ sign)
  | instagram=instagram handle  
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 21:20, 20 July 2022


Example usage

{{PersonInfobox
  | title={{PAGENAME}}
  | image=image
  | caption=image caption
  | name=person name
  | date_of_birth=date of birth (age)
  | birthplace=birthplace
  | twitter=twitter handle (no @ sign) 
  | instagram=instagram handle 
}}