模块:Test:修订间差异

跳到导航 跳到搜索
添加195字节 、​ 2022年1月31日 (星期一)
无编辑摘要
无编辑摘要
无编辑摘要
第159行: 第159行:
     -- if only one table is needed...
     -- if only one table is needed...
     if tab_count == 1 then
     if tab_count == 1 then
         return renderTable(args, tot_row_ids)
         local constraint_div = mw.html.create('div')
        constraint_div
            :css("max-width", params["max_width"])
        local tbl = renderTable(args, tot_row_ids)
        constraint_div:node(tbl)
        return constraint_div
     end
     end


导航菜单