Module:User:Isomorphyc/test

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

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


local export = {}

function export.show(frame)
	local lang, sc = "th", "Thai"
	local args = frame:getParent().args
	local pagename = args.pagename or mw.title.getCurrentTitle().text
	pagename = args['pagename'] or pagename
	return require("Module:th").getCharSeq(pagename)

end

return export