Difference between revisions of "Template:Sidebar PC Masquerade"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | |||
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "name": { | ||
+ | "label": "Name", | ||
+ | "description": "Your character name", | ||
+ | "example": "Billy Brujah", | ||
+ | "type": "string", | ||
+ | "required": true, | ||
+ | "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": "Brujah", | ||
+ | "type": "string", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "sect": { | ||
+ | "label": "Sect", | ||
+ | "description": "Vampire Sect.", | ||
+ | "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> | ||
+ | |||
<noinclude> | <noinclude> | ||
− | + | ||
− | |||
<pre>{{Sidebar_PC_Masquerade | <pre>{{Sidebar_PC_Masquerade |
Revision as of 00:02, 7 July 2019
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 |
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 |image=BillyBrujah.jpg |clan=Brujah |sect=The Camarilla |city=YourTown, XY |player=[[User:YourUsername|Your Name]] }}
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 |
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 |
Billy Brujah | |
Masquerade Character | |
Clan: | Brujah |
---|---|
Sect: | The Camarilla |
City: | YourTown, XY
|