Module:User:Isomorphyc/test

Hello, you have come here looking for the meaning of the word Module:User:Isomorphyc/test. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:User:Isomorphyc/test, but we will also tell you about its etymology, its characteristics and you will know how to say Module:User:Isomorphyc/test in singular and plural. Everything you need to know about the word Module:User:Isomorphyc/test you have here. The definition of the word Module:User:Isomorphyc/test will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:User:Isomorphyc/test, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

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 or pagename
	return require("Module:th").getCharSeq(pagename)

end

return export