Template:Neighborhood: Difference between revisions
From Portland NET Wiki
use default layout, consuming less vertical space, especially important for multi-neighborhood team pages |
support city of Maywood Park, which is not a "neighborhood" |
||
| Line 1: | Line 1: | ||
<infobox> | <infobox> | ||
<title source="name"> | <title source="name"> | ||
<format>{{{name}}} Neighborhood</format> | <format>{{{name}}} {{{type|Neighborhood}}}</format> | ||
<default>{{SUBPAGENAME}} Neighborhood</default> | <default>{{SUBPAGENAME}} {{{type|Neighborhood}}}</default> | ||
</title> | </title> | ||
<data source="district"> | <data source="district"> | ||
| Line 74: | Line 74: | ||
"type": "string", | "type": "string", | ||
"default": "{{SUBPAGENAME}} Neighborhood" | "default": "{{SUBPAGENAME}} Neighborhood" | ||
}, | |||
"areatype": { | |||
"label": "areatype", | |||
"description": "Used when the area isn't technically a \"neighborhood.\"", | |||
"example": "(City)", | |||
"type": "string", | |||
"default": "Neighborhood" | |||
} | } | ||
}, | }, | ||
| Line 84: | Line 91: | ||
"schools", | "schools", | ||
"population", | "population", | ||
"firestations" | "firestations", | ||
"areatype" | |||
] | ] | ||
} | } | ||
