local p=require('وحدة:ضبط استنادي/config') local count=#p.config mw.log(count) count=count/2 for k,_ in pairs(p.config) do if k > count then p.config[k] = nil end end return p