模块:收纳表:修订间差异

跳到导航 跳到搜索
添加36字节 、​ 2022年6月7日 (星期二)
无编辑摘要
无编辑摘要
无编辑摘要
第11行: 第11行:


     for i, tabIndex in ipairs(tabIndices) do
     for i, tabIndex in ipairs(tabIndices) do
         tabs_pages:node('strong')
         tabs_pages:node('div')
             :addClass('tab')
             :addClass('tab')
            :css('font-weight', '700')
             :wikitext(args['tab' .. tabIndex])
             :wikitext(args['tab' .. tabIndex])
         if (i-1)%splitCount==0 then tabs_pages:tag('br') end
         if (i-1)%splitCount==0 then tabs_pages:tag('br') end

导航菜单