15.207
Bearbeitungen
(Initial Edition) |
(karte(args) frame in args integriert) Markierung: Zurückgesetzt |
||
| Zeile 1: | Zeile 1: | ||
p = {} | p = {} | ||
function p.karte( | function p.karte(args) | ||
-- mw.log("karte( | -- mw.log("karte(args)") | ||
-- mw.logObject(args, "args") | -- mw.logObject(args, "args") | ||
local t = "" | local t = "" | ||
| Zeile 8: | Zeile 8: | ||
args["location"] ~= nil or args["locationlist"] ~= nil or | args["location"] ~= nil or args["locationlist"] ~= nil or | ||
args["geojson"] ~= nil then | args["geojson"] ~= nil then | ||
t = frame:expandTemplate{title = "Karte", args = args} | t = args.frame:expandTemplate{title = "Karte", args = args} | ||
end | end | ||
-- mw.logObject(t, "t") | -- mw.logObject(t, "t") | ||