1,278
edits
Changes
no edit summary
if (dashIndex ~= nil)
then
if (dashIndex - 3 > 0 and tonumber(string.sub(param.args[1], dashIndex - 3, dashIndex -3)))
then
return "-3 " .. string.sub(param.args[1], dashIndex - 3, dashIndex - 1);