Template:VSF Position: Difference between revisions

From Portland NET Wiki
Jump to navigation Jump to search
try to do the Mission Area color changes
add Lead Agency and Active NET Required
Line 1: Line 1:
{|class="wikitable" style="width: 50%"
{|class="wikitable" style="width: 50%"
|-
|-
|style="background: #13135a; color: white" width="105px"|'''Position ID''' <sup>'''[[PBEM Volunteer Position Descriptions#Position ID|※]]'''</sup>
| 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'''
| style="background: #13135a; color: white" width="25%" |'''Mission Area'''
|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|}}},|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|}}},|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="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'''
| colspan=3 style="background: white; padding: 10px" |{{{agency|Portland Bureau of Emergency Management}}}
|-
| style="background: #13135a; color: white" width="105px" |'''Active NET Required?'''
| colspan=3 style="background: white; padding: 10px" |{{#ifeq:{{{net_required|no}}}|yes|Yes|No; this position is available to [[Affiliated Team Volunteers (ATVs)|ATVs]].}}
|}
|}
<noinclude>
<noinclude>
Line 30: Line 36:
"recovery"
"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"
}
}
},
},

Revision as of 15:56, 9 January 2026

Position ID VSF XX.XX.XX: XXXXXXXXX
Mission Area Preparedness Response Recovery
Lead Agency Portland Bureau of Emergency Management
Active NET Required? No; this position is available to ATVs.

Table of VSF stats

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Position IDid

The position ID indicates which VSF a position is assigned to, what subsection of the VSF, and the position's formal title.

Default
XX.XX.XX: XXXXXXXXX
Example
03.01: Debris Clearance
Stringoptional
Mission Areaarea

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.

Suggested values
preparedness response recovery
Example
response,recovery
Stringoptional
Lead Agencyagency

This is almost always PBEM, but there are occasional exceptions. Please ask PBEM if you're not sure.

Default
Portland Bureau of Emergency Management
Stringoptional
Active NET Required?net_required

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.

Suggested values
yes no
Default
no
Stringoptional