模块:Test:修订间差异

跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第158行: 第158行:
     local tabs_row_ids = {}
     local tabs_row_ids = {}
     for i, id in ipairs(tot_row_ids) do
     for i, id in ipairs(tot_row_ids) do
         if i % item_per_tab == 0 then
         if i % item_per_tab == 1 then
             tabs_row_ids[i / item_per_tab + 1] = {}
             tabs_row_ids[i / item_per_tab + 1] = {}
         end
         end