Adam
Новая страница: «p = {} function p.calculate( dataModule, userName ) local data = mw.loadData(dataModule) local result = 0; for _, articleData in pairs( data ) do for __, line in pairs( articleData ) do if ( line[1] == userName ) then result = result + line[2]; end end end if ( result == 0 ) then return 'N/A'; end return math.floor(result) / 100; end function p.quality( frame ) return p.calculate('Модуль:Вклад:Добротные стат...»