«Մոդուլ:Wikidata/date» խմբագրումներու միջեւ տարբերութիւն

Content deleted Content added
No edit summary
No edit summary
Տող 499.
return ''.. year ..''
else
return 'մ.թ.ա.ՔԱ ' .. ( 0 - year) ..''
end
end
Տող 507.
local century = math.floor( (math.abs( time.year) - 1) / 100 ) + 1;
if ( categoryNamePrefix ) then
return '[[մ.թ.ա.ՔԱ ' .. inCentury( century ) ..' դար]][[Ստորոգութիւն:Մ․թ․ա․ՔԱ ' .. inCentury( century ) ..' դարի ' .. categoryNamePrefix .. ']]'
else
return '[[մ.թ.ա.ՔԱ ' .. inCentury( century ) ..' դար]]'
end
else