Module:Category described in year: Difference between revisions
Created page with "require('strict') --========================================================================== --Local functions --========================================================================== local function addOrd( i ) --12 -> 12th, etc. if tonumber(i) then local s = tostring(i) local tens = string.match(s, '1%d$') local ones = string.match(s, '%d$') if tens then return s..'th'..." |
(No difference)
|