Template:Job Board Post: Difference between revisions
Malcolmmcc (talk | contribs) No edit summary |
Malcolmmcc (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
|dateCreated | |dateCreated | ||
}} | }} | ||
</noinclude><includeonly> | </noinclude> | ||
<includeonly> | |||
[[Category:Jobs]] | [[Category:Jobs]] | ||
<data table="Jobs"> | <data table="Jobs"> | ||
Line 64: | Line 65: | ||
</div> | </div> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"position": { | |||
"label": "Job Title", | |||
"description": "What is this persons role?", | |||
"example": "Executive Coordinator ", | |||
"type": "string", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"group": { | |||
"label": "Group Name", | |||
"description": "The group this person is a part of. Double brackets link this to your group's wiki page.", | |||
"example": "[[Stargazing Club]]", | |||
"type": "wiki-page-name", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"logo": { | |||
"label": "Logo", | |||
"description": "Name of the file of your logo. ", | |||
"example": "pubmers_logo.png", | |||
"type": "wiki-file-name" | |||
}, | |||
"category": { | |||
"label": "Category", | |||
"description": "There are x5 types: Committee, Design Team, Club, EUS, Other", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"deadline": { | |||
"label": "Application Deadline", | |||
"description": "When is the application due?", | |||
"example": "YYYY-MM-DD", | |||
"type": "date", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"appLink": { | |||
"label": "Application Link", | |||
"description": "The link to the application, include additional info in the description", | |||
"example": "https://docs.google.com/forms/d/pl3zH1r3m3", | |||
"type": "url" | |||
}, | |||
"description": { | |||
"label": "Job Description", | |||
"description": "You can use wikitext here! Include submission instructions if different", | |||
"example": "Pumber's Candles are hiring! As a candle taste tester, you are expected to be able to work independently, communicate well, and eat candles.", | |||
"type": "string", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"workload": { | |||
"label": "Estimated Workload", | |||
"description": "Leave blank if nothing. Estimated Workload (Xhr/week)", | |||
"example": "4.2 hrs/week", | |||
"type": "string", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"duration": { | |||
"label": "Length of Term", | |||
"description": "No fixed format here, avoid writing more than a sentence", | |||
"example": "Sept 2019 - May 2020", | |||
"type": "date", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"pay": { | |||
"label": "Pay / Remuneration", | |||
"description": "Leave Blank if no pay", | |||
"example": "$13/hr", | |||
"type": "string", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"skills": { | |||
"label": "List of Desired traits", | |||
"description": "Comma separated or bullets. Start each line with * for bullet points", | |||
"example": "Saucey, good at writing job descriptions, experience in circus arts", | |||
"type": "string", | |||
"required": true, | |||
"suggested": true | |||
} | |||
}, | |||
"description": "{{Documentation|}}", | |||
"paramOrder": [ | |||
"position", | |||
"group", | |||
"category", | |||
"logo", | |||
"description", | |||
"appLink", | |||
"deadline", | |||
"workload", | |||
"duration", | |||
"pay", | |||
"skills" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |