Template:VSF Position: Difference between revisions
From Portland NET Wiki
initial content |
m HollisBlanchard moved page Template:VSF Stats to Template:VSF Position without leaving a redirect |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{|class="wikitable" style="width: 50%" | {|class="wikitable" style="width: 50%" | ||
|- | |- | ||
|style="background: #13135a; color: white" width="105px"|'''Position ID | | style="background: #13135a; color: white" width="105px"|'''Position ID <sup>[[PBEM Volunteer Position Descriptions#Position ID|※]]</sup>''' | ||
|colspan=3 style="text-align: center; background: #13135a; color: white"|<big>'''VSF {{{id|XX.XX.XX: XXXXXXXXX}}}'''</big> | | colspan=3 style="text-align: center; background: #13135a; color: white"|<big>'''VSF {{{id|XX.XX.XX: XXXXXXXXX}}}'''</big> | ||
|+ | |||
| style="background: #13135a; color: white" width="25%" |'''Mission Area <sup>[[PBEM Volunteer Position Descriptions#Cycle Position|※]]</sup>''' | |||
| style="text-align: center; {{#ifeq:{{#invoke:String|find|,{{{area|}}},|preparedness}}|0|background: darkgray; color: gainsboro|background: firebrick; color: white}}" width="25%"|'''<big>Preparedness</big>''' | |||
| style="text-align: center; {{#ifeq:{{#invoke:String|find|,{{{area|}}},|response}}|0|background: darkgray; color: gainsboro|background: firebrick; color: white}}" width="25%"|'''<big>Response</big>''' | |||
| style="text-align: center; {{#ifeq:{{#invoke:String|find|,{{{area|}}},|recovery}}|0|background: darkgray; color: gainsboro|background: firebrick; color: white}}" width="25%"|'''<big>Recovery</big>''' | |||
|- | |||
| style="background: #13135a; color: white" width="105px" |'''Lead Agency <sup>[[PBEM Volunteer Position Descriptions#Lead Agency|※]]</sup>''' | |||
| colspan=3 style="background: white; padding: 10px" |{{{agency|Portland Bureau of Emergency Management}}} | |||
|- | |||
| style="background: #13135a; color: white" width="105px" |'''Active NET Required? <sup>[[PBEM Volunteer Position Descriptions#Active NET Required?|※]]</sup>''' | |||
| colspan=3 style="padding: 10px" |{{#ifeq:{{{net_required|no}}}|yes|Yes|No; this position is available to [[Affiliated Team Volunteers (ATVs)|ATVs]].}} | |||
|- | |||
| style="background: #13135a; color: white" width="105px" |'''Structure <sup>[[PBEM Volunteer Position Descriptions#Structure|※]]</sup>''' | |||
| colspan=3 style="background: white; padding: 10px" |{{{structure|}}} | |||
|- | |||
| style="background: #13135a; color: white" width="105px" |'''Relevant Knowledge, Skills, Abilities <sup>[[PBEM Volunteer Position Descriptions#Relevant Knowledge, Skills, Abilities|※]]</sup>''' | |||
| colspan=3 style="padding: 10px" |{{{skills|}}} | |||
|- | |||
|style="background: #13135a; color: white" width="105px"|'''Licenses and Certifications <sup>[[PBEM Volunteer Position Descriptions#Licenses and Certifications|※]]</sup>''' | |||
|colspan=3 style="background: white; padding: 10px"|{{{certifications|}}} | |||
|- | |||
| style="background: #13135a; color: white" width="105px" |'''Currency <sup>[[PBEM Volunteer Position Descriptions#Currency|※]]</sup>''' | |||
| colspan=3 style="padding: 10px" |{{{currency|}}} | |||
Required to complete a [[Background Checks|criminal background check]] at PBEM's expense every three years. | |||
|- | |||
| style="background: #13135a; color: white" width="105px" |'''Physical Requirements <sup>[[PBEM Volunteer Position Descriptions#Physical Requirements|※]]</sup>''' | |||
| colspan=3 style="background: white; padding: 10px" |{{{physical|}}} | |||
|- | |||
| style="background: #13135a; color: white" width="105px" |'''Task Book <sup>[[PBEM Volunteer Position Descriptions#Task Book|※]]</sup>''' | |||
| colspan=3 style="padding: 10px" |{{{taskbook|None at this time.}}} | |||
|- | |||
| style="background: #13135a; color: white" width="105px" |'''PPE and Recommended Equipment <sup>[[PBEM Volunteer Position Descriptions#PPE and Recommended Equipment|※]]</sup>''' | |||
| colspan=3 style="background: white; padding: 10px" |{{{equipment|}}} | |||
|- | |||
| style="background: #13135a; color: white" width="105px" |'''Forms <sup>[[PBEM Volunteer Position Descriptions#Forms|※]]</sup>''' | |||
| colspan=3 style="padding: 10px" |{{{forms|}}} | |||
|- | |||
| style="background: #13135a; color: white" width="105px" |'''Updated <sup>[[PBEM Volunteer Position Descriptions#Updated|※]]</sup>''' | |||
| colspan=3 style="background: white; padding: 10px" |{{{updated|}}} | |||
|- | |||
| style="background: #13135a; color: white" width="105px" |'''Released <sup>[[PBEM Volunteer Position Descriptions#Released|※]]</sup>''' | |||
| colspan=3 style="padding: 10px" |{{{released|}}} | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
| Line 14: | Line 57: | ||
"default": "XX.XX.XX: XXXXXXXXX", | "default": "XX.XX.XX: XXXXXXXXX", | ||
"description": "The position ID indicates which VSF a position is assigned to, what subsection of the VSF, and the position's formal title." | "description": "The position ID indicates which VSF a position is assigned to, what subsection of the VSF, and the position's formal title." | ||
}, | |||
"area": { | |||
"label": "Mission Area", | |||
"description": "Mission Area indicates whether the position has a disaster preparedness role, a response role, a recovery role, or a combination of those three on the Disaster Management Cycle. For example, someone confirmed to provide mental health first aid would have a response role. However, those skills are also needed during the Recovery phase of a disaster. It is important to note that this portion of the Position Description does not commit a volunteer to a specific part of the Disaster Management Cycle. It only indicates what the possibilities are. ", | |||
"example": "response,recovery", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"preparedness", | |||
"response", | |||
"recovery" | |||
] | |||
}, | |||
"agency": { | |||
"label": "Lead Agency", | |||
"description": "This is almost always PBEM, but there are occasional exceptions. Please ask PBEM if you're not sure.", | |||
"type": "string", | |||
"default": "Portland Bureau of Emergency Management" | |||
}, | |||
"net_required": { | |||
"label": "Active NET Required?", | |||
"description": "The majority of volunteer position descriptions are open to ATVs. Whether or not the one you are working on is should be clearly indicated in the VSF Directory.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"yes", | |||
"no" | |||
], | |||
"default": "no" | |||
}, | |||
"structure": { | |||
"label": "Structure", | |||
"description": "Describes span of control and chain of command for the volunteer position.", | |||
"example": "The fire station ARO is part of a BEECN Cohort, and the volunteer reports to the BEECN Coordinator for their assigned fire station.", | |||
"type": "content" | |||
}, | |||
"skills": { | |||
"label": "Relevant Knowledge, Skills, Abilities", | |||
"description": "A list of ideal qualities and knowledge that a candidate for the volunteer position possesses. However, the purpose of listing them is to give volunteers a better idea of the expectations associated with the role. They are not intended as prescriptive.", | |||
"type": "content" | |||
}, | |||
"certifications": { | |||
"label": "Licenses and Certifications", | |||
"description": "Any licenses or certifications required OR recommended for this volunteer position.", | |||
"type": "content" | |||
}, | |||
"currency": { | |||
"label": "Currency", | |||
"description": "How often they need to renew training or certifications, and/or contact with their team or team leader. In other words, indicates how often a volunteer must renew training and/or knowledge in order to be deployable in this volunteer position.", | |||
"type": "content", | |||
"default": "Required to complete a criminal background check at PBEM's expense every three years." | |||
}, | |||
"physical": { | |||
"label": "Physical Requirements", | |||
"description": "More detailed knowledge on the physical expectations associated with completing the position's key responsibilities.", | |||
"example": "A volunteer must be inside a 20-minute walk or bike ride of the fire station they are assigned to. ", | |||
"type": "content" | |||
}, | |||
"taskbook": { | |||
"label": "Task Book", | |||
"description": "If a task book is available for this volunteer position, it will be linked here. Not every position has a task book.", | |||
"type": "wiki-page-name", | |||
"default": "None at this time." | |||
}, | |||
"equipment": { | |||
"label": "PPE and Required Equipment", | |||
"description": "Any required personal protective equipment (PPE) associated with deploying in this volunteer position, and any relevant equipment that facilitates completing volunteer responsibilities.", | |||
"type": "content" | |||
}, | |||
"forms": { | |||
"label": "Forms", | |||
"description": "Forms that a volunteer in the position should be familiar with and know how to complete.", | |||
"type": "content" | |||
}, | |||
"updated": { | |||
"label": "Updated", | |||
"description": "Indicates by date the last time anything in the position description was changed.", | |||
"type": "content" | |||
}, | |||
"released": { | |||
"label": "Released", | |||
"description": "Indicates by date when the position was first released and published.", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
