“个人维基:首页/模板/最近更改”的版本间的差异

来自个人维基
跳转至: 导航搜索
(fix)
 
(未显示1个用户的7个中间版本)
第21行: 第21行:
 
list: "recentchanges",
 
list: "recentchanges",
 
rctype: "new|edit|log",
 
rctype: "new|edit|log",
rcshow: "!redirect|!minor",
+
rcshow: "!minor",
 
rcnamespace: "0|4",
 
rcnamespace: "0|4",
 
rclimit: 200,
 
rclimit: 200,
rcprop: "title|timestamp|loginfo"
+
rcprop: "title|timestamp|loginfo|redirect"
 
} )
 
} )
 
.done( function ( data ) {
 
.done( function ( data ) {
第43行: 第43行:
 
for ( var i = 0; i < rc.length; ++i ) {
 
for ( var i = 0; i < rc.length; ++i ) {
 
var title = rc[ i ].title
 
var title = rc[ i ].title
if ( title.indexOf( "/模板/" ) !== -1 ) continue
+
if ( rc[ i ].type === "log" ) {
 +
if ( rc[ i ].logtype !== "move" ) continue
 +
map[ title ] = true
 +
title = rc[ i ].move.new_title
 +
}
 +
if ( /\/模板(\/|$)/.test( title ) ) continue
 
if ( map.hasOwnProperty( title ) ) continue
 
if ( map.hasOwnProperty( title ) ) continue
if ( rc[ i ].type === "log" )
 
if ( rc[ i ].logtype !== "move" ) // 与运算符会导致问题
 
continue
 
 
map[ title ] = true
 
map[ title ] = true
if ( rc[ i ].type === "log" ) continue
+
 
 +
if ( rc[ i ].type !== "log" )
 +
if ( "redirect" in rc[ i ] ) continue
  
 
var ts = rc[ i ].timestamp
 
var ts = rc[ i ].timestamp
第65行: 第69行:
 
} )
 
} )
 
</script>
 
</script>
</html>}}<noinclude>[[分类:首页模板|zuijin genggai]]{{DEFAULTSORT:shouye/muban/zuijin genggai}}</noinclude>
+
</html>}}

2022年11月16日 (三) 20:23的最后版本

    Ajax加载...