Related changes
Appearance
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- D
- ClimateKG edit
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
20 May 2026
|
|
N 11:56 | Module:ReportTOC 5 changes history +3,052 [Laura (5×)] | |||
|
|
11:56 (cur | prev) −27 Laura talk contribs | ||||
|
|
11:54 (cur | prev) +2,895 Laura talk contribs | ||||
|
|
11:52 (cur | prev) −2,708 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") Tag: Replaced | ||||
|
|
11:51 (cur | prev) −157 Laura talk contribs | ||||
| N |
|
11:43 (cur | prev) +3,049 Laura talk contribs (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...") | |||