-- luacheck: globals mw local p = {} p.test = function() local id = 'av104514' return string.sub(id, 3, 1) end p.test2 = function() local id2 = 'av014514' return string.sub(id2, 3, 1) end return p