Module:ScribuntoUnit/sandbox: Difference between revisions

Content deleted Content added
fix parameter name error
100 characters is still a little too much to view comfortably
Line 141:
if not mw.ustring.find(s, pattern, nil, plain) then
local display = s
if #display > 10070 then
display = mw.ustring.sub(display, 1, 9060) .. " ... " .. mw.ustring.sub(display, -10, -1)
end
DebugHelper.raise({