请输入您要查询的百科知识:

 

词条 Module:Infobox road/map/sandbox
释义

local p = {}

local format = mw.ustring.format

local mapsizes = {

DEU = "200",

USA = "290x172"

}

function p._map(args)

local map = args.map or

if args.map_custom == "yes" then

return format('%s', map)

end

if map == then

local entity = mw.wikibase.getEntityObject() or {}

local claims = entity.claims or {}

local mapProp = claims.P15

if not mapProp or mapProp[1].mainsnak.snaktype ~= 'value' then

return ""

end

map = mapProp[1].mainsnak.datavalue.value

end

local mapsize = mapsizes[args.country] or '290'

local alt = args.map_alt or

return format("", map, mapsize, alt)

end

function p.map(frame)

local argsModule = require("Module:Arguments")

local args = argsModule.getArgs(frame)

local state = args.state or args.province

if not args.country then

local countryMask = mw.loadData("Module:Road data/countrymask")

args.country = countryMask[state]

end

return p._map(args)

end

return p

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/18 12:07:44