Module:Documentation: Difference between revisions

fix subjectSpace var in makeSubpagesBlurb
(clean up the env table functions and the comments)
(fix subjectSpace var in makeSubpagesBlurb)
Line 627:
function p.makeSubpagesBlurb(args, env)
-- Get the template title object
local subjectSpace = env.subjectSpace
local templateTitle = env.templateTitle
if not subjectSpace or not templateTitle then
return nil
end
Anonymous user