Module:Sandbox/BrandonXLF/1

This is an old revision of this page, as edited by BrandonXLF (talk | contribs) at 16:37, 9 September 2018. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Keep Here
local p = {}
function p.main()
	args = "6.7"
	houoff = mw.ustring.match (args, '%d')
	return houoff
end
return p