Content deleted Content added
make hasWikidataProperty return false if the property value is 'novalue' |
allow different frame coordinates to be set |
||
Line 68:
args.frame = "yes"
args.plain = "yes"
args["frame-width"] = config["frame-width"] or "270"
args["frame-height"] = config["frame-height"] or "200"
args["frame-align"] = "center"
args["frame-lat"] = config["frame-lat"] or ""
args["frame-long"] = config["frame-long"] or ""
-- Calculate zoom from length or area (converted to km or km2)
if config.length_km then
|