Main public logs
Jump to navigation
Jump to search
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).
- 08:07, 20 May 2026 91.65.198.179 talk 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...")