Changes
Jump to navigation
Jump to search
m
end if elseif string.match( id, '^%%l%l?%l?%d%d%d%d%d%d%d%d%d?%d?$' ) then
no edit summary
if string.match( id, '^%l%l?%l?/%d%d%d?%d?/%d%d%d%d%d%d$' ) then
cleanedId = string.gsub( id, '(%l+)/(%d+)/(%d+)$' , '%1%2%3' )
cleanedId = id
end