Template:PersonInfobox: Difference between revisions

From Shaun Keaveny's Community Garden Radio
Jump to navigation Jump to search
mNo edit summary
m (Undo revision 3156 by Petewr (talk))
Tag: Undo
 
(2 intermediate revisions by the same user not shown)
Line 33: Line 33:
<header>Social media</header>
<header>Social media</header>
{{#if:{{{twitter|}}}
{{#if:{{{twitter|}}}
<data source="twitter">
<data>
   {{TwitterProfile
   <default>{{TwitterProfile
|# = {{{twitter}}}}}
|# = {{{twitter}}}}}</default>
</data>
</data>
}}
}}
{{#if:{{{instagram|}}}
{{#if:{{{instagram|}}}
<data source="instagram">
<data>
   {{InstagramProfile
   <default>{{InstagramProfile
|# = {{{instagram}}}}}
|# = {{{instagram}}}}}</default>
</data>
</data>
}}
}}

Latest revision as of 16:30, 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 
}}