Module:Russo-Ukrainian War detailed map (oblasts)

This is an old revision of this page, as edited by Alexiscoutinho (talk | contribs) at 22:27, 24 April 2024 (Increased map sizes). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local m = require('Module:Russo-Ukrainian War detailed map')

m.containerArgs.AlternativeMap = nil
m.containerArgs.width = 1100

local szs_map = {[8]=60, [6]=50}
for _, mark in ipairs(m.marks) do
	if mark.label_size == 0 and string.sub(mark.mark, 1, 1) == 'L' then
		mark.label_size = szs_map[mark.marksize]
	end
end

return m