Template:CandidateInformation: Difference between revisions
From Artisans Asylum Wiki
Acharlwood (talk | contribs) No edit summary |
Acharlwood (talk | contribs) mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
| colspan="2" class="infobox-subtitle" | Contact Info | | colspan="2" class="infobox-subtitle" | Contact Info | ||
|- | |- | ||
| | | class="infobox-rowheader" | Email: || [mailto:{{{email_address}}} {{{email_address}}}] | ||
|- | |- | ||
|} | |} | ||
<includeonly>[[Category:Elections]]</includeonly> | <includeonly>[[Category:Elections]]</includeonly> | ||
Line 32: | Line 24: | ||
==Usage== | ==Usage== | ||
You can fill out this template to create a candidate page if you are running for a member-elected position on the Board of Directors. | You can fill out this template to create a quickly scannable content block on a candidate page if you are running for a member-elected position on the Board of Directors. | ||
==Example== | ==Example== | ||
Line 44: | Line 36: | ||
|board_role = Board Member | |board_role = Board Member | ||
|email_address = info@joewight.com | |email_address = info@joewight.com | ||
|} | |} | ||
Line 95: | Line 85: | ||
"required": true, | "required": true, | ||
"description": "Your e-mail address", | "description": "Your e-mail address", | ||
"aliases": ["1"] | "aliases": ["1"] | ||
} | } |
Latest revision as of 15:15, 22 November 2024
{{{name}}} | |
---|---|
[[File:{{{image}}}|thumb|250px|{{{caption}}}]] | |
General Info | |
Election Year | {{{electionyear}}} |
Board Role | {{{board_role}}} |
Contact Info | |
Email: | {{{email_address}}} |
Usage
You can fill out this template to create a quickly scannable content block on a candidate page if you are running for a member-elected position on the Board of Directors.
Example
{{CandidateInformation |name = Puppy |image = Puppy_(Joe_Wight).png |caption = Working with the ShopBot |electionyear = 2022 |board_role = Board Member |email_address = info@joewight.com |}
Adds an easily scannable information block to a candidate for a member-elected board position.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name 1 | Your name | String | required |
Image file name | image 1 | A picture of you (optional)
| File | optional |
Image caption | caption 1 | Caption for your picture | String | optional |
Election year | electionyear 1 | The election year that you are running in
| String | required |
Board role | board_role 1 | The member-elected board role you are running for (Board Member or Member Liason)
| String | required |
Email address | email_address 1 | Your e-mail address | String | required |