Template:Neighborhood: Difference between revisions
From Portland NET Wiki
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" | |||
] | ] | ||
} | } | ||
