Difference between revisions of "Template:Sidebar PC Masquerade"

From Winding Path Initiative Wiki
Jump to navigation Jump to search
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
  
To create this box, add this code to your page, filling in your clan, sect, and in-game city.
+
See [[:Category:VTM Clans|VTM Clans]] and [[:Category:VTM Sects|VTM Sects]] for available clans and sects.
For player, this can be a link to a wiki user page, or an email link.
 
  
<pre>{{PCSummary_Masquerade
+
<templatedata>
|clan=Brujah
+
{
|sect=Camarilla
+
"params": {
 +
"name": {
 +
"label": "Name",
 +
"description": "Your character name",
 +
"example": "Billy Brujah",
 +
"type": "string",
 +
"required": true,
 +
"suggested": true
 +
},
 +
"pronouns": {
 +
"label": "Pronouns",
 +
"description": "Preferred pronouns for PC",
 +
"example": "he/him, she/her, they/them, ze/zir",
 +
"type": "string",
 +
"required": false,
 +
"suggested": true
 +
},
 +
"image": {
 +
"label": "Image",
 +
"description": "Filename of an uploaded character image",
 +
"example": "BillyBrujah.jpg",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"clan": {
 +
"label": "Clan",
 +
"description": "Vampire Clan.",
 +
"example": "Clan Brujah",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"sect": {
 +
"label": "Sect",
 +
"description": "Vampire Sect.",
 +
"example": "The Camarilla",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"city": {
 +
"label": "City",
 +
"description": "In-Character City",
 +
"example": "Philadelphia, PA",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"player": {
 +
"label": "Player",
 +
"description": "Player Name, either a link to an email or a user page",
 +
"example": "[youremail@email.com Your Name] or [[User:YourUsername|YourName]]",
 +
"type": "string",
 +
"suggested": true
 +
}
 +
},
 +
"description": "To create this box, add this code to your page, filling in your clan, sect, and in-game city.\nFor player, this can be a link to a wiki user page, or an email link."
 +
}
 +
</templatedata>
 +
 
 +
<pre>{{Sidebar_PC_Masquerade
 +
|name=Billy Brujah
 +
|pronouns=he/him
 +
|image=BillyBrujah.jpg
 +
|clan=Clan Brujah
 +
|sect=The Camarilla
 
|city=YourTown, XY
 
|city=YourTown, XY
 
|player=[[User:YourUsername|Your Name]]
 
|player=[[User:YourUsername|Your Name]]
Line 12: Line 73:
  
 
{{Sidebar_PC_Masquerade
 
{{Sidebar_PC_Masquerade
|clan=Brujah
+
|name=Billy Brujah
|sect=Camarilla
+
|pronouns=he/him
 +
|image=BillyBrujah.jpg
 +
|clan=Clan Brujah
 +
|sect=The Camarilla
 
|city=YourTown, XY
 
|city=YourTown, XY
 
|player=[[User:YourUsername|Your Name]]
 
|player=[[User:YourUsername|Your Name]]
 
}}
 
}}
 +
[[Category:VTM2019 Templates]]
 
</noinclude>
 
</noinclude>
<includeonly>{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 90%; border: 5px black solid; float: right; margin: 1em; margin-top: 1px; margin-left: 1px; -moz-border-radius: 12px; "
+
<includeonly>
|-
+
{{Sidebox
| colspan="2" style="text-align:center; font-size: large;" | '''Masquerade Character'''
+
|name={{{name|}}}
|-
+
|image={{{image|}}}
! '''Clan:'''
+
|box_header=Masquerade Character
| [[:Category:Clan {{{clan}}}|{{{clan}}}]]  
+
|label1=Pronouns
|-
+
|data1={{#if: {{{pronouns|}}} | {{{pronouns|}}}|}}
! '''Sect:'''
+
|label2=Clan
| [[:Category:{{{sect}}}|{{{sect}}}]]
+
|data2={{#if: {{{clan|}}} | [[:Category:{{{clan}}}|{{{clan}}}]]|}}
|-
+
|label3=Sect
! '''City:'''
+
|data3={{#if: {{{sect|}}}| [[:Category:{{{sect}}}|{{{sect}}}]]|}}
| [[:Category:{{{city}}} Masquerade|{{{city}}}]]
+
|label4=City
|-
+
|data4={{#if: {{{city|}}} | [[:Category:{{{city}}} Masquerade|{{{city}}}]]|}}
! '''Player:'''
+
|label5=Player
| {{{player}}}
+
|data5={{{player|}}}
|}
+
}}
[[Category:Clan {{{clan}}}]]
+
{{#ifeq:{{NAMESPACE}}|Template||[[Category:{{{clan}}}]]
 
[[Category:{{{sect}}}]]
 
[[Category:{{{sect}}}]]
[[Category:{{{city}}} Masquerade]]
+
[[Category:{{{city}}} Masquerade]]}}
[[Category: Vampire: the Masquerade]][[Category:VTM2019]]
 
 
</includeonly>
 
</includeonly>

Latest revision as of 14:56, 22 July 2019


See VTM Clans and VTM Sects for available clans and sects.

To create this box, add this code to your page, filling in your clan, sect, and in-game city. For player, this can be a link to a wiki user page, or an email link.

Template parameters

ParameterDescriptionTypeStatus
Namename

Your character name

Example
Billy Brujah
Stringrequired
Pronounspronouns

Preferred pronouns for PC

Example
he/him, she/her, they/them, ze/zir
Stringsuggested
Imageimage

Filename of an uploaded character image

Example
BillyBrujah.jpg
Stringsuggested
Clanclan

Vampire Clan.

Example
Clan Brujah
Stringsuggested
Sectsect

Vampire Sect.

Example
The Camarilla
Stringsuggested
Citycity

In-Character City

Example
Philadelphia, PA
Stringsuggested
Playerplayer

Player Name, either a link to an email or a user page

Example
[youremail@email.com Your Name] or [[User:YourUsername|YourName]]
Stringsuggested
{{Sidebar_PC_Masquerade
|name=Billy Brujah
|pronouns=he/him
|image=BillyBrujah.jpg
|clan=Clan Brujah
|sect=The Camarilla
|city=YourTown, XY
|player=[[User:YourUsername|Your Name]]
}}



Billy Brujah
Masquerade Character
BillyBrujah.jpg
Pronouns: he/him
Clan: Clan Brujah
Sect: The Camarilla
City: YourTown, XY
Player: Your Name