Related changes
From Chalo Chatu, Zambia online encyclopedia
Jump to navigationJump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
19 September 2025
N 07:51 | Module:Collapsible list diffhist +1,067 Chalochatu talk contribs (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...") |
07:51 | Deletion log Chalochatu talk contribs deleted page Module:Collapsible list (content was: "-- This module implements {{collapsible list}}. local p = {} local function getListItem( data ) if not type( data ) == 'string' then return '' end return mw.ustring.format( '<li style="line-height: inherit; margin: 0">%s</li>', data ) end -- Returns an array containing the keys of all positional arguments -- that contain data (i.e. non-whitespace values). l...", and the only contributor was "Icem4k" (talk)) |