Template:Place: Difference between revisions
From Ghosts of the Golden Gate
Sanfrancisco (talk | contribs) No edit summary |
Sanfrancisco (talk | contribs) No edit summary |
||
(28 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOEDITSECTION__ __NOTOC__ | __NOEDITSECTION__ __NOTOC__ | ||
<div style="width: 33%; float:right; border:1px solid #a2a9b1; padding: 15px; margin:10px; clear:both"> | |||
<div style="width: 33%; float:right; border:1px solid #a2a9b1; padding: 15px; margin:10px clear:both"> | |||
{{#if: {{{idea|}}} | ===The General Idea=== | {{#if: {{{idea|}}} | ===The General Idea=== | ||
{{{idea}}} | {{{idea}}} | ||
Line 13: | Line 11: | ||
}} | }} | ||
{{#if: {{{faction|}}} | ===Related Faction=== | {{#if: {{{faction|}}} | ===Related Faction=== | ||
[[: | [[:{{{faction}}}]] | ||
}} | |||
{{#if: {{{address|}}} | ===Address=== | |||
[[Address::{{{address}}}]] | |||
{{#set: | |||
Location={{#geocode:{{{address}}}|format=dms|directional=yes}} | |||
}} | }} | ||
}} | }} | ||
</div> | {{#if: {{{neighborhood|}}} | ===Is Neighborhood=== | ||
[[Neighborhood::{{{neighborhood}}}]] }} | |||
</div>{{#if: {{{imagename|}}} | [[File:{{{imagename}}}|thumb|right| | |||
{{#if: {{{imagecaption|}}} | {{{imagecaption}}} }}]] | |||
}} | |||
===Description=== | ===Description=== | ||
{{{description}}} | {{{description}}} | ||
<includeonly> | <includeonly> | ||
{{#if: {{{faction|}}} | | |||
[[{{{faction}}}]] | |||
}} | |||
[[Category:Place]] | [[Category:Place]] | ||
{{#default_form:Place}} | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
Line 47: | Line 56: | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"required": true | "required": true | ||
}, | }, | ||
"imagename": { | "imagename": { | ||
Line 66: | Line 70: | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"suggested": true | "suggested": true | ||
}, | |||
"address": { | |||
"label": "Address", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"neighborhood": { | |||
"label": "SFData nhood value", | |||
"description": "See [https://data.sfgov.org/dataset/San-Francisco-Analysis-Neighborhoods/xfcw-9evu]", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
"description": "Notable Place in San Francisco", | "description": "Notable Place in San Francisco", | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"description", | |||
"idea", | |||
"aspects", | |||
"face", | |||
"address", | |||
"neighborhood", | |||
"imagename", | |||
"imagecaption", | |||
"faction" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 08:14, 12 July 2023
Description
{{{description}}}
Notable Place in San Francisco
Parameter | Description | Type | Status | |
---|---|---|---|---|
Description | description | no description | Content | required |
What's the Big Idea? | idea | no description | String | required |
Aspects | aspects | no description | Content | suggested |
The Face of the Place | face | no description | Page name | required |
Address | address | no description | String | suggested |
SFData nhood value | neighborhood | See [https://data.sfgov.org/dataset/San-Francisco-Analysis-Neighborhoods/xfcw-9evu] | String | optional |
Image File Name | imagename | no description | File | suggested |
Image Caption | imagecaption | no description | String | optional |
Related Faction | faction | no description | Page name | suggested |