Template:Person: Difference between revisions

Template page
(Neue Zeilen für Mastodon-Links)
(Test Mastodon-Link Textformatierung)
Line 27: Line 27:
-->{{ifnotempty|{{{telegram|}}}  | {{infobox row | name=Telegram        | value=[[Telegram::{{{telegram|}}}]]      }}}}<!--
-->{{ifnotempty|{{{telegram|}}}  | {{infobox row | name=Telegram        | value=[[Telegram::{{{telegram|}}}]]      }}}}<!--
-->{{ifnotempty|{{{mastodon|}}}  | {{infobox row | name=Mastodon        | value=[[Mastodon::{{{mastodon|}}}]]      }}}}<!--
-->{{ifnotempty|{{{mastodon|}}}  | {{infobox row | name=Mastodon        | value=[[Mastodon::{{{mastodon|}}}]]      }}}}<!--
-->{{ifnotempty|{{{mastodon_nick|}}}  | {{infobox row | name=Mastodon-Link        | value=[[MastodonLink::{{{mastodon_nick|}}} {{{{mastodon_server|}}}}]]      }}}}<!--
-->{{ifnotempty|{{{mastodon_nick|}}}  | {{infobox row | name=Mastodon-Link        | value=[[@{{{mastodon_nick|}}}@{{{mastodon_server|}}}|MastodonLink::{{{mastodon_nick|}}} {{{{mastodon_server|}}}}]]      }}}}<!--
-->{{ifnotempty|{{{twitter|}}}  | {{infobox row | name=Twitter          | value=[[Twitter::{{{twitter|}}}]]        }}}}<!--
-->{{ifnotempty|{{{twitter|}}}  | {{infobox row | name=Twitter          | value=[[Twitter::{{{twitter|}}}]]        }}}}<!--
-->{{ifnotempty|{{{github|}}}    | {{infobox row | name=GitHub          | value=[[GitHub::{{{github|}}}]]          }}}}<!--
-->{{ifnotempty|{{{github|}}}    | {{infobox row | name=GitHub          | value=[[GitHub::{{{github|}}}]]          }}}}<!--

Revision as of 03:29, 14 October 2022

This is the 'Person' template for individuals. It should be called in the following format (social media usernames with no @ sign please):

{{ Person
  | nickname      = nick
  | email         = nick@example.com
  | telegram      = nick
  | mastodon      = nick
  | mastodon_nick = mstdnnick
  | mastodon_server = mstdn.example.com
  | twitter       = nick
  | github        = nick
  | jabber        = nick@example.com
  | blog          = nick.example.com
  | has_memberbox = false
}}