Module:ColorParse: Difference between revisions

Jump to navigation Jump to search
imported>Teamtotobot
(fix indenting (by SublimeText.Mediawiker))
mNo edit summary
Line 19: Line 19:


function p.linebreaks(frame)
function p.linebreaks(frame)
   local b = string.gsub(frame,"(~)\n","\n\n")
   local b = string.gsub(frame,"(~)","\n\n")
   return b
   return b
end
end