打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

LNN的非博客:首页:修订间差异

来自 LNN的:not(博客)?
DGCK81LNN留言 | 贡献
无编辑摘要
DGCK81LNN留言 | 贡献
最近更改:​ 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.45.3,现有 65 个条目,471 个页面。