模块:Test:修订间差异

跳到导航 跳到搜索
添加19字节 、​ 2023年9月7日 (星期四)
无编辑摘要
无编辑摘要
无编辑摘要
第80行: 第80行:
     function renderHeader(tbl)
     function renderHeader(tbl)
     local row = tbl:tag('tr')
     local row = tbl:tag('tr')
 
    for i=1,1 do
         if params["display"][i] == "true" then  
         if params["display"][i] == "true" then  
             local header_th = row:tag('th')
             local header_th = row:tag('th')
第96行: 第96行:
         end
         end
     end
     end
 
end


function renderRow(row_id, args, tbl)
function renderRow(row_id, args, tbl)
15,508

个编辑

导航菜单