Jump to content

Module:User:Isomorphyc/test

From Wiktionary, the free dictionary


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