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
  • 17:05, 23 September 2023 PhantomCaleb talk contribs created page Module:Delete (Created page with "local p = {} function p.Categories(frame) local categories = "" local title = mw.title.getCurrentTitle() local namespace = title.nsText -- While this could be refactored, it's best that the prefixed category title -- remain whole so that it can be more easily found in source searches if namespace == "File" then categories = categories .. "Category:Files needing deletion" elseif namespace == "Template" then categories = categories .. "[[Category:Templat...")