Jump to content

Module:Russo-Ukrainian War detailed map (oblasts)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alexiscoutinho (talk | contribs) at 02:55, 24 April 2024 (Enforced that all labels appear in the oblast maps. Label positions still need to be configured in the parent module.). 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 = 1000

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