Template:SidebarJob: Difference between revisions

From VORE Station Wiki
Jump to navigation Jump to search
(Created page with "<noinclude><code></noinclude> {{Sidebar | name = SidebarJob | pretitle = One of many Jobs | title = {{{jobname|Unspecified}}} | image = {{#if:{{{img_file|}}}| File:{{{im...")
 
No edit summary
Line 8: Line 8:
| above = {{{tagline|}}}
| above = {{{tagline|}}}


| heading1 = <hr>Department
| heading1 = {{#if:{{{alt_titles|}}}| <hr>Alt-Titles |}}
| content1 = {{{department|Unknown}}}
| content1 = {{#if:{{{alt_titles|}}}| {{{alt_titles}}} |}}


| heading2 = <hr>Access
| heading2 = <hr>Department
| content2 = {{{access|Unknown}}}
| content2 = {{{department|Unknown}}}


| heading3 = <hr>Duties
| heading3 = <hr>Access
| content3 = {{{duties|Unknown}}}
| content3 = {{{access|Unknown}}}


| heading4 = <hr>Supervisors
| heading4 = <hr>Duties
| content4 = {{{supervisors|Unknown}}}
| content4 = {{{duties|Unknown}}}


| heading5 = <hr>Difficulty
| heading5 = <hr>Supervisors
| content5 = {{{difficulty|Unknown}}}
| content5 = {{{supervisors|Unknown}}}
 
| heading6 = <hr>Difficulty
| content6 = {{{difficulty|Unknown}}}


}}
}}
Line 34: Line 37:
| img_file = Colony_Director.png
| img_file = Colony_Director.png
| tagline = The Head Honcho
| tagline = The Head Honcho
| alt_titles = Overseer, Captain
| department = Command
| department = Command
| access = Everything!
| access = Everything!
Line 95: Line 99:
"description": "How hard is it to play them/how much attention?",
"description": "How hard is it to play them/how much attention?",
"example": "Very Hard",
"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",
"type": "string",
"suggested": true
"suggested": true
}
}
},
},
"description": "This sidebar is for use on job pages."
"description": "This sidebar is for use on job pages.",
"paramOrder": [
"jobname",
"img_file",
"tagline",
"alt_titles",
"department",
"access",
"duties",
"supervisors",
"difficulty"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 20:43, 3 January 2018

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:


This sidebar is for use on job pages.

Template parameters

ParameterDescriptionTypeStatus
Job Namejobname

The name of the job in question

Stringrequired
Imageimg_file

The image to display on the job

Example
Colony_Director.png
Filesuggested
Taglinetagline

Small blurb under the image

Stringsuggested
Alt-Titlesalt_titles

Alternate job titles for this job

Example
Security Commander, Chief of Security
Stringsuggested
Departmentdepartment

Which department the job is in

Example
Engineering
Stringsuggested
Accessaccess

What access level/areas the job has

Example
Medical area & equipment
Stringsuggested
Dutiesduties

What are their responsibilities?

Example
Treating patient injuries
Stringsuggested
Supervisorssupervisors

Who are they beholden to?

Example
Research Director
Stringsuggested
Difficultydifficulty

How hard is it to play them/how much attention?

Example
Very Hard
Stringsuggested