More actions
(Created page with "<includeonly> <div class="bob"> <div class="bob-header"> {{PAGENAME}} </div> {{ #switch: {{{staff|}}} | <div class="bob-info-header" style="color: #34eb5b;width: 100%;text-align: center;"> <small>Moderator</small> </div> | admin = <div class="bob-info-header" style="color: #eb4c34;width: 100%;text-align: center;"> <small>Administrator</small> </div> | tech = <div class="bob-info-header" style="color: #e8eb34;width: 100%;text-align: center;"> <small>Technician</small>...") |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div class="bob"> | <div class="bob"> | ||
<div class="bob-header"> | <div class="bob-header mw-no-invert"> | ||
{{PAGENAME}} | {{PAGENAME}} | ||
{{ #if: {{{skin|}}} | [[File:{{{skin|}}}|300px|{{PAGENAME}}'s skin]] | }} | |||
</div> | </div> | ||
{{ | {{ #switch: {{{staff|}}} | | ||
mod = | |||
<div class="bob- | <div class="bob-header mw-no-invert" style="background-color: #34eb5b;"> | ||
Moderator | |||
</div> | | </div> | | ||
admin = | admin = | ||
<div class="bob- | <div class="bob-header mw-no-invert" style="background-color: #eb4c34;"> | ||
Administrator | |||
</div> | | </div> | | ||
tech = | tech = | ||
<div class="bob- | <div class="bob-header mw-no-invert" style="background-color: #e8eb34;"> | ||
Technician | |||
</div> | | </div> | | ||
owner = | owner = | ||
<div class="bob- | <div class="bob-header mw-no-invert" style="background-color: #ebb134;"> | ||
Owner | |||
</div> | | </div> | | ||
dev = | dev = | ||
<div class="bob- | <div class="bob-header mw-no-invert" style="background-color: #ff55ff;"> | ||
Developer | |||
</div> | | </div> | | ||
}} | }} | ||
{{ | {{ #if: {{{joined|}}} | | ||
<div class="bob-info"> | <div class="bob-info"> | ||
<div class="bob-info-header"> | <div class="bob-info-header"> | ||
Line 40: | Line 36: | ||
</div> | </div> | ||
</div> | </div> | ||
}}{{ | }} | ||
{{ #if: {{{ign|}}} | | |||
<div class="bob-info"> | <div class="bob-info"> | ||
<div class="bob-info-header"> | <div class="bob-info-header"> | ||
Line 51: | Line 47: | ||
</div> | </div> | ||
}} | }} | ||
{{ | {{ #if: {{{bday|}}} | | ||
<div class="bob-info"> | <div class="bob-info"> | ||
<div class="bob-info-header"> | <div class="bob-info-header"> | ||
Line 61: | Line 56: | ||
</div> | </div> | ||
</div> | </div> | ||
}}{{ | }} | ||
{{ #if: {{{place|}}} | | |||
<div class="bob-info"> | <div class="bob-info"> | ||
<div class="bob-info-header"> | <div class="bob-info-header"> | ||
Line 71: | Line 66: | ||
</div> | </div> | ||
</div> | </div> | ||
}}{{ | }} | ||
{{ #if: {{{realname|}}} | | |||
<div class="bob-info"> | <div class="bob-info"> | ||
<div class="bob-info-header"> | <div class="bob-info-header"> | ||
Line 81: | Line 76: | ||
</div> | </div> | ||
</div> | </div> | ||
}} | }} | ||
{{ #if: {{{npc|}}} | [[Category:NPCs]] | [[Category:Players]] }} | |||
</div> | </div> | ||
</includeonly> | |||
<noinclude> | <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> | </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 |