Module:qay-translit



local export = {}

function export.tr(text, lang, sc)
	return mw.title.getCurrentTitle().text
end

return export