Template:UserInfobox

From Palia Wiki
Jump to navigation Jump to search
Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

Usage

Creates an infobox to be used for Users on the wiki.

Syntax

You can remove any parameter that is not being used. (By default, any unfilled parameter will not show up in the infobox.)

{{UserInfobox
 |name        =
 |image       =
 |fullname    =
 |nickname    =
 |language    =
 |pronouns    =
 |community   =
 |personality =
 |skill       =
 |romance     =
 |shepp       =
}}
Parameter Description
name Your characters name (Shows up as the infobox title). Defaults to your wiki Username if blank.
image An image of your character if desired.
fullname Your characters full name.
nickname Your characters nickname.
pronouns Your pronouns.
community The community that you belong to in-game.
personality Your characters Personality (earth, fire, air, or water).
skill Your favorite Skill.
romance A comma separated list of Villagers that you've romanced.
shepp The Villager name of your Shepp.
language A comma separated list of language codes for languages you speak.
translator If you're a wiki translator, this is a comma separated list of language codes.

Examples

Normal Use

{{UserInfobox
 |name        = Bash St. Clair
 |image       = bash_stclair.png
 |fullname    = Sebastian St. Clair
 |nickname    = Bash
 |language    = en
 |pronouns    = He/Him
 |community   = Frying Friends
 |personality = Earth
 |skill       = Cooking
 |romance     = Reth
 |shepp       = Jina
}}

Translators

If you've helped out translating the wiki you may also use your UserInfobox to easily set yourself as a translator.

{{UserInfobox
 |translator = en
}}

Related