Template:Infobox person: Difference between revisions

No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 75: Line 75:
   <th>Website</th>
   <th>Website</th>
   <td>[{{{website}}} {{{website}}}]</td>
   <td>[{{{website}}} {{{website}}}]</td>
</tr>
}}
<!-- Facebook -->
{{#if: {{{facebook|}}} |
<tr>
  <th>Facebook</th>
  <td>[{{{facebook}}} Facebook]</td>
</tr>
}}
<!-- Instagram -->
{{#if: {{{instagram|}}} |
<tr>
  <th>Instagram</th>
  <td>[{{{instagram}}} Instagram]</td>
</tr>
}}
<!-- LinkedIn -->
{{#if: {{{linkedin|}}} |
<tr>
  <th>LinkedIn</th>
  <td>[{{{linkedin}}} LinkedIn]</td>
</tr>
}}
<!-- X / Twitter -->
{{#if: {{{twitter|}}} |
<tr>
  <th>X / Twitter</th>
  <td>[{{{twitter}}} X / Twitter]</td>
</tr>
}}
<!-- YouTube -->
{{#if: {{{youtube|}}} |
<tr>
  <th>YouTube</th>
  <td>[{{{youtube}}} YouTube]</td>
</tr>
}}
<!-- TikTok -->
{{#if: {{{tiktok|}}} |
<tr>
  <th>TikTok</th>
  <td>[{{{tiktok}}} TikTok]</td>
</tr>
</tr>
}}
}}