Jump to content

Module:Spellnum per MOS

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Swpb (talk | contribs) at 16:09, 11 May 2018 (Created page with 'local p = {} -- Automate MOS:NUMERAL function p.main(frame) local number = frame.args[1] return spe end'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {}

-- Automate MOS:NUMERAL 
function p.main(frame)
	local number = frame.args[1]
	return spe
end