Module:Wikis statistics Sorani translator/testcases

return {
	main = function (frame)
		local text = mw.title.new(frame.args[1]):getContent()
		return frame:preprocess(text)
	end
}