Module:See also: 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.

17 January 2025

  • curprev 22:4222:42, 17 January 2025 Jorb talk contribs 1,072 bytes +1,072 Created page with "local p = {} local lang = require('Module:Template translation').getLanguage() local frame = mw.getCurrentFrame() local function msg(name) return mw.message.new(name):inLanguage(lang):plain() end local function generateLink(i, args) local title = args[i] local linktext = args['label ' .. tostring(i)] or args['l' .. tostring(i)] or nil if args.ll then return frame:expandTemplate{ title = 'll', args = { title, linktext } } else if linktext then return string..."