Модуль:inflection/ru/declension/data/template/noun

Для документации этого модуля может быть создана страница Модуль:inflection/ru/declension/data/template/noun/Документация

local dev_prefix = ''
-- dev_prefix = 'User:Vitalik/'  -- comment this on `prod` version

local export = {}
local _ = require('Module:' .. dev_prefix .. 'inflection/tools')


function export.template(base, args)
	return dev_prefix .. 'inflection/ru/noun'  -- перенести в data-модуль?
end


return export