Template:PersonInfobox: Difference between revisions

From Shaun Keaveny's Community Garden Radio
Jump to navigation Jump to search
m (remove unnecessary default values)
mNo edit summary
Line 33: Line 33:
<header>Social media</header>
<header>Social media</header>
{{#if:{{{twitter|}}}
{{#if:{{{twitter|}}}
<data>
<data source="twitter">
   {{TwitterProfile
   {{TwitterProfile
|# = {{{twitter}}}}}
|# = {{{twitter}}}}}
Line 39: Line 39:
}}
}}
{{#if:{{{instagram|}}}
{{#if:{{{instagram|}}}
<data>
<data source="instagram">
   {{InstagramProfile
   {{InstagramProfile
|# = {{{instagram}}}}}
|# = {{{instagram}}}}}

Revision as of 15:50, 26 May 2023

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 
}}