Template:SidebarJob: Difference between revisions
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 |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
| pretitle = One of many [[Jobs]] | | pretitle = One of many [[Jobs]] | ||
| title = {{{jobname|Unspecified}}} | | title = {{{jobname|Unspecified}}} | ||
| image = {{#if:{{{img_file|}}}| [[File:{{{img_file}}}|64px]] | }} | | image = {{#if:{{{img_file|}}}| <div class='smallpic'>[[File:{{{img_file}}}|64px]]</div> | }} | ||
| above = {{{tagline|}}} | | above = {{{tagline|}}} | ||
| heading1 = <hr> | | heading1 = {{#if:{{{alt_titles|}}}| <hr>Alt-Titles |}} | ||
| content1 = {{{ | | content1 = {{#if:{{{alt_titles|}}}| {{{alt_titles}}} |}} | ||
| heading2 = <hr> | | heading2 = <hr>Department | ||
| content2 = {{{ | | content2 = {{{department|Unknown}}} | ||
| heading3 = <hr> | | heading3 = <hr>Access | ||
| content3 = {{{ | | content3 = {{{access|Unknown}}} | ||
| heading4 = <hr> | | heading4 = <hr>Duties | ||
| content4 = {{{ | | content4 = {{{duties|Unknown}}} | ||
| heading5 = <hr>Difficulty | | heading5 = <hr>Supervisors | ||
| | | 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" | |||
], | |||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 20:11, 3 January 2018
One of many Jobs Unspecified
Department
Unknown
Access
Unknown
Duties
Unknown
Supervisors
Unknown
Difficulty
Unknown
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:
One of many Jobs |
Colony Director |
---|
The Head Honcho |
Alt-Titles |
Overseer, Captain |
Department |
Command |
Access |
Everything! |
Duties |
Ensure the station remains "afloat". Keep the crew alive, delegate effectively, and keep the research going. |
Supervisors |
Corporate Regulations, CentCom, and NanoTrasen Officials |
Difficulty |
Very Hard |
This sidebar is for use on job pages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Job Name | jobname | The name of the job in question | String | required |
Image | img_file | The image to display on the job
| File | suggested |
Tagline | tagline | Small blurb under the image | String | suggested |
Alt-Titles | alt_titles | Alternate job titles for this job
| String | suggested |
Department | department | Which department the job is in
| String | suggested |
Access | access | What access level/areas the job has
| String | suggested |
Duties | duties | What are their responsibilities?
| String | suggested |
Supervisors | supervisors | Who are they beholden to?
| String | suggested |
Difficulty | difficulty | How hard is it to play them/how much attention?
| String | suggested |