All public logs

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

Logs
  • 22:38, 8 May 2023 Couchor talk contribs created page Module:FileDescription (Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) local imageTitle = mw.title.new(args[1], "File") local description = imageTitle:getContent() if description then return description else return nil end end return p")