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

4 November 2024

  • curprev 07:2507:25, 4 November 2024BlackHawk talk contribs 2,562 bytes +2,562 Created page with "local p = {} function p.invoke_main(frame) local args = frame:getParent().args return p.main(args) end function p.main(args) local dtype = string.lower( args[1] or '' ) local pagetitle = mw.title.getCurrentTitle() local pagename = pagetitle.text local basepagename = pagetitle.baseText local ns3000 = pagetitle.namespace == 3000 -- Transcript namespace local linkarg = args.link local link = '' .. ( linkarg or pagename ) .. '' local linkb = args.linkb loca..."