15.075
Bearbeitungen
HeikoK (Diskussion | Beiträge) (wieder Kartentab) |
(fix shallowcopy) |
||
| Zeile 1: | Zeile 1: | ||
local p = {} --p stands for package | local p = {} --p stands for package | ||
local c = require( "Module:Common" ) | |||
function p.Faktenbox( frame ) | function p.Faktenbox( frame ) | ||
| Zeile 71: | Zeile 72: | ||
function p.Karte ( frame, args ) | function p.Karte ( frame, args ) | ||
args_ = args | args_ = c.shallowcopy(args) | ||
args_["zoomdefault"]=17 | args_["zoomdefault"]=17 | ||
t = frame:expandTemplate{title = 'Kartentab', args=args_} | t = frame:expandTemplate{title = 'Kartentab', args=args_} | ||