Main public logs

Jump to navigation Jump to search

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

Logs
  • 13:16, 16 May 2025 Steve talk contribs created page Module:Debug (Created page with "-- filepath: c:\Users\Steve\Documents\August\debug.lua -- Debug module for MediaWiki local p = {} function p.test(frame) local output = "Debug module loaded successfully!<br>" output = output .. "Frame type: " .. type(frame) .. "<br>" if frame then output = output .. "Number of frame args: " .. (type(frame.args) == "table" and #frame.args or "not a table") .. "<br>" if type(frame.args) == "table" then output = output...")