模块:Test:修订间差异

跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第84行: 第84行:
--Header   
--Header   
     function renderHeader(tbl)
     function renderHeader(tbl)
     if params["display-header"][i] == "true" then  
     if params["display-header"] == "true" then  
     local row = tbl:tag('tr')
     local row = tbl:tag('tr')
    end
     for i=1,3 do
     for i=1,3 do
         if params["display"][i] == "true" then  
         if params["display"][i] == "true" then  
第107行: 第106行:
     end
     end
     end
     end
 
end


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