15.267
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 8: | Zeile 8: | ||
mw.logObject(args, "args") | mw.logObject(args, "args") | ||
local t = "" | local t = "" | ||
if (args["lat"] ~= nil and args["lon"] ~= nil) or | if (args["lat"] ~= nil and args["lon"] ~= nil) or | ||
args["location"] ~= nil or args["locationlist"] ~= nil or | args["location"] ~= nil or args["locationlist"] ~= nil or | ||
| Zeile 52: | Zeile 53: | ||
t = frame:expandTemplate{title = "Karte", args = args} | t = frame:expandTemplate{title = "Karte", args = args} | ||
end | end | ||
mw.logObject(t, "t") | mw.logObject(t, "t") | ||
return t | return t | ||