|
|
| Line 1: |
Line 1: |
| <includeonly>
| | [[POI Name::{{{poi_name_txt|}}}]] |
| | [[POI Slug::{{{poi_slug_txt|}}}]] |
| | [[POI Description::{{{poi_description_txt|}}}]] |
|
| |
|
| <!-- ===== Semantic storage (hidden) ===== -->
| | [[POI Latitude::{{{poi_latitude_num|}}}]] |
| | [[POI Longitude::{{{poi_longitude_num|}}}]] |
| | [[POI Region::{{{poi_region_txt|}}}]] |
| | [[POI Altitude (m)::{{{poi_altitude_m_num|}}}]] |
| | [[POI Distance from Start (m)::{{{poi_distance_from_start_m_num|}}}]] |
|
| |
|
| {{#set:
| | [[POI Images::{{{poi_images_arr|}}}]] |
| Has name={{{name|}}}
| | [[POI Tags::{{{poi_tags_arr|}}}]] |
| |Has POI type={{{type|}}}
| | [[POI Route IDs::{{{poi_route_ids_arr|}}}]] |
| |Has latitude={{{latitude|}}}
| |
| |Has longitude={{{longitude|}}}
| |
| |Has elevation={{{elevation|}}}
| |
| |Has address={{{address|}}}
| |
| |Has town={{{town|}}}
| |
| |Has country={{{country|}}}
| |
| |Has short description={{{short_description|}}}
| |
| |Has description={{{description|}}}
| |
| |Has version={{{version|}}}
| |
| |Has language={{{language|}}}
| |
| }}
| |
| | |
| {{#arraymap:{{{routes|}}}|,|x|{{#set:Is on route=x}}|}}
| |
| {{#arraymap:{{{tags|}}}|,|x|{{#set:Has tag=x}}|}}
| |
|
| |
|
| [[Category:POI]] | | [[Category:POI]] |
|
| |
| <!-- ===== Display (Wikipedia-style) ===== -->
| |
|
| |
| {{#if:{{{primary_image|}}}|
| |
| [[File:{{{primary_image}}}|thumb|right|300px|{{{name}}}]]
| |
| }}
| |
|
| |
| <p><strong>{{{name}}}</strong> is a {{{type|point of interest}}}{{#if:{{{town|}}}| in {{{town}}}}}{{#if:{{{country|}}}|, {{{country}}}}}.</p>
| |
|
| |
| {{#if:{{{short_description|}}}|
| |
| <p>{{{short_description}}}</p>
| |
| }}
| |
|
| |
| == Overview ==
| |
| {{{description}}}
| |
|
| |
| == Location ==
| |
| * Coordinates: {{{latitude}}}, {{{longitude}}}
| |
| {{#if:{{{elevation|}}}|* Elevation: {{{elevation}}} m}}
| |
| {{#if:{{{address|}}}|* Address: {{{address}}}}}
| |
| {{#if:{{{town|}}}|* Town: {{{town}}}}}
| |
| {{#if:{{{country|}}}|* Country: {{{country}}}}}
| |
|
| |
| {{#if:{{{routes|}}}|* Routes: {{{routes}}}}}
| |
| {{#if:{{{tags|}}}|* Tags: {{{tags}}}}}
| |
|
| |
| <!-- Way-specific sections will be appended below manually or via system -->
| |
|
| |
| {{{way_sections|}}}
| |
|
| |
| </includeonly>
| |
|
| |
| <noinclude>
| |
| Canonical POI template for ManyWays product records.
| |
|
| |
| Fields:
| |
| name
| |
| type
| |
| short_description
| |
| description
| |
| primary_image
| |
| latitude
| |
| longitude
| |
| elevation
| |
| address
| |
| town
| |
| country
| |
| routes (comma separated)
| |
| tags (comma separated)
| |
| version
| |
| language
| |
| way_sections
| |
|
| |
| </noinclude>
| |