模块:Test:修订间差异

跳到导航 跳到搜索
添加33字节 、​ 2022年1月31日 (星期一)
无编辑摘要
无编辑摘要
无编辑摘要
第189行: 第189行:
             :addClass("tab")
             :addClass("tab")
             :tag("strong")
             :tag("strong")
                 :wikitext(tostring(i*(item_per_tab-1)+1).."~"..tostring(i*item_per_tab))
                 :wikitext(tostring((i-1)*item_per_tab+1).."~"..tostring(i*item_per_tab))
     end
     end


第205行: 第205行:
         inner_content
         inner_content
             :addClass("inner-content")
             :addClass("inner-content")
            :css("columns", "1")
         local content_tbl = renderTable(args, row_ids)
         local content_tbl = renderTable(args, row_ids)
         inner_content:node(content_tbl)
         inner_content:node(content_tbl)

导航菜单