Template:Person: Difference between revisions

Template page
No edit summary
No edit summary
Line 29: Line 29:
-->{{ifnotempty|{{{email|}}}          | {{infobox row | name=E-Mail      | value=[[Email::{{{email|}}}]]            }}}}<!--
-->{{ifnotempty|{{{email|}}}          | {{infobox row | name=E-Mail      | value=[[Email::{{{email|}}}]]            }}}}<!--
-->{{ifnotempty|{{{matrix_nick|}}}    | {{infobox row | name=Matrix      | value={{MatrixLink|{{{matrix_nick|}}}|{{{matrix_server|matrix.org}}}}}      }}}}<!--
-->{{ifnotempty|{{{matrix_nick|}}}    | {{infobox row | name=Matrix      | value={{MatrixLink|{{{matrix_nick|}}}|{{{matrix_server|matrix.org}}}}}      }}}}<!--
-->{{ifnotempty|{{{telegram|}}}      | {{infobox row | name=Telegram    | value=[[Telegram::{{{telegram|}}}]]      }}}}<!--
-->{{ifnotempty|{{{telegram|}}}      | {{infobox row | name=Telegram    | value=[[TelegramLink::{{{telegram|}}}]]      }}}}<!--
-->{{ifnotempty|{{{mastodon_nick|}}}  | {{infobox row | name=Mastodon    | value={{MastodonLink |{{{mastodon_nick|}}}|{{{mastodon_server|chaos.social}}}}}      }}}}<!--
-->{{ifnotempty|{{{mastodon_nick|}}}  | {{infobox row | name=Mastodon    | value={{MastodonLink |{{{mastodon_nick|}}}|{{{mastodon_server|chaos.social}}}}}      }}}}<!--
-->{{ifnotempty|{{{twitter|}}}        | {{infobox row | name=Twitter      | value=[[TwitterLink::{{{twitter|}}}]]        }}}}<!--
-->{{ifnotempty|{{{twitter|}}}        | {{infobox row | name=Twitter      | value=[[TwitterLink::{{{twitter|}}}]]        }}}}<!--

Revision as of 07:55, 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
    | image           = nick.jpg
    | email           = nick@example.com
    | matrix_nick     = matrixnick
    | matrix_server   = matrix.example.com
    | telegram        = nick
    | mastodon_nick   = mstdnnick
    | mastodon_server = mstdn.example.com
    | twitter         = nick
    | github          = nick
    | jabber          = nick@example.com
    | blog            = nick.example.com
    | has_memberbox   = false
}}