Модуль:Dates:версиослэн висъяськемзы

Пушкесэз ӵушемын Пушкесэз ватсамын
ч-п "толсурэ" → "толсуре"
ч-п fix
154-тӥ чур:
( (frame.args['nopersoncat'] or '')~='' or (f.args['nocat'] or '')~='' ) and '' or table.concat{
'[[Категория:Адямиос]]', --Категория:Персоналии по алфавиту
j and string.format('[[КCategory:%s %i %s]]',catpref[mo],j,monthg[m]) or '',
y and string.format('[[КCategory:%s в %s]]',catpref[mo],y,Year0(y,'-тӥ арын')) or ''
},--/table.concat внутр.
(function(F)--возраст
439-тӥ чур:
if categoryNamePrefix then
if ( nd ~= nil and nm ~= nil) then
datePart = datePart .. '[[КCategory:' .. categoryNamePrefix .. ' ' .. nd .. ' ' .. genitivusMonthes[nm] .. ']]'
end
if ( ny ~= nil) then
datePart = datePart .. '[[КCategory:' .. categoryNamePrefix .. ' в ' .. inYear( ny ) .. ']]'
end
end
451-тӥ чур:
function p.formatDecade( time, categoryNamePrefix )
local year = math.floor( time.year / 10 ) * 10;
return year .. '-е[[КCategory:' .. categoryNamePrefix .. ' в ' .. year .. '-е годы]]'
end
 
461-тӥ чур:
century = moduleRoman.toRomanNumber( century );
end
return century .. ' век до н. э.[[КCategory:' .. categoryNamePrefix .. ' в ' .. century .. ' веке до н. э.]]'
else
local century = math.floor( (time.year - 1) / 100 ) + 1;
467-тӥ чур:
century = moduleRoman.toRomanNumber( century );
end
return century .. ' век[[КCategory:' .. categoryNamePrefix .. ' в ' .. century .. ' веке]]'
end
end