local p = {} function p.test(frame) local pframe = frame:getParent() local Quote = pframe.args.quote Quote = string.gsub(Quote,"\n","<br>") return Quote end return p