Main public logs
Appearance
Combined display of all available logs of ClimateKG. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:43, 20 May 2026 Laura talk contribs created page Module:ReportTOC (Created page with "-- Module:ReportTOC -- Handles rendering of report table of contents with chapters loop local p = {} function p.renderChapter(frame, chNum) local title = frame.args['ch' .. chNum .. 'title'] or '' local subtitle = frame.args['ch' .. chNum .. 'subtitle'] or '' local url = frame.args['ch' .. chNum .. 'url'] or '' if title == '' then return '' end local subtitleHtml = '' if subtitle ~= '' then subtitleHtml = '<span cla...")