Template:POI: Difference between revisions
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: | ||
}} | }} | ||
< | <div style="display:flex; gap:24px; align-items:flex-start;"> | ||
<div style="flex:1;"> | |||
<h2>{{{name}}}</h2> | |||
<p>{{{description}}}</p> | <p>{{{description}}}</p> | ||
< | </div> | ||
<div style="width:300px; border:1px solid #ccc; background:#f8f9fa; padding:10px;"> | |||
<h3 style="margin-top:0; text-align:center;">{{{name}}}</h3> | |||
{{#if:{{{images|}}}| | {{#if:{{{images|}}}| | ||
[[File | <div style="text-align:center; margin-bottom:10px;"> | ||
[[File:{{{images}}}|260px]] | |||
</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> | ||