15.075
Bearbeitungen
(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 | 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"] = | args["PLZ"] = geo.GetPLZ(frame:getParent()) | ||
local tpl_bild = p.bild(frame, args) | local tpl_bild = p.bild(frame, args) | ||