Module:User:Octahedron80/sandbox

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This is a private module sandbox of Octahedron80, for his own experimentation. Items in this module may be added and removed at Octahedron80's discretion; do not rely on this module's stability.


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

function export.show()
	return "Octahedron80"
end

return export