Template:POI: Difference between revisions
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
<!-- ===================== --> | <!-- ===================== --> | ||
<div class="poi- | <div class="poi-article"> | ||
< | <!-- Infobox style image --> | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
[[File:{{{image}}}| | <div class="poi-infobox"> | ||
[[File:{{{image}}}|250px|right|alt={{{name}}}]] | |||
</div> | |||
}} | }} | ||
< | <p><strong>{{{poi_type}}}</strong></p> | ||
< | |||
{{#if:{{{short_description|}}}| | {{#if:{{{short_description|}}}| | ||
<p | <p>{{{short_description}}}</p> | ||
}} | }} | ||
<ul> | <ul> | ||
| Line 54: | Line 45: | ||
{{#if:{{{tags|}}}|<li><strong>Tags:</strong> {{{tags}}}</li>}} | {{#if:{{{tags|}}}|<li><strong>Tags:</strong> {{{tags}}}</li>}} | ||
</ul> | </ul> | ||
{{#if:{{{description|}}}| | {{#if:{{{description|}}}| | ||
== Overview == | |||
{{{description}}} | {{{description}}} | ||
}} | }} | ||
{{{way_sections}}} | |||
{{{way_sections | |||
</div> | </div> | ||
| Line 73: | Line 58: | ||
<noinclude> | <noinclude> | ||
POI public article template (Wikipedia-style layout) | |||
Parameters: | Parameters: | ||
name | |||
poi_type | |||
short_description | |||
description | |||
image | |||
latitude | |||
longitude | |||
elevation | |||
route_ids | |||
tags | |||
version | |||
language | |||
way_sections | |||
</noinclude> | </noinclude> | ||
Revision as of 12:22, 11 January 2026
POI public article template (Wikipedia-style layout)
Parameters: name poi_type short_description description image latitude longitude elevation route_ids tags version language way_sections