Difference between revisions of "Template:Sidebar PC Masquerade"
Jump to navigation
Jump to search
| (13 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. |
| − | + | ||
| + | <templatedata> | ||
| + | { | ||
| + | "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 | <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=Camarilla | + | |sect=The Camarilla |
|city=YourTown, XY | |city=YourTown, XY | ||
|player=[[User:YourUsername|Your Name]] | |player=[[User:YourUsername|Your Name]] | ||
| Line 15: | 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=Camarilla | + | |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> | <includeonly> | ||
| Line 27: | 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:{{{clan}}}]] | ||
| + | [[Category:{{{sect}}}]] | ||
| + | [[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 |