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).
- 07:51, 22 May 2026 Laura talk contribs created page Template:ChapterNavigation (Created page with "<onlyinclude><div class="cn-box"> <table class="cn-row"><tr> {{#if:{{{prevurl|}}}| <td class="cn-prev"> <div class="cn-direction">← Previous</div> <div class="cn-chapter-title">[[{{{prevurl}}}|{{{prevtitle}}}]]</div> <div class="cn-chapter-desc">{{{prevdesc}}}</div> </td> | <td class="cn-prev cn-empty"> <div class="cn-empty-label">First chapter</div> </td> }} <td class="cn-center"> <div class="cn-center-img">[[File:{{{cover}}}|48px|link={{{reporturl}}}]]</div> <div cla...")
- 07:50, 22 May 2026 Laura talk contribs deleted page Template:ChapterNav (content was: "<onlyinclude><div class="cn-box"> <table class="cn-row"><tr> {{#if:{{{prevurl|}}}| <td class="cn-prev"> <div class="cn-direction">← Previous</div> <div class="cn-chapter-title">[[{{{prevurl}}}|{{{prevtitle}}}]]</div> <div class="cn-chapter-desc">{{{prevdesc}}}</div> </td> | <td class="cn-prev cn-empty"> <div class="cn-empty-label">First chapter</div> </td> }} <td class="cn-center"...", and the only contributor was "Laura" (talk))
- 06:59, 22 May 2026 Laura talk contribs created page Module:AcronymTerms (Created page with "-- Module:AcronymTerms -- Processes acronyms and generates linked pills for display local p = {} -- Trim whitespace from string local function trim(str) return str:match("^%s*(.-)%s*$") end -- Convert acronym to anchor format (spaces and special chars to underscores) local function acronymToAnchor(acronym) return trim(acronym):gsub(" ", "_"):gsub("₂", "2"):gsub("°", "") end -- Main function to render acronyms function p.renderTerms(frame) local acronym...")
- 06:58, 22 May 2026 Laura talk contribs created page Template:AcronymTerms (Created page with "<noinclude> == Usage == This template displays a box with acronyms as linked pills/badges. === Basic usage === <pre> {{AcronymTerms | acronym_page = Climate:Acronyms | acronyms = ACCESS, ACCMIP, AMIP, AR, AR5, AR6 }} </pre> === Parameters === * '''acronym_page''' - Base page for acronym links (required) * '''acronyms''' - Comma-separated list of acronyms to display (required) * '''title''' (optional) - Title text for the box. Default: "Acronyms used in this report" *...")
- 04:56, 22 May 2026 Laura talk contribs created page Module:GlossaryTerms (Created page with "-- Module:GlossaryTerms -- Processes glossary terms and generates linked pills for display local p = {} -- Trim whitespace from string local function trim(str) return str:match("^%s*(.-)%s*$") end -- Convert term to anchor format (spaces to underscores) local function termToAnchor(term) return trim(term):gsub(" ", "_") end -- Main function to render glossary terms function p.renderTerms(frame) local glossary_page = trim(frame.args.glossary_page or "IPCC:A...") Tag: Recreated
- 04:47, 22 May 2026 Laura talk contribs deleted page Module:GlossaryTerms (content was: "-- Module:GlossaryTerms -- Handles rendering of glossary terms pills dynamically local p = {} function p.main(frame) local termsArg = frame.args['terms'] or '' if termsArg == '' then return '' end -- Split the pipe-separated string into individual terms local terms = {} for term in string.gmatch(termsArg, '([^|]+)') do -- Trim whit...", and the only contributor was "Laura" (talk))
- 12:31, 20 May 2026 Laura talk contribs created page Template:ChapterNav (Created page with "<onlyinclude><div class="cn-box"> <table class="cn-row"><tr> {{#if:{{{prevurl|}}}| <td class="cn-prev"> <div class="cn-direction">← Previous</div> <div class="cn-chapter-title">[[{{{prevurl}}}|{{{prevtitle}}}]]</div> <div class="cn-chapter-desc">{{{prevdesc}}}</div> </td> | <td class="cn-prev cn-empty"> <div class="cn-empty-label">First chapter</div> </td> }} <td class="cn-center"> <div class="cn-center-img">[[File:{{{cover}}}|48px|link={{{reporturl}}}]]</div> <div cla...")
- 12:09, 20 May 2026 Laura talk contribs created page Template:GlossaryTerms (Created page with "{{#invoke:GlossaryTerms|main|terms={{{terms}}}}}")
- 12:08, 20 May 2026 Laura talk contribs created page Module:GlossaryTerms (Created page with "-- Module:GlossaryTerms -- Handles rendering of glossary terms pills dynamically local p = {} function p.main(frame) local termsArg = frame.args['terms'] or '' if termsArg == '' then return '' end -- Split the pipe-separated string into individual terms local terms = {} for term in string.gmatch(termsArg, '([^|]+)') do -- Trim whitespace from each term term = mw.text.trim(term) if term ~= '' then...")
- 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...")
- 10:51, 20 May 2026 Laura talk contribs created page Template:ReportHeaderLinked (Created page with "<onlyinclude> <a href="{{fullurl:{{{link}}}}}" style="text-decoration: none; color: inherit; display: block;"> <div class="rh-banner"> <div class="rh-banner-top"> <div class="rh-banner-img">[[File:{{{cover}}}|160px|link=]]</div> <div class="rh-banner-right"> <div class="rh-banner-titles"> <div class="rh-banner-tag">{{{type|Report}}}</div> <div class="rh-banner-title">{{{title}}}</div> <div class="rh-banner-subtitle">{{{subtitle}}}</div> </div> <div class="rh-banner-meta"...")
- 07:10, 20 May 2026 Laura talk contribs created page Template:ReportHeader (Created page with "<onlyinclude><div class="rh-banner"> <div class="rh-banner-top"> <div class="rh-banner-img">[[File:{{{cover}}}|160px]]</div> <div class="rh-banner-right"> <div class="rh-banner-titles"> <div class="rh-banner-tag">Report</div> <div class="rh-banner-title">{{{title}}}</div> <div class="rh-banner-subtitle">{{{subtitle}}}</div> <div class="rh-banner-abstract-text">{{{abstract}}}</div> </div> <div class="rh-banner-meta"> <div class="rh-banner-field"> <span class="rh-banner-lb...")
- 20:18, 18 May 2026 Laura talk contribs created page IPCC:AR6/Data/Glossary (Created page with "<div class="glossary-container"> = IPCC AR6 Glossary = This is a comprehensive glossary of terms from the IPCC Sixth Assessment Report (AR6). __TOC__ <div class="glossary-letter-section"> == 1 == <div class="glossary-entry"> <div id="1.5°C_pathway"></div> === <span class="glossary-term">1.5°C pathway</span> === <div class="glossary-definition">'''Definition:''' A pathway of emissions of greenhouse gases and other climate forcers that provides an approximately one-...")
- 20:14, 18 May 2026 Laura talk contribs moved page IPCC:AR6/Data/Glossary to IPCC:AR6/Data/Acronyms without leaving a redirect
- 20:13, 18 May 2026 Laura talk contribs created page Template:DataAcronyms (Created page with "<div class="acronym-terms-box"> <div class="acronym-terms-title">Acronyms used in this report</div> <div class="acronym-terms-pills"> ACCESS ACCMIP AMIP AR AR5 AR6 AOGCM AWAP BCE CMIP IPCC:AR6/Acronyms#C...")
- 20:11, 18 May 2026 Laura talk contribs moved page IPCC:AR6/Glossary to IPCC:AR6/Data/Glossary without leaving a redirect
- 20:09, 18 May 2026 Laura talk contribs created page IPCC:AR6/Glossary (Created page with "= IPCC AR6 Acronyms = This is a comprehensive list of acronyms from the IPCC Sixth Assessment Report (AR6). (Working group reports only) <div class="acronyms-letter-section"> == μ == <div class="acronyms-entry"> <div id="μatm"></div> === <span class="acronyms-term">μatm</span> === <div class="acronyms-description">'''Definition:''' Microatmospheres</div> <div class="acronyms-report">'''Report:''' SR1.5</div> </div> </div> <div class="acronyms-letter-section">...")
- 20:03, 18 May 2026 Laura talk contribs moved page Template:ReportToc to Template:ReportTOC without leaving a redirect
- 20:00, 18 May 2026 Laura talk contribs created page Template:ReportToc (Created page with "<onlyinclude><div class="rtoc-box"> <div class="rtoc-header">Contents</div> <div class="s-fm"> <div class="rtoc-section-title">Front Matter</div> <div class="rtoc-oos">Content in this section is out of scope</div> </div> <div class="s-spm"> <div class="rtoc-section-title">SPM</div> {{#if:{{{spmtitle|}}}|<div class="rtoc-entry"><div class="rtoc-entry-text"><span class="rtoc-entry-title">{{{spmtitle}}}</span>{{#if:{{{spmsubtitle|}}}|<span class="rtoc-entry-subtitle">{{{s...")
- 18:33, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Technical-summary to IPCC:AR6/WGIII/TS without leaving a redirect
- 18:33, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Summary-for-policymakers to IPCC:AR6/WGIII/SPM without leaving a redirect
- 18:33, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-9 to IPCC:AR6/WGIII/Chapter-9 without leaving a redirect
- 18:33, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-8 to IPCC:AR6/WGIII/Chapter-8 without leaving a redirect
- 18:33, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-7 to IPCC:AR6/WGIII/Chapter-7 without leaving a redirect
- 18:33, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-6 to IPCC:AR6/WGIII/Chapter-6 without leaving a redirect
- 18:32, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-5 to IPCC:AR6/WGIII/Chapter-5 without leaving a redirect
- 18:32, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-4 to IPCC:AR6/WGIII/Chapter-4 without leaving a redirect
- 18:32, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-3 to IPCC:AR6/WGIII/Chapter-3 without leaving a redirect
- 18:32, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-2 to IPCC:AR6/WGIII/Chapter-2 without leaving a redirect
- 18:31, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-17 to IPCC:AR6/WGIII/Chapter-17 without leaving a redirect
- 18:31, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-16 to IPCC:AR6/WGIII/Chapter-16 without leaving a redirect
- 18:31, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-15 to IPCC:AR6/WGIII/Chapter-15 without leaving a redirect
- 18:31, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-14 to IPCC:AR6/WGIII/Chapter-14 without leaving a redirect
- 18:31, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-13 to IPCC:AR6/WGIII/Chapter-13 without leaving a redirect
- 18:30, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-12 to IPCC:AR6/WGIII/Chapter-12 without leaving a redirect
- 18:30, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-11 to IPCC:AR6/WGIII/Chapter-11 without leaving a redirect
- 18:30, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-10 to IPCC:AR6/WGIII/Chapter-10 without leaving a redirect
- 18:30, 18 May 2026 Laura talk contribs moved page IPCC:Wg3:Chapter:Chapter-1 to IPCC:AR6/WGIII/Chapter-1 without leaving a redirect
- 18:29, 18 May 2026 Laura talk contribs moved page IPCC:Wg2:Chapter:Technical-summary to IPCC:AR6/WGII/TS without leaving a redirect
- 18:29, 18 May 2026 Laura talk contribs moved page IPCC:Wg2:Chapter:Summary-for-policymakers to IPCC:AR6/WGII/SPM without leaving a redirect
- 18:29, 18 May 2026 Laura talk contribs moved page IPCC:Wg2:Chapter:Chapter-9 to IPCC:AR6/WGII/Chapter-9 without leaving a redirect
- 18:29, 18 May 2026 Laura talk contribs moved page IPCC:Wg2:Chapter:Chapter-8 to IPCC:AR6/WGII/Chapter-8 without leaving a redirect
- 18:29, 18 May 2026 Laura talk contribs moved page IPCC:Wg2:Chapter:Chapter-7 to IPCC:AR6/WGII/Chapter-7 without leaving a redirect
- 18:28, 18 May 2026 Laura talk contribs moved page IPCC:Wg2:Chapter:Chapter-6 to IPCC:AR6/WGII/Chapter-6 without leaving a redirect
- 18:28, 18 May 2026 Laura talk contribs moved page IPCC:Wg2:Chapter:Chapter-5 to IPCC:AR6/WGII/Chapter-5 without leaving a redirect
- 18:28, 18 May 2026 Laura talk contribs moved page IPCC:Wg2:Chapter:Chapter-4 to IPCC:AR6/WGII/Chapter-4 without leaving a redirect
- 18:28, 18 May 2026 Laura talk contribs moved page IPCC:Wg2:Chapter:Chapter-3 to IPCC:AR6/WGII/Chapter-3 without leaving a redirect
- 18:28, 18 May 2026 Laura talk contribs moved page IPCC:Wg2:Chapter:Chapter-2 to IPCC:AR6/WGII/Chapter-2 without leaving a redirect
- 18:27, 18 May 2026 Laura talk contribs moved page IPCC:Wg2:Chapter:Chapter-18 to IPCC:AR6/WGII/Chapter-18 without leaving a redirect
- 18:27, 18 May 2026 Laura talk contribs moved page IPCC:Wg2:Chapter:Chapter-17 to IPCC:AR6/WGII/Chapter-17 without leaving a redirect