Modul:Gebäude: Unterschied zwischen den Versionen

geo anstelle g für Module:Geocode
(GetPLZ() von Module:Geocode)
(geo anstelle g für Module:Geocode)
Zeile 2: Zeile 2:
local c = require("Module:Common")
local c = require("Module:Common")
local str = require("Modul:String")
local str = require("Modul:String")
local g = require("Module:Geocode")
local geo = require("Module:Geocode")


function p.Faktenbox(frame)
function p.Faktenbox(frame)
local args = c.shallowcopy(frame:getParent().args)
local args = c.shallowcopy(frame:getParent().args)
args["PLZ"] = g.GetPLZ(frame:getParent())
args["PLZ"] = geo.GetPLZ(frame:getParent())


local tpl_bild = p.bild(frame, args)
local tpl_bild = p.bild(frame, args)