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

Пушкесэз ӵушемын Пушкесэз ватсамын
вроде бы так правильнее
локализация
394-тӥ чур:
local datePart = '<span style="white-space:nowrap;">'
if (template == "12") then
datePart = datePart .. string.format( "[[%d-тӥ %s]]",
nd, genitivusMonthes[nm] )
elseif (template == "23") then
402-тӥ чур:
datePart = datePart .. nominativeYear( ny )
elseif (template == "123") then
datePart = datePart .. string.format( "[[%d-тӥ %s]] %s",
nd, genitivusMonthes[nm], nominativeYear( ny ) )
elseif (template == "124") then
datePart = datePart .. string.format( "[[%d-тӥ %s|%d-тӥ (%d-тӥ) %s]]",
nd, genitivusMonthes[nm], od, nd, genitivusMonthes[nm] )
elseif (template == "1234") then
datePart = datePart .. string.format( "[[%d-тӥ %s|%d-тӥ (%d-тӥ) %s]] %s",
nd, genitivusMonthes[nm], od, nd, genitivusMonthes[nm], nominativeYear( ny ) )
elseif (template == "1245") then
datePart = datePart .. string.format( "%d-тӥ %s ([[%d-тӥ %s]])",
od, genitivusMonthes[om], nd, genitivusMonthes[nm] )
elseif (template == "12345") then
datePart = datePart .. string.format( "%d-тӥ %s ([[%d-тӥ %s]]) %s",
od, genitivusMonthes[om], nd, genitivusMonthes[nm], nominativeYear( ny ) )
elseif (template == "123456") then
datePart = datePart .. string.format( '%d-тӥ %s %d</span> <span style="white-space:nowrap;">([[%d-тӥ %s]] %s)',
od, genitivusMonthes[om], oy, nd, genitivusMonthes[nm], nominativeYear( ny ) )
else