Difference between revisions of "Template:Sidebar PC Masquerade"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
"type": "string", | "type": "string", | ||
"required": true, | "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 | "suggested": true | ||
}, | }, | ||
Line 24: | Line 32: | ||
"label": "Clan", | "label": "Clan", | ||
"description": "Vampire Clan.", | "description": "Vampire Clan.", | ||
− | "example": "Brujah", | + | "example": "Clan Brujah", |
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Line 56: | Line 64: | ||
<pre>{{Sidebar_PC_Masquerade | <pre>{{Sidebar_PC_Masquerade | ||
|name=Billy Brujah | |name=Billy Brujah | ||
+ | |pronouns=he/him | ||
|image=BillyBrujah.jpg | |image=BillyBrujah.jpg | ||
− | |clan=Brujah | + | |clan=Clan Brujah |
|sect=The Camarilla | |sect=The Camarilla | ||
|city=YourTown, XY | |city=YourTown, XY | ||
Line 65: | Line 74: | ||
{{Sidebar_PC_Masquerade | {{Sidebar_PC_Masquerade | ||
|name=Billy Brujah | |name=Billy Brujah | ||
+ | |pronouns=he/him | ||
|image=BillyBrujah.jpg | |image=BillyBrujah.jpg | ||
− | |clan=Brujah | + | |clan=Clan Brujah |
|sect=The Camarilla | |sect=The Camarilla | ||
|city=YourTown, XY | |city=YourTown, XY | ||
Line 78: | Line 88: | ||
|image={{{image|}}} | |image={{{image|}}} | ||
|box_header=Masquerade Character | |box_header=Masquerade Character | ||
− | |label1=Clan | + | |label1=Pronouns |
− | | | + | |data1={{#if: {{{pronouns|}}} | {{{pronouns|}}}|}} |
− | | | + | |label2=Clan |
− | | | + | |data2={{#if: {{{clan|}}} | [[:Category:{{{clan}}}|{{{clan}}}]]|}} |
− | | | + | |label3=Sect |
− | | | + | |data3={{#if: {{{sect|}}}| [[:Category:{{{sect}}}|{{{sect}}}]]|}} |
− | | | + | |label4=City |
− | | | + | |data4={{#if: {{{city|}}} | [[:Category:{{{city}}} Masquerade|{{{city}}}]]|}} |
+ | |label5=Player | ||
+ | |data5={{{player|}}} | ||
}} | }} | ||
− | {{#ifeq:{{NAMESPACE}}|Template||[[Category: | + | {{#ifeq:{{NAMESPACE}}|Template||[[Category:{{{clan}}}]] |
[[Category:{{{sect}}}]] | [[Category:{{{sect}}}]] | ||
− | [[Category:{{{city}}} Masquerade]] | + | [[Category:{{{city}}} Masquerade]]}} |
</includeonly> | </includeonly> |
Latest revision as of 13: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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Your character name
| String | required |
Pronouns | pronouns | Preferred pronouns for PC
| String | suggested |
Image | image | Filename of an uploaded character image
| String | suggested |
Clan | clan | Vampire Clan.
| String | suggested |
Sect | sect | Vampire Sect.
| String | suggested |
City | city | In-Character City
| String | suggested |
Player | player | Player Name, either a link to an email or a user page
| String | suggested |
{{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 | |
Pronouns: | he/him |
---|---|
Clan: | Clan Brujah |
Sect: | The Camarilla |
City: | YourTown, XY |
Player: | Your Name |