Module:Diff/sandbox: Difference between revisions

Content deleted Content added
test
test
Line 277:
function main(frame)
local wD = wikiDiff(mw.text.unstrip(mw.text.decode(frame.args[1])), mw.text.decode(mw.text.unstrip(frame.args[2])), frame.args[3] or '[%s%.:-]+')
wD = string.gsub(wD[13][1], '</ins><ins class="diffchange diffchange-inline" style="background: #d8ecff; padding: 0.25em 0; font-weight: bold; text-decoration: initial;">', "")
return wD
end