Template:POI: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{ | |||
| | {{#set: | ||
| | POI Name={{{name|}}} | ||
| region | | POI Slug={{{slug|}}} | ||
| | | POI Description={{{description|}}} | ||
| | | POI Latitude={{{latitude|}}} | ||
| | | POI Longitude={{{longitude|}}} | ||
| POI Region={{{region|}}} | |||
| POI Altitude (m)={{{altitude_m|}}} | |||
| POI Distance from Start (m)={{{distance_from_start_m|}}} | |||
| POI Images={{{images|}}} | |||
| POI Tags={{{tags|}}} | |||
| POI Route IDs={{{route_ids|}}} | |||
}} | }} | ||
{{{ | <!-- Lead --> | ||
'''{{{name}}}''' is a point of interest. | |||
{{#if:{{{description|}}}| | |||
<p>{{{description}}}</p> | |||
}} | |||
<!-- Layout table --> | |||
[[ | {| class="wikitable" style="float:right; margin-left:1em; width:280px;" | ||
|- | |||
! colspan="2" style="text-align:center; font-size:120%;" | {{{name}}} | |||
|- | |||
| colspan="2" style="text-align:center;" | | |||
{{#if:{{{images|}}}| | |||
[[File:{{#explode:{{{images}}}|,|0}}|260px]] | |||
| | |||
}} | |||
|- | |||
! Region | |||
| {{{region|}}} | |||
|- | |||
! Altitude | |||
| {{#if:{{{altitude_m|}}}|{{{altitude_m}}} m}} | |||
|- | |||
! Distance from start | |||
| {{#if:{{{distance_from_start_m|}}}|{{{distance_from_start_m}}} m}} | |||
|- | |||
! Coordinates | |||
| {{#if:{{{latitude|}}}|{{{latitude}}}, {{{longitude}}}}} | |||
|} | |||
<div style="clear:both"></div> | |||
[[Category:POI]] | [[Category:POI]] | ||
</includeonly> | </includeonly> | ||