“个人维基:首页”的版本间的差异

来自个人维基
跳转至: 导航搜索
最近更改: handle move logs
第76行: 第76行:
 
     action: "query",
 
     action: "query",
 
     list: "recentchanges",
 
     list: "recentchanges",
     rctype: "new|edit",
+
     rctype: "new|edit|log",
 
     rcshow: "!redirect|!minor",
 
     rcshow: "!redirect|!minor",
 
     rcnamespace: "0|4",
 
     rcnamespace: "0|4",
 
     rclimit: 200,
 
     rclimit: 200,
     rcprop: "title|timestamp"
+
     rcprop: "title|timestamp|loginfo"
 
   } )
 
   } )
 
   .done( function ( data ) {
 
   .done( function ( data ) {
第87行: 第87行:
 
     try {
 
     try {
 
       if ( !data ) throw "请求失败"
 
       if ( !data ) throw "请求失败"
 
      var lang = navigator.language || navigator.userLanguage || "und"
 
  
 
       var rc = data.query.recentchanges
 
       var rc = data.query.recentchanges
第102行: 第100行:
 
         var title = rc[i].title
 
         var title = rc[i].title
 
         if ( map.hasOwnProperty( title ) ) continue
 
         if ( map.hasOwnProperty( title ) ) continue
 +
        if ( rc[ i ].type === "log" && rc[ i ].logaction !== "move" ) continue
 
         map[ title ] = true
 
         map[ title ] = true
 +
        if ( rc[ i ].type === "log" ) continue
  
 
         var ts = rc[i].timestamp
 
         var ts = rc[i].timestamp

2022年8月7日 (日) 20:40的版本

导航

百科 草稿 存档 日记 整活 转载文章

外部链接

最近更改

    Ajax加载...

信息

本个人维基正在运行的 MediaWiki 版本为 1.21.1 (r),现有 48 个条目,491 个页面。