Jump to content

Module:User:Octahedron80/sandbox

From Wiktionary, the free dictionary


local export = {}
local gsub = mw.ustring.gsub
local u = mw.ustring.char

function export.show()
	return "Octahedron80"
end

return export