Template:VSF Position: Difference between revisions

From Portland NET Wiki
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"
}
}
},
},