local p = {}
function p.mapcheck(frame)
if not frame:expandTemplate{title = 'project:EnabledTabs'} == 'true' then
return ''
end
if mw.title.getCurrentTitle().text:find('Maps/') then
return previewOnly(frame)
end
if mw.title.getCurrentTitle().text == 'Minimaps' then
return previewMinimapOnly(frame)
end
maplink = ''
if frame.args.map_link then
maplink = frame.args.map_link..'|'
end
imagelink = frame.args.name
if frame.args.imagelink then
imagelink = frame.args.imagelink
end
mapsize = ''
if frame.args.size then