Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:RecentlyChanged: Difference between revisions

Template page
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 9: Line 9:
     rcprop: "title|ids|sizes|flags|user",
     rcprop: "title|ids|sizes|flags|user",
     rclimit: "10",
     rclimit: "10",
     format: "json"
     format: "json",
rctoponly: true,
rcshow:"!minor",
rcnamespace:"0|1"
};
};


Line 20: Line 23:
         var recentchanges = response.query.recentchanges;
         var recentchanges = response.query.recentchanges;
         for (var rc in recentchanges) {
         for (var rc in recentchanges) {
             element.innerHTML += "<li></html>[["+rc+"]]<html></a></li>"
             element.innerHTML += "<li><a href=\"https://lore.gnoblin.cc/w/"+recentchanges[rc].title+"\">"+recentchanges[rc].title+"</a></li>"
         }
         }
     })
     })
     .catch(function(error){console.log(error);});
     .catch(function(error){console.log(error);});
</script></html>
</script></html>

Latest revision as of 10:54, 1 June 2026