Template:Repair service map popup: Difference between revisions
Fix: Use explicit Page parameter for link target, Repair service name for display text (via update-page on MediaWiki MCP Server) |
Fix: Use positional parameters (leaflet format doesn't support named args) (via update-page on MediaWiki MCP Server) |
||
| Line 3: | Line 3: | ||
== Parameters == | == Parameters == | ||
Passed from the semantic query: | Passed positionally from the semantic query: | ||
* ''' | * '''1''' - Page name (from mainlabel) | ||
* ''' | * '''2''' - Coordinates | ||
* ''' | * '''3''' - Repair service name | ||
* ''' | * '''4''' - Device types | ||
* '''Mail-in service''' - | * '''5''' - Mail-in service | ||
* '''6''' - City | |||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude><includeonly><strong>[[{{{ | </noinclude><includeonly><strong>[[{{{1}}}|{{{3|{{{1}}}}}}]]</strong>{{#if:{{{6|}}}|<br>{{{6|}}}}}{{#if:{{{4|}}}|<br><small>{{{4|}}}</small>}}{{#ifeq:{{{5|}}}|Yes|<br>✓ Mail-in available}}</includeonly> | ||