Module:CitationLite: Revision history

From Chalo Chatu, Zambia online encyclopedia
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 September 2025

  • curprev 12:4312:43, 8 September 2025 Chalochatu talk contribs 7,595 bytes −51 No edit summary
  • curprev 11:0711:07, 8 September 2025 Chalochatu talk contribs 7,646 bytes +57 No edit summary
  • curprev 10:3510:35, 8 September 2025 Chalochatu talk contribs 7,589 bytes +7,589 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..."