Template:SidebarJob
{{#invoke:Sidebar|sidebar}}
View the source of this page to see how to use this sidebar. Here's wikipedia's explanation: https://en.wikipedia.org/wiki/Template:Sidebar
An example:
{{#invoke:Sidebar|sidebar}}
<templatedata>
{
"params": {
"jobname": {
"label": "Job Name",
"description": "The name of the job in question",
"type": "string",
"required": true
},
"img_file": {
"label": "Image",
"description": "The image to display on the job",
"example": "Colony_Director.png",
"type": "wiki-file-name",
"suggested": true
},
"tagline": {
"label": "Tagline",
"description": "Small blurb under the image",
"type": "string",
"suggested": true
},
"department": {
"label": "Department",
"description": "Which department the job is in",
"example": "Engineering",
"type": "string",
"suggested": true
},
"access": {
"label": "Access",
"description": "What access level/areas the job has",
"example": "Medical area & equipment",
"type": "string",
"suggested": true
},
"duties": {
"label": "Duties",
"description": "What are their responsibilities?",
"example": "Treating patient injuries",
"type": "string",
"suggested": true
},
"supervisors": {
"label": "Supervisors",
"description": "Who are they beholden to?",
"example": "Research Director",
"type": "string",
"suggested": true
},
"difficulty": {
"label": "Difficulty",
"description": "How hard is it to play them/how much attention?",
"example": "Very Hard",
"type": "string",
"suggested": true
},
"alt_titles": {
"label": "Alt-Titles",
"description": "Alternate job titles for this job",
"example": "Security Commander, Chief of Security",
"type": "string",
"suggested": true
}
},
"description": "This sidebar is for use on job pages.",
"paramOrder": [
"jobname",
"img_file",
"tagline",
"alt_titles",
"department",
"access",
"duties",
"supervisors",
"difficulty"
],
"format": "block"
}
</templatedata>