local p = {} function p.test(frame) return "測試" .. mw.ustring.lower(frame.args["1"] or frame.args[1]) end return p