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