Template:SidebarJob

From Hammerfall Wiki
Revision as of 12:45, 16 August 2023 by Possum (talk | contribs) (Created page with "<noinclude><code></noinclude> {{Sidebar | name = SidebarJob | pretitle = One of many Jobs | title = {{{jobname|Unspecified}}} | image = {{#if:{{{img_file|}}}| <div class='smallpic'>[[File:{{{img_file}}}|64px]]</div> | }} | above = {{{tagline|}}} | heading1 = {{#if:{{{alt_titles|}}}| <hr>Alt-Titles |}} | content1 = {{#if:{{{alt_titles|}}}| {{{alt_titles}}} |}} | heading2 = <hr>Department | content2 = {{{department|Unknown}}} | heading3 = <hr>Access | content3 = {{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template: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:

Template: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 }, "guide": { "label": "Job Guides", "description": "How do I do this job?", "example": "Guide to Hacking, Guide to Robotics", "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", "guide" ], "format": "block" } </templatedata>