Jump to content

Module:ReportTOC

From ClimateKG
Revision as of 11:52, 20 May 2026 by Laura (talk | contribs) (Replaced content with "-- Module:ReportTOC - DEBUG VERSION local p = {} function p.main(frame) local spmTitle = frame.args['spmtitle'] return "SPM Title: " .. (spmTitle or "NOT FOUND") end return p")

Documentation for this module may be created at Module:ReportTOC/doc

-- Module:ReportTOC - DEBUG VERSION
local p = {}

function p.main(frame)
    local spmTitle = frame.args['spmtitle']
    return "SPM Title: " .. (spmTitle or "NOT FOUND")
end

return p