Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:CategoryTranscluder: Revision history

From Teriock

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.

14 January 2025

  • curprev 11:2611:26, 14 January 2025Gpe talk contribs 2,204 bytes +951 No edit summary
  • curprev 11:2011:20, 14 January 2025Gpe talk contribs 1,253 bytes −12 No edit summary
  • curprev 11:1611:16, 14 January 2025Gpe talk contribs 1,265 bytes +1,265 Created page with "local p = {} -- Function to retrieve and transclude pages in a given category function p.transcludeCategory(frame) -- Get the category name from the arguments local args = frame:getParent().args local categoryName = args[1] if not categoryName or categoryName == "" then return "Error: No category specified." end -- Initialize a buffer to hold the transcluded content local contentBuffer = {} -- Iterate through pages in the categ..."