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
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<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}}|}}
{{#if: {{{place|}}}|{{Bob/InfoTextWithTitle|{{{place}}}|Based in}}|}}
}}
</includeonly>
<noinclude>
<noinclude>
 
{{PlayerBob}}
To learn how to use this template, visit [[Help:Portal/Bobs and Templates]]
<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>
<includeonly><table class="newbob">
<tr>
{{
#switch: {{{staff|}}} |
mod =
<td colspan="2" class="newbob-header" style="color: #34eb5b;padding:0;">
<small>Moderator</small>
</td> |
admin =
<td colspan="2" class="newbob-header" style="color: #eb4c34;padding:0;">
<small>Administrator</small>
</td> |
tech =
<td colspan="2" class="newbob-header" style="color: #e8eb34;padding:0;">
<small>Technician</small>
</td> |
owner =
<td colspan="2" class="newbob-header" style="color: #ebb134;padding:0;">
<small>Owner</small>
</td> |
}}
</tr>
<tr>
<td colspan="2" class="newbob-header" style="color: #000000;">
{{PAGENAME}}</td>
</tr>
<tr>
<td colspan="2">
{{ #if: {{{skin|}}} | [[{{{skin|}}}|300px|{{PAGENAME}}'s skin]] | }}
</td>
</tr>
<tr>
{{
#if: {{{joined|}}} |
<tr>
<td class="newbob-sectionhd">
<b>First Joined</b>
</td>
<td>
{{{joined}}}
</td>
</tr>
}}{{
#if: {{{ign|}}} |
<tr>
<td class="newbob-sectionhd">
<b>In-Game Name</b>
</td>
<td>
{{{ign}}}
</td>
</tr>
}}{{
#if: {{{bday|}}} |
<tr>
<td class="newbob-sectionhd">
<b>Birthday</b>
</td>
<td>
{{{bday}}}
</td>
</tr>
}}{{
#if: {{{place|}}} |
<tr>
<td class="newbob-sectionhd">
<b>Place</b>
</td>
<td>
{{{place}}}
</td>
</tr>
}}{{
#if: {{{realname|}}} |
<tr>
<td class="newbob-sectionhd">
<b>Real Name</b>
</td>
<td>
{{{realname}}}
</td>
</tr>
}}{{
#if: {{{npc|}}} |
[[Category:NPCs]] | [[Category:Players]]
}}
<td>
</td>
</tr>
</table></includeonly>

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