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

15 December 2025

  • curprev 21:2721:27, 15 December 2025 Arclight talk contribs 487 bytes +56 No edit summary
  • curprev 21:2321:23, 15 December 2025 Arclight talk contribs 431 bytes +431 Created page with "-- Module:EveryCRTLinks local p = {} function p.addDocumentLink(frame) local crt = mw.title.getCurrentTitle().text -- You can tweak this target naming scheme local target = crt .. " - document" local url = mw.uri.fullUrl( "Special:FormEdit", { form = "Document", target = target, crt = crt } ) return string.format("[%s %s]", tostring(url), "Add a document for this CRT") end return p"
MediaWiki Appliance - Powered by TurnKey Linux