15.075
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 90: | Zeile 90: | ||
local args = com.shallowcopy(fbdata.pargs) | local args = com.shallowcopy(fbdata.pargs) | ||
if com.isEmpty(args["location"]) and not com.isTrue(args["Ehemals"]) then | if com.isEmpty(args["location"]) and not com.isTrue(args["Ehemals"]) then | ||
args[" | args["streetlocation"] = fbdata.pagename .. "," .. (args["Ort"] or "Fürth") | ||
if #fbdata.plz > 0 then | if #fbdata.plz > 0 then | ||
args[" | args["streetlocation"] = args["streetlocation"] .. "," .. fbdata.plz[1] | ||
end | end | ||
args[" | args["streetlocation"] = args["streetlocation"] .. ",Bayern,Deutschland" | ||
end | end | ||
-- mw.logObject(args, "args") | -- mw.logObject(args, "args") | ||