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