Module:Diff/sandbox: Difference between revisions

Content deleted Content added
Undid revision 1257468193 by Jonesey95 (talk). back to live version
Fix? maybe??
Line 235:
 
for i, token_record in ipairs(tokens) do
token = mw.text.nowiki(token_record[1]):gsub("\n", "
") -- Force all newlines to encode to avoid linter issues
status = token_record[2]
if status == OUT then
Line 261:
 
for i, token_record in ipairs(tokens) do
token = mw.text.nowiki(token_record[1]):gsub("\n", "
") -- Force all newlines to encode to avoid linter issues
status = token_record[2]
if status == IN then