Module:Template 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.

3 August 2025

  • curprev 10:2010:20, 3 August 2025HyperNervie talk contribsm 2,232 bytes −117 Replace " " with "\t"
  • curprev 10:1810:18, 3 August 2025HyperNervie talk contribs 2,349 bytes +838 More flags
  • curprev 08:3508:35, 3 August 2025HyperNervie talk contribs 1,511 bytes +1,511 Created page with "local p = {} local function trim(str) if str == nil then return nil end return mw.text.trim(tostring(str)) end function p.main(frame) local args = {} for k, v in pairs(frame.args) do args[k] = v end for k, v in pairs(frame:getParent().args) do args[k] = v end return p.makeLink(args) end function p.makeLink(args) local templateName = trim(args[1]) if templateName == nil then error("Template name not given") end..."