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

23 August 2025

  • curprev 08:5408:54, 23 August 2025HyperNervie talk contribs 952 bytes +92 Add templatestyles
  • curprev 08:3008:30, 23 August 2025HyperNervie talk contribs 860 bytes +10 No edit summary
  • curprev 08:2808:28, 23 August 2025HyperNervie talk contribs 850 bytes +850 Created page with "local p = {} local function _noredirect(name) return "\n*" .. mw.getCurrentFrame():expandTemplate{ title = "Noredirect", args = {name} } end local function _noredirectTemplate(name) return "\n*<code>{{" .. mw.getCurrentFrame():expandTemplate{ title = "Noredirect", args = {"Template:" .. name, name} } .. "}}</code>" end function p.main(frame) local args = {} for k, v in pairs(frame:getParent().args) do args[k] = mw.text.trim(v) end local noredirect = _nor..."