27.057
Bearbeitungen
(+ Attribut:Gebäude) |
(Gebäude anstelle VonObjekt) |
||
| Zeile 22: | Zeile 22: | ||
attr["Letzter bekannter Wohnort in Fürth"] = nil | attr["Letzter bekannter Wohnort in Fürth"] = nil | ||
-- Gebäude-Attribut | -- Gebäude-Attribut suchen | ||
if attr["Gebäude"] ~= nil | if attr["Gebäude"] ~= nil and not wik.pageExists(attr["Gebäude"]) then | ||
-- Seite mit passender StraßeHnr suchen | |||
local query = mw.smw.ask("[[:+]][[Kategorie:Gebäude]]" .. | |||
"[[StraßeHnr::" .. attr["Gebäude"] .. "]]|?#-|limit=1") | |||
if query ~= nil then | |||
attr["Gebäude"] = query[1][1] | |||
end | end | ||
end | end | ||