模块:Test:修订间差异

跳到导航 跳到搜索
添加1字节 、​ 2023年11月18日 (星期六)
无编辑摘要
无编辑摘要
无编辑摘要
第76行: 第76行:
     local column = tbl:tag('tr')
     local column = tbl:tag('tr')
     for i=1,1 do
     for i=1,1 do
         if params["display"][i] == "true" then  
         if params["display"][i] == "false" then  
             local header_th = column:tag('th')
             local header_th = column:tag('th')
             header_th
             header_th
第144行: 第144行:
     renderHeader(tbl)
     renderHeader(tbl)
      
      
     for _, a in ipairs(column_ids) do  
     for _, n in ipairs(column_ids) do  
         renderColumn(a, args, tbl)
         renderColumn(n, args, tbl)
     end
     end


第178行: 第178行:
             tabs_column_ids[tab_count] = {}
             tabs_column_ids[tab_count] = {}
         end
         end
         table.insert(tabs_column_ids[tab_count], a)
         table.insert(tabs_column_ids[tab_count], n)
         current_item_count = current_item_count + 1
         current_item_count = current_item_count + 1
         if current_item_count == current_max_item then
         if current_item_count == current_max_item then
15,487

个编辑

导航菜单