13,398
edits
(Created page with "local p = {} local format = mw.ustring.format local mapsizes = { DEU = "200", } function p._map(args) local map = args.map or '' if args.map_custom == "yes" then retur...") |
No edit summary |
||
Line 13: | Line 13: | ||
end | end | ||
if map == '' then | if map == '' then | ||
local claims = entity.claims or {} | local claims = entity.claims or {} | ||
local mapProp = claims.P15 | local mapProp = claims.P15 |
edits