All public logs

Jump to navigation Jump to search

Combined display of all available logs of Zelda Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:34, 2 May 2023 PhantomCaleb talk contribs created page Module:Sandbox/PhantomCaleb (Created page with "local p = {} local utilsMarkup = require("Module:UtilsMarkup") local utilsPage = require("Module:UtilsPage") local utilsTable = require("Module:UtilsTable") function p.Query(frame) local since = frame.args[1] if not since then local time = os.time() - 60*60*24 -- minus 24 hours since = os.date("%Y%m%d%H%M%S", time) end local pages = utilsPage.dpl({ namespace = "", allrevisionssince = since, }) pages = utilsTable.unique(pages) local links = {} for i, pag...")