Jump to content
Toggle sidebar
ManyWays
Search
Create account
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Talk
Contributions
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information
Editing
Template:POI
Template
Discussion
English
Read
Edit source
View history
More
Read
Edit source
View history
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<noinclude> Master POI template. Stores schema data + renders public page. </noinclude> <!-- ===================== --> <!-- SEMANTIC DATA STORAGE --> <!-- ===================== --> {{#set: | POI schema type = {{{poi_schema_type|}}} | POI ID = {{{poi_id_txt|}}} | POI Name = {{{poi_name_txt|}}} | POI Slug = {{{poi_slug_txt|}}} | POI Description = {{{poi_description_txt|}}} | 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|}}} | POI Images = {{{poi_images_arr|}}} | POI Tags = {{{poi_tags_arr|}}} | POI Route IDs = {{{poi_route_ids_arr|}}} <!-- All other schema fields stored raw (no rendering) --> | POI Population = {{{poi_population_num|}}} | POI Has Albergue = {{{poi_has_albergue_bool|}}} | POI Has Pharmacy = {{{poi_has_pharmacy_bool|}}} | POI Has Supermarket = {{{poi_has_supermarket_bool|}}} | POI Has Medical = {{{poi_has_medical_bool|}}} | POI Quiet Level = {{{poi_quiet_level_num|}}} | POI Services Available = {{{poi_services_available_arr|}}} | POI From Town = {{{poi_from_town_txt|}}} | POI To Town = {{{poi_to_town_txt|}}} | POI Distance (km) = {{{poi_distance_km_num|}}} | POI Elevation Gain (m) = {{{poi_elevation_gain_m_num|}}} | POI Elevation Loss (m) = {{{poi_elevation_loss_m_num|}}} | POI Difficulty = {{{poi_difficulty_txt|}}} | POI Surface Type = {{{poi_surface_type_txt|}}} | POI Waypoints = {{{poi_waypoints_arr|}}} | POI Water Available = {{{poi_water_available_bool|}}} | POI Shade Level = {{{poi_shade_level_num|}}} | POI Notes = {{{poi_notes_txt|}}} | POI Accommodation Type = {{{poi_accommodation_type_txt|}}} | POI Price Min = {{{poi_price_min_num|}}} | POI Price Max = {{{poi_price_max_num|}}} | POI Currency = {{{poi_currency_txt|}}} | POI Beds Total = {{{poi_beds_total_num|}}} | POI Private Rooms = {{{poi_private_rooms_num|}}} | POI Shared Rooms = {{{poi_shared_rooms_num|}}} | POI Opening Months = {{{poi_opening_months_arr|}}} | POI Check-in Time = {{{poi_check_in_time_txt|}}} | POI Check-out Time = {{{poi_check_out_time_txt|}}} | POI Booking Required = {{{poi_booking_required_bool|}}} | POI Contact Phone = {{{poi_contact_phone_txt|}}} | POI Website = {{{poi_website_txt|}}} | POI Pet Friendly = {{{poi_pet_friendly_bool|}}} | POI WiFi Available = {{{poi_wifi_available_bool|}}} | POI Transport Type = {{{poi_transport_type_txt|}}} | POI Bus Lines = {{{poi_bus_lines_arr|}}} | POI Train Lines = {{{poi_train_lines_arr|}}} | POI Taxi Available = {{{poi_taxi_available_bool|}}} | POI Bike Transport = {{{poi_bike_transport_bool|}}} | POI Medical Type = {{{poi_medical_type_txt|}}} | POI Emergency Available = {{{poi_emergency_available_bool|}}} | POI Languages Spoken = {{{poi_languages_spoken_arr|}}} | POI Service Type = {{{poi_service_type_txt|}}} | POI Opening Hours = {{{poi_opening_hours_txt|}}} | POI Seasonal = {{{poi_seasonal_bool|}}} | POI Food Type = {{{poi_food_type_txt|}}} | POI Serves Breakfast = {{{poi_serves_breakfast_bool|}}} | POI Serves Lunch = {{{poi_serves_lunch_bool|}}} | POI Serves Dinner = {{{poi_serves_dinner_bool|}}} | POI Serves Alcohol = {{{poi_serves_alcohol_bool|}}} | POI Pilgrim Menu Available = {{{poi_pilgrim_menu_available_bool|}}} | POI Price Range = {{{poi_price_range_txt|}}} | POI Dietary Options = {{{poi_dietary_options_arr|}}} | POI Shop Type = {{{poi_shop_type_txt|}}} | POI Period = {{{poi_period_txt|}}} | POI Year Built = {{{poi_year_built_num|}}} | POI Year Abandoned = {{{poi_year_abandoned_num|}}} | POI Historical Theme = {{{poi_historical_theme_txt|}}} | POI UNESCO Status = {{{poi_unesco_status_bool|}}} | POI Entry Required = {{{poi_entry_required_bool|}}} | POI Religion = {{{poi_religion_txt|}}} | POI Site Type = {{{poi_site_type_txt|}}} | POI Mass Times = {{{poi_mass_times_txt|}}} | POI Confession Available = {{{poi_confession_available_bool|}}} | POI Relics Present = {{{poi_relics_present_bool|}}} | POI Quiet Hours = {{{poi_quiet_hours_txt|}}} | POI Culture Type = {{{poi_culture_type_txt|}}} | POI Events = {{{poi_events_arr|}}} | POI Museum Type = {{{poi_museum_type_txt|}}} | POI Entry Price = {{{poi_entry_price_num|}}} | POI Free Days = {{{poi_free_days_arr|}}} | POI Nature Type = {{{poi_nature_type_txt|}}} | POI Protected Area = {{{poi_protected_area_bool|}}} | POI Access Difficulty = {{{poi_access_difficulty_txt|}}} | POI Best Season = {{{poi_best_season_txt|}}} | POI Farm Type = {{{poi_farm_type_txt|}}} | POI Visits Allowed = {{{poi_visits_allowed_bool|}}} | POI Products = {{{poi_products_arr|}}} | POI Workspace Type = {{{poi_workspace_type_txt|}}} | POI WiFi Speed = {{{poi_wifi_speed_num|}}} | POI Power Available = {{{poi_power_available_bool|}}} | POI Day Pass Available = {{{poi_day_pass_available_bool|}}} | POI Price = {{{poi_price_num|}}} }} <!-- ===================== --> <!-- HERO SECTION --> <!-- ===================== --> <div class="poi-hero"> <div class="poi-hero-image"> {{#if: {{{poi_images_arr|}}} | [[File:{{#explode:{{{poi_images_arr}}}|,|0}}|400px]] }} </div> <div class="poi-hero-text"> <h1>{{{poi_name_txt}}}</h1> <div class="poi-description"> {{{poi_description_txt}}} </div> </div> </div> <hr/> <!-- ===================== --> <!-- TYPE SPECIFIC RENDER --> <!-- ===================== --> {{#switch: {{{poi_schema_type}}} | food_place = {{POI_View_Food_Place}} | accommodation = {{POI_View_Accommodation}} | town = {{POI_View_Town}} | transport_stop = {{POI_View_Transport}} | medical_place = {{POI_View_Medical}} | service_point = {{POI_View_Service}} | shop = {{POI_View_Shop}} | historical_site = {{POI_View_Historical}} | religious_site = {{POI_View_Religious}} | cultural_site = {{POI_View_Cultural}} | museum = {{POI_View_Museum}} | natural_site = {{POI_View_Natural}} | agricultural_site = {{POI_View_Agricultural}} | workspace = {{POI_View_Workspace}} | animal_service = {{POI_View_AnimalService}} | special_interest = {{POI_View_SpecialInterest}} | #default = <div class="poi-warning">Unknown POI schema type</div> }} [[Category:POI]]
Summary:
Please note that all contributions to ManyWays may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
ManyWays:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)