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
No edit summary
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
};
};


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><a href=\"https://lore.gnoblin.cc/w/"+rc+"\"></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>

Revision as of 11:10, 17 May 2026