Jump to content

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

28 March 2026

  • curprev 22:4822:48, 28 March 2026 Wikilah admin talk contribs 625 bytes +625 Created page with "local p = {} function p.get(frame) -- Get the page name from the template parameter local pageName = frame.args[1] or frame:getParent().args[1] if not pageName or pageName == "" then return "Error: No page name provided." end -- Create a title object for the page local title = mw.title.new(pageName) if not title then return "Error: Invalid page title." end -- Fetch the raw unparsed wikitext local conten..."