Module:Diff/sandbox: Difference between revisions

Content deleted Content added
rm inline (experiment)
Tag: Reverted
Undid revision 1257468193 by Jonesey95 (talk). back to live version
Line 242:
:cssText('background: var(--background-color-content-removed,#ffe49c); color: inherit; ' .. insDelSharedStyle)
:addClass('diffchange')
:addClass('diffchange-inline')
:wikitext(token)
elseif status == SAME then
Line 267 ⟶ 268:
:cssText('background: var(--background-color-content-added,#a3d3ff); color: inherit; ' .. insDelSharedStyle)
:addClass('diffchange')
:addClass('diffchange-inline')
:wikitext(token)
elseif status == SAME then