Main public logs
From Chalo Chatu, Zambia online encyclopedia
Jump to navigationJump to search
Combined display of all available logs of Chalo Chatu, Zambia online encyclopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:35, 8 September 2025 Chalochatu talk contribs created page Module:CitationLite (Created page with "-- Module:CitationLite -- Lightweight citation renderer for Chalo Chatu -- Supports: cite_web, cite_news, cite_book, cite_journal -- Design goals: simple, robust, no complex date parsing, no heavy dependencies. local p = {} -- ========== Utilities ========== local function trim(s) if type(s) ~= "string" then return s end return (s:gsub("^%s+", ""):gsub("%s+$", "")) end local function isempty(v) if v == nil then return true end if type(v) == "string" then return tr...")