Template:Neighborhood: Difference between revisions
Jump to navigation
Jump to search
remove quadrant based on PBEM review |
add beecn parameter |
||
| Line 22: | Line 22: | ||
<data source="firestations"> | <data source="firestations"> | ||
<label>Fire Stations</label> | <label>Fire Stations</label> | ||
</data> | |||
<data source="beecn"> | |||
<label>Nearby BEECN Sites</label> | |||
<format>{{{beecn}}} [[https://www.portland.gov/pbem/about-beecn more information]]</format> | |||
</data> | </data> | ||
</infobox><noinclude> | </infobox><noinclude> | ||
| Line 69: | Line 73: | ||
"type": "string", | "type": "string", | ||
"default": "Neighborhood" | "default": "Neighborhood" | ||
}, | |||
"beecn": { | |||
"label": "Nearby BEECN Sites", | |||
"example": "* SE-34 (Col. Summers Park)", | |||
"type": "content" | |||
} | } | ||
}, | }, | ||
| Line 79: | Line 88: | ||
"population", | "population", | ||
"firestations", | "firestations", | ||
"areatype" | "areatype", | ||
"beecn" | |||
] | ] | ||
} | } | ||
Revision as of 11:10, 9 May 2025
Display some neighborhood statistics. When a single combined NET team serves multiple neighborhoods, use this template multiple times on the Team page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of a single neighborhood. Optional for single-neighborhood NETs. With a multi-neighborhood NET, use this parameter to label each individual neighborhood.
| String | optional |
| District | district | City Council district
| Number | optional |
| Schools | schools | Wikitext listing schools in the neighborhood
| Content | optional |
| Population | population | Wikitext displaying the population and source
| Content | optional |
| Firestations | firestations | Wikitext listing any fire stations in the neighborhood
| Content | optional |
| areatype | areatype | Used when the area isn't technically a "neighborhood."
| String | optional |
| Nearby BEECN Sites | beecn | no description
| Content | optional |
Example:
{{neighborhood
| population = 1,234
| district = 4
| schools =
* A Preschool
* An Elementary School
| firestations =
* PF&R Station 99
}}