更改

跳到导航 跳到搜索
添加61字节 、 2021年7月4日 (日) 15:27
无编辑摘要
第28行: 第28行:  
     for i, m in ipairs(other_maintainers) do
 
     for i, m in ipairs(other_maintainers) do
 
         node:wikitext("[[User:"..m.."|"..m.."]]")
 
         node:wikitext("[[User:"..m.."|"..m.."]]")
         node:wikitext("[[Category:由"..m.."维护的页面]]")
+
         node:wikitext("[[Category:由"..m.."维护的条目]]")
 
         _set_editable_by_user(m)
 
         _set_editable_by_user(m)
 
         mw.smw.set({
 
         mw.smw.set({
第34行: 第34行:  
         })
 
         })
 
     end
 
     end
     local content = node:done()
+
     local res = node:done()
     return frame:expandTemplate{title = "LiteInfoBox", args = {image = 'Brainstorm.svg', content = content}}
+
     local args = {image = 'Brainstorm.svg', content = mw.dumpObject(res)}
 +
    return frame:expandTemplate{title = "LiteInfoBox", args = args}
 
end
 
end
   第72行: 第73行:     
     if other_maintainers[1] then
 
     if other_maintainers[1] then
         result = result .. _other_maintainers(frame, other_maintainers)
+
         local newcode = _other_maintainers(frame, other_maintainers)
 +
        result = result .. newcode
 
     end
 
     end
  

导航菜单