Module:Make Wikisource link: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 July 2025

  • curprev 16:3316:33, 14 July 2025 Fire talk contribs 3,857 bytes +3,857 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..."