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[
return wD
end
|