Template:Way: Difference between revisions
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
{{#arraymap:{{{includes_poi_meta_types|}}}|,|x|[[Includes POI meta type::x]]|,}} | {{#arraymap:{{{includes_poi_meta_types|}}}|,|x|[[Includes POI meta type::x]]|,}} | ||
{{#arraymap:{{{applicable_routes|}} | {{#arraymap:{{{applicable_routes|}}}|,|x|[[Applicable route::x]]|,}} | ||
{{#arraymap:{{{bundles|}}}|,|x|[[Is in bundle::x]]|,}} | |||
[[Category:Way]] | |||
<!-- ===================== --> | |||
<!-- Display --> | |||
<!-- ===================== --> | |||
<div class="manyways-way"> | |||
<h1>{{{name|{{PAGENAME}}}}}</h1> | |||
{{#if:{{{short_description|}}}| | |||
<p><em>{{{short_description}}}</em></p> | |||
}} | |||
{{#if:{{{long_description|}}}| | |||
<div class="way-description"> | |||
{{{long_description}}} | |||
</div> | |||
}} | |||
{{#if:{{{price|}}}| | |||
<p><strong>Price:</strong> {{{price}}} {{{currency|}}}</p> | |||
}} | |||
{{#if:{{{includes_poi_types|}}}| | |||
<p><strong>POI types:</strong> {{{includes_poi_types}}}</p> | |||
}} | |||
{{#if:{{{includes_poi_meta_types|}}}| | |||
<p><strong>POI meta types:</strong> {{{includes_poi_meta_types}}}</p> | |||
}} | |||
{{#if:{{{applicable_routes|}}}| | |||
<p><strong>Routes:</strong> {{{applicable_routes}}}</p> | |||
}} | |||
{{#if:{{{bundles|}}}| | |||
<p><strong>Bundles:</strong> {{{bundles}}}</p> | |||
}} | |||
</div> | |||
</includeonly> | |||
<noinclude> | |||
Template for ManyWays Way pages. | |||
Parameters: | |||
- name | |||
- slug | |||
- category | |||
- short_description | |||
- long_description | |||
- price | |||
- currency | |||
- includes_poi_types (comma separated) | |||
- includes_poi_meta_types (comma separated) | |||
- applicable_routes (comma separated page names) | |||
- bundles (comma separated page names) | |||
- version | |||
- language | |||
Example: | |||
{{Way | |||
|name=Wine & Spirit Way | |||
|slug=wine-spirit-way | |||
|category=thematic | |||
|short_description=A culinary pilgrimage | |||
|long_description=Detailed description here | |||
|price=29.99 | |||
|currency=EUR | |||
|includes_poi_types=Bodega,Distillery,Restaurant | |||
|includes_poi_meta_types=description,audio | |||
|applicable_routes=Camino Francés | |||
|bundles=Gourmet Bundle | |||
|version=1 | |||
|language=en | |||
}} | |||
</noinclude> | |||
Latest revision as of 11:21, 11 January 2026
Template for ManyWays Way pages.
Parameters:
- name - slug - category - short_description - long_description - price - currency - includes_poi_types (comma separated) - includes_poi_meta_types (comma separated) - applicable_routes (comma separated page names) - bundles (comma separated page names) - version - language
Example:
Wine & Spirit Way
wine-spirit-way
thematic
A culinary pilgrimage
Detailed description here
29.99 EUR 1 en
Bodega,Distillery,Restaurant
description,audio
Wine & Spirit Way
A culinary pilgrimage
Detailed description here
Price: 29.99 EUR
POI types: Bodega,Distillery,Restaurant
POI meta types: description,audio
Routes: Camino Francés
Bundles: Gourmet Bundle