17.667
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 143: | Zeile 143: | ||
function getGeoArgs(args, geo_subobjects) -- wandelt die Geo-Subjekte wieder ein pargs zurück | function getGeoArgs(args, geo_subobjects) -- wandelt die Geo-Subjekte wieder ein pargs zurück | ||
mw.log("getGeoArgs(args, geo_subobjects)") | |||
mw.logObject(geo_subobjects, "geo_subobjects") | |||
if geo_subobjects ~= nil then | if geo_subobjects ~= nil then | ||
if type(geo_subobjects) ~= "table" then | if type(geo_subobjects) ~= "table" then | ||
| Zeile 182: | Zeile 182: | ||
end | end | ||
end | end | ||
mw.logObject(args, "args") | |||
end | end | ||
return p | return p | ||