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

跳到导航 跳到搜索
删除1字节 、​ 2022年6月30日 (星期四)
无编辑摘要
无编辑摘要
无编辑摘要
第153行: 第153行:
     for k, v in pairs(args) do
     for k, v in pairs(args) do
         k = '' .. k
         k = '' .. k
         if not (nonCSS[k] and k:match('^content%d+')) then
         if not (nonCSS[k] or k:match('^content%d+')) then
             if k:match('^tab%d+$') then
             if k:match('^tab%d+$') then
                 table.insert(tabIndices, tonumber(k:sub(4)))
                 table.insert(tabIndices, tonumber(k:sub(4)))

导航菜单