Module:RecursiveSelectiveList: Difference between revisions
EnWikiAdmin (talk | contribs) No edit summary |
EnWikiAdmin (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
function p.main(frame) | function p.main(frame) | ||
-- | -- Debugging: Display the raw input from the template | ||
local args = frame:getParent().args | local args = frame:getParent().args | ||
local pageName = args.pageName or "Main Page" | local pageName = args.pageName or "Main Page" | ||
-- Display what was captured | |||
return "Debug: pageName = " .. pageName | |||
-- | |||
end | end | ||
return p | return p |
Revision as of 07:09, 22 December 2024
Documentation for this module may be created at Module:RecursiveSelectiveList/doc