Template:POI: Difference between revisions

From ManyWays
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 2: Line 2:


{{#set:
{{#set:
  POI Name={{{name|}}}
  | POI Name={{{name|}}}
  | POI Slug={{{slug|}}}
  | POI Slug={{{slug|}}}
  | POI Description={{{description|}}}
  | POI Description={{{description|}}}
Line 15: Line 15:
}}
}}


<!-- Lead -->
<div style="display:flex; gap:24px; align-items:flex-start;">
'''{{{name}}}''' is a point of interest.
 
<div style="flex:1;">
 
<h2>{{{name}}}</h2>


{{#if:{{{description|}}}|
<p>{{{description}}}</p>
<p>{{{description}}}</p>
}}


<!-- Layout table -->
</div>
{| class="wikitable" style="float:right; margin-left:1em; width:280px;"
 
|-
<div style="width:300px; border:1px solid #ccc; background:#f8f9fa; padding:10px;">
! colspan="2" style="text-align:center; font-size:120%;" | {{{name}}}
 
|-
<h3 style="margin-top:0; text-align:center;">{{{name}}}</h3>
| colspan="2" style="text-align:center;" |
 
{{#if:{{{images|}}}|
{{#if:{{{images|}}}|
[[File:{{#explode:{{{images}}}|,|0}}|260px]]
<div style="text-align:center; margin-bottom:10px;">
|
[[File:{{{images}}}|260px]]
</div>
}}
}}
|-
! 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>
<table style="width:100%; font-size:90%;">
<tr><th align="left">Region</th><td>{{{region}}}</td></tr>
<tr><th align="left">Altitude</th><td>{{{altitude_m}}} m</td></tr>
<tr><th align="left">Distance</th><td>{{{distance_from_start_m}}} m</td></tr>
<tr><th align="left">Coordinates</th><td>{{{latitude}}}, {{{longitude}}}</td></tr>
</table>
 
</div>
</div>


[[Category:POI]]
[[Category:POI]]


</includeonly>
</includeonly>

Revision as of 18:26, 12 January 2026