Module:Sandbox/43

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

local export = {}

function export.main(frame)
	mw.title.new(frame.args[1]):getContent()
end

return export