Content deleted Content added
sync with live module |
rm inline (experiment) Tag: Reverted |
||
Line 242:
:cssText('background: var(--background-color-content-removed,#ffe49c); color: inherit; ' .. insDelSharedStyle)
:addClass('diffchange')
:wikitext(token)
elseif status == SAME then
Line 268 ⟶ 267:
:cssText('background: var(--background-color-content-added,#a3d3ff); color: inherit; ' .. insDelSharedStyle)
:addClass('diffchange')
:wikitext(token)
elseif status == SAME then
|