More actions
No edit summary |
No edit summary |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly> | ||
<div class="bob"> | |||
<div class="bob-header mw-no-invert"> | |||
{{PAGENAME}} | |||
{{ #if: {{{skin|}}} | [[File:{{{skin|}}}|300px|{{PAGENAME}}'s skin]] | }} | |||
< | </div> | ||
{{ #switch: {{{staff|}}} | | |||
< | mod = | ||
< | <div class="bob-header mw-no-invert" style="background-color: #34eb5b;"> | ||
{{ | Moderator | ||
</div> | | |||
admin = | |||
< | <div class="bob-header mw-no-invert" style="background-color: #eb4c34;"> | ||
Administrator | |||
</ | </div> | | ||
admin = | tech = | ||
< | <div class="bob-header mw-no-invert" style="background-color: #e8eb34;"> | ||
Technician | |||
</ | </div> | | ||
tech = | owner = | ||
< | <div class="bob-header mw-no-invert" style="background-color: #ebb134;"> | ||
Owner | |||
</ | </div> | | ||
owner = | dev = | ||
< | <div class="bob-header mw-no-invert" style="background-color: #ff55ff;"> | ||
< | Developer | ||
</ | </div> | | ||
}} | }} | ||
{{ #if: {{{joined|}}} | | |||
<div class="bob-info"> | |||
<div class="bob-info-header"> | |||
First Joined | |||
</div> | |||
<div class="bob-info-footer"> | |||
{{ | |||
< | |||
< | |||
</ | |||
< | |||
{{{joined}}} | {{{joined}}} | ||
</ | </div> | ||
</ | </div> | ||
}}{{ | }} | ||
{{ #if: {{{ign|}}} | | |||
< | <div class="bob-info"> | ||
< | <div class="bob-info-header"> | ||
In-Game Name | |||
</ | </div> | ||
< | <div class="bob-info-footer"> | ||
{{{ign}}} | {{{ign}}} | ||
</ | </div> | ||
</ | </div> | ||
}}{{ | }} | ||
{{ #if: {{{bday|}}} | | |||
< | <div class="bob-info"> | ||
< | <div class="bob-info-header"> | ||
Birthday | |||
</ | </div> | ||
< | <div class="bob-info-footer"> | ||
{{{bday}}} | {{{bday}}} | ||
</ | </div> | ||
</ | </div> | ||
}}{{ | }} | ||
{{ #if: {{{place|}}} | | |||
< | <div class="bob-info"> | ||
< | <div class="bob-info-header"> | ||
Place | |||
</ | </div> | ||
< | <div class="bob-info-footer"> | ||
{{{place}}} | {{{place}}} | ||
</ | </div> | ||
</ | </div> | ||
}}{{ | }} | ||
{{ #if: {{{realname|}}} | | |||
< | <div class="bob-info"> | ||
< | <div class="bob-info-header"> | ||
Real Name | |||
</ | </div> | ||
< | <div class="bob-info-footer"> | ||
{{{realname}}} | {{{realname}}} | ||
</ | </div> | ||
</ | </div> | ||
}} | }} | ||
< | {{ #if: {{{npc|}}} | [[Category:NPCs]] | [[Category:Players]] }} | ||
</ | </div> | ||
</ | </includeonly> | ||
</ | |||
<noinclude> | |||
<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 | |||
}, | |||
"npc": { | |||
"label": "NPC Flag", | |||
"description": "Are they an NPC?", | |||
"type": "boolean", | |||
"default": "false", | |||
"suggested": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 10:43, 25 August 2024
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 |
NPC Flag | npc | Are they an NPC?
| Boolean | suggested |