Jump to content

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

30 November 2025

  • curprev 03:4703:47, 30 November 2025 Spacetrain31 talk contribs 621 bytes +621 Created page with "local p = {} function p.getParent(frame) local pagename = frame.args[1] or mw.title.getCurrentTitle().fullText local parent = pagename:match("^(.+)/[^/]+$") if parent then return parent else return "" end end function p.getParentName(frame) local pagename = frame.args[1] or mw.title.getCurrentTitle().fullText local parent = pagename:match("^(.+)/[^/]+$") if parent then -- Remove namespace prefix for disp..."