Main public logs

Jump to navigation Jump to search

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

Logs
  • 16:33, 14 July 2025 Fire talk contribs created page Module:Make Wikisource link (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') function p.makeLink(frame) local args = getArgs(frame) local lang = args['explicit_lang_param'] or args['implicit_lang_param'] or 'en' local page = mw.title.getCurrentTitle() local pagename = page.text local authorPrefix = args.works and frame:expandTemplate{ title = 'Wikisource/Author', args = { lang } } or '' local linkTarget local displayText local toReturn...")