Template:Tl: Revision history

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.

28 May 2024

  • curprev 01:2101:21, 28 May 2024Harrigton talk contribs 125 bytes −548 No edit summary undo
  • curprev 01:2001:20, 28 May 2024Harrigton talk contribs 673 bytes +673 Created page with "local getArgs = require('Module:Arguments').getArgs local lang = mw.getContentLanguage() local p = {} function p.main(frame) local args = getArgs(frame) local template = args[1] local output = '{{' .. template .. '' for key, value in pairs(args) do if key ~= 1 then value = value or '' if lang:parseFormattedNumber(key) == nil then output = output .. '|' .. key..."