27.057
Bearbeitungen
(getArgs) |
(+ Attribut:Gebäude) |
||
| Zeile 22: | Zeile 22: | ||
attr["Letzter bekannter Wohnort in Fürth"] = nil | attr["Letzter bekannter Wohnort in Fürth"] = nil | ||
-- | -- Gebäude-Attribut füllen | ||
if attr["Gebäude"] ~= nil then | if attr["Gebäude"] ~= nil then | ||
if wik.pageExists(attr["Gebäude"]) then | if wik.pageExists(attr["Gebäude"]) then | ||
| Zeile 31: | Zeile 31: | ||
if ask_result ~= nil and #ask_result > 0 then | if ask_result ~= nil and #ask_result > 0 then | ||
attr["VonObjekt"] = ask_result[1][1] | attr["VonObjekt"] = ask_result[1][1] | ||
attr["Gebäude"] = ask_result[1][1] | |||
end | end | ||
end | end | ||