Content deleted Content added
test |
test |
||
Line 112:
end
end
return diff_buffer
end
Line 204 ⟶ 202:
function wikiDiff(old, new, separator)
local tokens = diff(old, new, separator)
--[[local root = mw.html.create('')
local token, status
Line 273 ⟶ 271:
end
end
return root]]--
return tokens
end
function main(frame)
local wD
wD = string.gsub(wD, '</ins><ins class="diffchange diffchange-inline" style="background: #d8ecff; padding: 0.25em 0; font-weight: bold; text-decoration: initial;">', "")
return wD
end
|