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