Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:PlayerBob: Difference between revisions

Template page
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
<div class="bob">
{{Bob|
<div class="bob-header">
{{Bob/Header}}
{{PAGENAME}}
{{#if: {{{skin|}}}|{{Bob/Image|image={{{skin}}}|caption={{PAGENAME}}'s Skin}}|}}
</div>
{{Bob/Subheader|Player Info}}
{{  
{{#if: {{{ign|}}}|{{Bob/InfoTextWithTitle|{{{ign}}}|In-Game Name}}|}}
#switch: {{{staff|}}} |
{{ #switch: {{{staff|}}}
<div class="bob-info-header" style="color: #34eb5b;width: 100%;text-align: center;">
mod = {{Bob/InfoTextWithTitle|Moderator|Staff Role}} |
<small>Moderator</small>
admin = {{Bob/InfoTextWithTitle|Administrator|Staff Role}} |
</div> |
tech = {{Bob/InfoTextWithTitle|Technician|Staff Role}} |
admin =
owner = {{Bob/InfoTextWithTitle|Owner|Staff Role}} |
<div class="bob-info-header" style="color: #eb4c34;width: 100%;text-align: center;">
dev = {{Bob/InfoTextWithTitle|Developer|Staff Role}} |
<small>Administrator</small>
</div> |
tech =
<div class="bob-info-header" style="color: #e8eb34;width: 100%;text-align: center;">
<small>Technician</small>
</div> |
owner =
<div class="bob-info-header" style="color: #ebb134;width: 100%;text-align: center;">
<small>Owner</small>
</div> |
dev =
<div class="bob-info-header" style="color: #ff55ff;width: 100%;text-align: center;">
<small>Script Developer</small>
</div> |
<div>
{{ #if: {{{skin|}}} | [[{{{skin|}}}|300px|{{PAGENAME}}'s skin]] | }}
</div>
</div>
}}
}}
{{
{{#if: {{{joined|}}}|{{Bob/InfoTextWithTitle|{{{joined}}}|First Joined}}|}}
#if: {{{joined|}}} |  
{{Bob/Subheader|Personal Info}}
<div class="bob-info">
{{#if: {{{realname|}}}|{{Bob/InfoTextWithTitle|{{{realname}}}|Real Name}}|}}
<div class="bob-info-header">
{{#if: {{{bday|}}}|{{Bob/InfoTextWithTitle|{{{bday}}}|Birthday}}|}}
First Joined
{{#if: {{{place|}}}|{{Bob/InfoTextWithTitle|{{{place}}}|Based in}}|}}
</div>
<div class="bob-info-footer">
{{{joined}}}
</div>
</div>
}}{{
#if: {{{ign|}}} |  
<div class="bob-info">
<div class="bob-info-header">
In-Game Name
</div>
<div class="bob-info-footer">
{{{ign}}}
</div>
</div>
}}
}}
{{
</includeonly>
#if: {{{bday|}}} |
<div class="bob-info">
<div class="bob-info-header">
Birthday
</div>
<div class="bob-info-footer">
{{{bday}}}
</div>
</div>
}}{{
#if: {{{place|}}} |
<div class="bob-info">
<div class="bob-info-header">
Place
</div>
<div class="bob-info-footer">
{{{place}}}
</div>
</div>
}}{{
#if: {{{realname|}}} |
<div class="bob-info">
<div class="bob-info-header">
Real Name
</div>
<div class="bob-info-footer">
{{{realname}}}
</div>
</div>
}}{{
#if: {{{npc|}}} |
[[Category:NPCs]] | [[Category:Players]]
}}
</div></includeonly>
 
<noinclude>
<noinclude>
{{PlayerBob
{{PlayerBob}}
|staff=dev
<templatedata>
|joined=2023
{
|place=test
"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>
[[Category:Break out Boxes]]

Latest revision as of 16:53, 13 April 2025


PlayerBob

Player Info


Personal Info




Break out Box for Player & NPC Pages

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
Skinskin

The skin the player/NPC uses

Example
Edgewurth.png
Filesuggested
Staff Statusstaff

What staff position do they currently hold?

Suggested values
dev mod admin tech owner
Linesuggested
When did they join?joined

What date did they join?

Example
12-12-2012
Datesuggested
In-Game Nameign

What is thier In-Game Name?

Example
Mister_Misery
Unknownrequired
Birthdaybday

When is thier Birthday?

Example
01-01-2004
Datesuggested
Placeplace

Where do they reside In-Real Life?

Example
United Kingdom
Linesuggested
Real Namerealname

What is thier Real Name?

Example
John Smith
Linesuggested