Template:Infobox person

From IndieWeb

This template is used to an display an infobox and h-card for a person on their wiki user page. It will float to the right and is intended to be included near the top of the user page.

Blank Template

Copy and paste the code with the double brackets in the box below into your user page and fill in your information:

{{Infobox person
|name = 
|url = 
|photo_url = 
|pronouns =
|summary = 
|elsewhere =
|contact =
|chatname =
}}

If you put this template on your user page, wrap it with <div class="p-summary"> ... </div>, then Loqi will respond to "who is username" with your summary and URL.

Parameters

name
Your name.
url
Your URL.
photo_url
Your photo/avatar URL.
pronouns
Your pronouns. (optional)
summary
A short introduction with your name in a complete sentence. (optional)
elsewhere
other sites, social media silos. (optional)
contact
your contact info (optional)
chatname
your nickname in chat (optional)

Examples

{{Infobox person
| name = gRegor Morrill
| url = https://gregorlove.com
| photo_url = https://gregorlove.com/site/assets/files/6268/profile-2021-square.300x0.jpg
| summary = gRegor Morrill is a software developer living in <span class="p-locality">San Diego</span>, <span class="p-region">California</span>.
| chatname = gRegor
| pronouns = he/him/his
}}

Will generate:

gRegor Morrill

(photo)

Pronouns: he/him/his

gRegor Morrill is a software developer living in San Diego, California.

https://gregorlove.com

Chat Nickname: gRegor

As seen on the user page for gRegor Morrill

Incorporating other templates

In the "elsewhere" section you can also use the additional templates like mastodon-link, facebook-link, twitter-link

{{mastodon-link| instance = example.com | username = username }}
{{facebook-link| username = username  }}
{{twitter-link| username = username  }}

which will generate:

 @username@example.com

/username

 @username