More actions
No edit summary |
No edit summary |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{Bob| | |||
{{Bob/Header}} | |||
{{ | {{#if: {{{skin|}}}|{{Bob/Image|image={{{skin}}}|caption={{PAGENAME}}'s Skin}}|}} | ||
{{Bob/Subheader|Player Info}} | |||
{{ | {{#if: {{{ign|}}}|{{Bob/InfoTextWithTitle|{{{ign}}}|In-Game Name}}|}} | ||
{{ #switch: {{{staff|}}} | |||
mod = {{Bob/InfoTextWithTitle|Moderator|Staff Role}} | | |||
admin = {{Bob/InfoTextWithTitle|Administrator|Staff Role}} | | |||
tech = {{Bob/InfoTextWithTitle|Technician|Staff Role}} | | |||
owner = {{Bob/InfoTextWithTitle|Owner|Staff Role}} | | |||
dev = {{Bob/InfoTextWithTitle|Developer|Staff Role}} | | |||
{{ # | |||
}} | }} | ||
{{ | {{#if: {{{joined|}}}|{{Bob/InfoTextWithTitle|{{{joined}}}|First Joined}}|}} | ||
{{Bob/Subheader|Personal Info}} | |||
{{#if: {{{realname|}}}|{{Bob/InfoTextWithTitle|{{{realname}}}|Real Name}}|}} | |||
{{#if: {{{bday|}}}|{{Bob/InfoTextWithTitle|{{{bday}}}|Birthday}}|}} | |||
First Joined | {{#if: {{{place|}}}|{{Bob/InfoTextWithTitle|{{{place}}}|Based in}}|}} | ||
{{{ | |||
}}{{ | |||
{{{ | |||
}} | }} | ||
</includeonly> | |||
<noinclude> | <noinclude> | ||
{{PlayerBob | {{PlayerBob}} | ||
<templatedata> | |||
{ | |||
"description": "Break out Box for Player & NPC Pages", | |||
}} | "params": { | ||
"skin": { | |||
"label": "Skin", | |||
"suggested": true, | |||
"description": "The skin the player/NPC uses", | |||
"type": "wiki-file-name", | |||
"example": "Edgewurth.png" | |||
}, | |||
"staff": { | |||
"label": "Staff Status", | |||
"suggested": true, | |||
"description": "What staff position do they currently hold?", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"dev", | |||
"mod", | |||
"admin", | |||
"tech", | |||
"owner" | |||
] | |||
}, | |||
"joined": { | |||
"label": "When did they join?", | |||
"description": "What date did they join?", | |||
"example": "12-12-2012", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"ign": { | |||
"label": "In-Game Name", | |||
"description": "What is thier In-Game Name?", | |||
"example": "Mister_Misery", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"bday": { | |||
"label": "Birthday", | |||
"description": "When is thier Birthday?", | |||
"example": "01-01-2004", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"place": { | |||
"label": "Place", | |||
"description": "Where do they reside In-Real Life?", | |||
"example": "United Kingdom", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"realname": { | |||
"label": "Real Name", | |||
"description": "What is thier Real Name?", | |||
"example": "John Smith", | |||
"type": "line", | |||
"suggested": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> | ||
Latest revision as of 16:53, 13 April 2025
PlayerBob
Player Info
Personal Info
Break out Box for Player & NPC Pages
Parameter | Description | Type | Status | |
---|---|---|---|---|
Skin | skin | The skin the player/NPC uses
| File | suggested |
Staff Status | staff | What staff position do they currently hold?
| Line | suggested |
When did they join? | joined | What date did they join?
| Date | suggested |
In-Game Name | ign | What is thier In-Game Name?
| Unknown | required |
Birthday | bday | When is thier Birthday?
| Date | suggested |
Place | place | Where do they reside In-Real Life?
| Line | suggested |
Real Name | realname | What is thier Real Name?
| Line | suggested |