更改

添加37字节 、 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({
第35行: 第35行:  
     end
 
     end
 
     local res = node:done()
 
     local res = node:done()
     return frame:expandTemplate{title = "LiteInfoBox", args = {image = 'Brainstorm.svg', content = res}}
+
     local args = {image = 'Brainstorm.svg', content = mw.dumpObject(res)}
 +
    return frame:expandTemplate{title = "LiteInfoBox", args = args}
 
end
 
end