All public logs

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

Logs
  • 00:12, 6 January 2024 Tacopill talk contribs created page Module:Header (Created page with "local p = {} --p stands for package function p.header(frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._header(args) end function p._header(args, options) if mw.site.namespaces ~= 502 and args["title"] ~= nil then gallery_text = "[[Gallery:" .. args["title"] .. "|Gallery]]" else gallery_text = "Gallery" end if mw.site.namespaces ~= 14 and args["title"] ~=...")