Difference between revisions of "Template:Sidebar PC Masquerade"
Jump to navigation
Jump to search
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
− | + | See [[:Category:VTM Clans|VTM Clans]] and [[:Category:VTM Sects|VTM Sects]] for available clans and sects. | |
− | |||
− | <pre>{{ | + | <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>{| | + | <includeonly> |
− | | | + | {{Sidebox |
− | | | + | |name={{{name|}}} |
− | | | + | |image={{{image|}}} |
− | + | |box_header=Masquerade Character | |
− | | [[:Category: | + | |label1=Pronouns |
− | | | + | |data1={{#if: {{{pronouns|}}} | {{{pronouns|}}}|}} |
− | + | |label2=Clan | |
− | | [[:Category:{{{sect}}}|{{{sect}}}]] | + | |data2={{#if: {{{clan|}}} | [[:Category:{{{clan}}}|{{{clan}}}]]|}} |
− | | | + | |label3=Sect |
− | + | |data3={{#if: {{{sect|}}}| [[:Category:{{{sect}}}|{{{sect}}}]]|}} | |
− | | [[:Category:{{{city}}} Masquerade|{{{city}}}]] | + | |label4=City |
− | | | + | |data4={{#if: {{{city|}}} | [[:Category:{{{city}}} Masquerade|{{{city}}}]]|}} |
− | + | |label5=Player | |
− | | {{{player}}} | + | |data5={{{player|}}} |
− | + | }} | |
− | [[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 |