Module:Collapsible list: 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.

19 September 2025

  • curprev 07:5107:51, 19 September 2025 Chalochatu talk contribs 1,067 bytes +1,067 Created page with "local p = {} local function yesno(val) if type(val) == 'string' then val = mw.text.trim(val) local lower = mw.ustring.lower(val) if lower == 'yes' or lower == 'y' or lower == 'true' or lower == '1' then return true end if lower == 'no' or lower == 'n' or lower == 'false' or lower == '0' then return false end end return val and true or false end function p.main(frame) local args = frame:getParent() and frame:getParent().args or frame.args local title = args..." Tag: Recreated