更改

添加45字节 、 2021年7月4日 (日) 15:34
无编辑摘要
第10行: 第10行:  
         node:wikitext("[[Category:由"..m.."维护的条目]]")
 
         node:wikitext("[[Category:由"..m.."维护的条目]]")
 
         node:wikitext("[[Category:由"..m.."创作的条目]]")
 
         node:wikitext("[[Category:由"..m.."创作的条目]]")
         _set_editable_by_user(m)
+
         mw.smw.set({
 +
            ['Editable by user'] = 'User:'..m
 +
        })
 
     end
 
     end
 
     for i, m in ipairs(other_creators) do
 
     for i, m in ipairs(other_creators) do