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).
- 07:46, 19 September 2025 Chalochatu talk contribs created page Module:Collapsible (Created page with "local p = {} function p.collapsible(frame) -- Prefer your local Module:Collapsible list if it exists local ok, m = pcall(require, 'Module:Collapsible list') if ok and m and type(m.main) == 'function' then return m.main(frame) end -- Fallback to Module:Navbox if your setup routes collapsible lists via Navbox local ok2, nav = pcall(require, 'Module:Navbox') if ok2 and nav and type(nav.navbox) == 'function' then -- Pass through unchanged; may not render as a li...")