local z = {} function z.test( frame ) return mw.text.nowiki(frame:preprocess(frame.args[1])) end return z