Modul:Karte: Unterschied zwischen den Versionen

Aus FürthWiki

71 Bytes hinzugefügt ,  Gestern um 13:49
+ Karte()
(+ subobjects)
(+ Karte())
Zeile 3: Zeile 3:
local com = require("Modul:Common")
local com = require("Modul:Common")
local str = require("Modul:String")
local str = require("Modul:String")
function p.Karte(frame)
return p.karte(frame, frame.args)
end


function p.karte(frame, args)
function p.karte(frame, args)
Zeile 51: Zeile 55:
end
end


t = frame:expandTemplate{title = "Karte", args = args}
t = frame:expandTemplate{title = "Karte/Legacy", args = args}
end
end