Jump to content

Main public logs

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).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 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
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)