Vorlage:Karte: Unterschied zwischen den Versionen

SafePageName => PAGENAME
(Hat Semikolon/Slash entfernt)
Markierung: Zurückgesetzt
(SafePageName => PAGENAME)
Markierung: Manuelle Zurücksetzung
Zeile 13: Zeile 13:
-->  | {{#if: {{{location|}}}{{{locationlist|}}}                                    <!-- else: if location?
-->  | {{#if: {{{location|}}}{{{locationlist|}}}                                    <!-- else: if location?
-->    | {{#display_map: {{{location|}}}                                            <!--      then: Karte ausgeben
-->    | {{#display_map: {{{location|}}}                                            <!--      then: Karte ausgeben
-->      ~ {{{popuptitle|{{{headline|{{SafePageName}}}}}}}} ~ {{{popuptext|}}};     <!--
-->      ~ {{{popuptitle|{{{headline|{{PAGENAME}}}}}}}} ~ {{{popuptext|}}};         <!--
-->      {{{locationlist|}}}                                                        <!--
-->      {{{locationlist|}}}                                                        <!--
-->      | width={{#ifeq:{{{box|ja}}}|nein|{{{width|50%}}}}}                        <!--
-->      | width={{#ifeq:{{{box|ja}}}|nein|{{{width|50%}}}}}                        <!--
Zeile 25: Zeile 25:
-->    | {{#if: {{{lat|}}}{{{lon|}}}                                                <!--      else: if lat/lon?
-->    | {{#if: {{{lat|}}}{{{lon|}}}                                                <!--      else: if lat/lon?
-->      | {{#display_map: {{ifc | {{{lat|}}} | 0}}, {{ifc | {{{lon|}}} | 0}}      <!--            then: Karte ausgeben
-->      | {{#display_map: {{ifc | {{{lat|}}} | 0}}, {{ifc | {{{lon|}}} | 0}}      <!--            then: Karte ausgeben
-->        ~ {{{popuptitle|{{{headline|{{SafePageName}}}}}}}} ~ {{{popuptext|}}}   <!--
-->        ~ {{{popuptitle|{{{headline|{{PAGENAME}}}}}}}} ~ {{{popuptext|}}}       <!--
-->        | width={{#ifeq:{{{box|ja}}}|nein|{{{width|50%}}}}}                      <!--
-->        | width={{#ifeq:{{{box|ja}}}|nein|{{{width|50%}}}}}                      <!--
-->        | height={{#ifeq:{{{box|ja}}}|nein|{{{height|25%}}}}}                    <!--
-->        | height={{#ifeq:{{{box|ja}}}|nein|{{{height|25%}}}}}                    <!--