Adam
Новая страница: «local p = {} local ModuleStatistical = require( 'Module:Statistical' ) function p.GetPopulationDistribution(frame) local Args = frame:getParent().args if Args[1] == nil then return '<strong class="error">Введите тептар-фицированные названия населённых пунктов</strong>' end local District = Args['МО'] or frame.args[1] local DistrictPopulation = ModuleStatistical.GetStat({ District, 'ч' })...»