View source for Module:Ordinal
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p = {}
local lang = mw.getContentLanguage()
local hc = require('Module:Paramtest').has_content
p._ordinals = {
[0] = 'th',
'st',
'nd',
'rd',
'th',
'th', --5
'th',
'th',
'th',
'th',
'th', --10
-- special exceptions
'th', --11th
'th', --12th
000
1:0
Template used on this page:
Return to Module:Ordinal.