Template:Person: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
This is the 'Person' template.
This is the 'Person' template for individuals.
It should be called in the following format:
It should be called in the following format (social media usernames with no @ sign please):
<pre>
<pre>
{{ Person
{{ Person
| nickname =  
  | nickname     = nick
| email =
  | email         = nick@example.com
| telegram =
  | telegram     = nick
| mastodon =
  | mastodon     = nick
| twitter =
  | twitter       = nick
| jabber =
  | jabber       = nick@example.com
| blog =
  | blog         = nick.example.com
| has_memberbox =
  | has_memberbox = false
}}
}}
</pre>
</pre>
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>
{{infobox start
{{ infobox start
| headercolor = #ffffcc
  | headercolor = #ffffcc
| name = [[Nickname::{{{nickname|{{PAGENAME}}}}}]]
  | name = [[Nickname::{{{nickname|{{PAGENAME}}}}}]]
| description = {{{description|}}}
  | description = {{{description|}}}
}}<!--
}}<!--



Revision as of 05:55, 8 March 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
  | twitter       = nick
  | jabber        = nick@example.com
  | blog          = nick.example.com
  | has_memberbox = false
}}