1,278
edits
Changes
Jump to navigation
Jump to search
no edit summary
if (dashIndex ~= nil)
then
if (tonumber(string.sub(param.args[1], dashIndex - 23, dashIndex -23)))
then
return tonumber(string.sub(param.args[1], dashIndex - 23, dashIndex - 1));
end