User contributions for Chalochatu
From Chalo Chatu, Zambia online encyclopedia
Results for Chalochatu talk block log uploads logs
A user with 1,789 edits. Account created on 11 March 2020.
19 September 2025
- 11:0211:02, 19 September 2025 diff hist +1,016 Template:Infobox election No edit summary current
- 10:5810:58, 19 September 2025 diff hist +277 Template:Infobox election No edit summary
- 10:5310:53, 19 September 2025 diff hist −681 2021 General election No edit summary current
- 10:5110:51, 19 September 2025 diff hist −6,489 Template:Infobox election/doc No edit summary current
- 10:5010:50, 19 September 2025 diff hist −2,509 Template:Infobox election No edit summary
- 10:2910:29, 19 September 2025 diff hist −4,427 Template:Infobox election basic No edit summary current
- 10:2810:28, 19 September 2025 diff hist +3,193 Template:Infobox election basic No edit summary
- 10:2610:26, 19 September 2025 diff hist −4,723 Template:Infobox election basic Undo revision 30781 by Chalochatu (talk) Tag: Undo
- 10:2610:26, 19 September 2025 diff hist +4,723 Template:Infobox election basic No edit summary Tag: Reverted
- 10:2310:23, 19 September 2025 diff hist +1,378 2021 General election No edit summary
- 10:1910:19, 19 September 2025 diff hist +74 2021 General election No edit summary
- 10:1810:18, 19 September 2025 diff hist +1,918 N Template:Infobox election basic Created page with "<includeonly> {| class="infobox vevent" style="width:22em; line-height:1.5em;" |+ {{{election_name|Election}}} |- ! style="text-align:center;" | {{{type|}}} election |- | style="text-align:center;" | {{{election_date|}}} |- ! Country | {{{country|}}} |- ! Turnout | {{{turnout|}}} |- ! Registered voters | {{{registered|}}} |- ! Previous | {{{previous_link|}}} |- ! Next | {{{next_link|}}} |- ! colspan="2" style="text-align:center; background:#eee;" | Candidates |-..."
- 10:1510:15, 19 September 2025 diff hist +3,762 N Template:Infobox election simple Created page with "<includeonly> {| class="infobox vevent" style="width:22em; line-height:1.5em;" |+ {{#if:{{{election_name|}}}|{{{election_name}}}}} <!-- Meta --> {{#if:{{{type|}}}| |- ! style="text-align:center;" | {{ucfirst:{{{type}}}}} election }} {{#if:{{{election_date|}}}| |- | style="text-align:center;" | {{{election_date}}} }} {{#if:{{{country|}}}| |- ! Country | {{{country}}} }} {{#if:{{{turnout|}}}| |- ! Turnout | {{{turnout}}} }} {{#if:{{{registered|}}}| |- ! Registered voters..." current
- 10:1410:14, 19 September 2025 diff hist −2,665 2021 General election No edit summary
- 10:1410:14, 19 September 2025 diff hist −1,364 Template:Infobox election No edit summary
- 10:1110:11, 19 September 2025 diff hist −1,537 2021 General election No edit summary
- 10:1010:10, 19 September 2025 diff hist −31,211 Template:Infobox election No edit summary
- 10:0510:05, 19 September 2025 diff hist +305 Template:Infobox election No edit summary
- 10:0410:04, 19 September 2025 diff hist −110 Template:Infobox legislative election/row No edit summary current
- 09:4109:41, 19 September 2025 diff hist −128 Template:Infobox legislative election/row No edit summary
- 09:0909:09, 19 September 2025 diff hist +1,348 N Template:Infobox legislative election/row Created page with "<!-- Template:Infobox legislative election/row --> <!-- Usage: emits one results row for a legislative election table. Supported params: leader, party, last_election, seats, seats_before, seats_after, seat_change, percentage, color, image, alliance, hidden Notes: - If seat_change is not supplied, it is auto-computed from seats_after - seats_before (fallback 0). - The tiny color strip cell shows when |color= is set. - If |hidden=yes, the row is skipped (useful fo..."
- 08:5908:59, 19 September 2025 diff hist +2,851 N Module:Alternating rows table section/doc Created page with "This module emits table rows with alternating classes/styles (zebra striping). It is a lightweight fallback compatible with templates that expect a function named "main" (and alias "section"). = Overview = Invoke inside a wikitable to output multiple rows. Each positional parameter (1, 2, 3, …) should contain one or more table cells (e.g., `!` or `|` lines). Basic form: {{#invoke:Alternating rows table section|main | 1 = ! Party || Votes || % | 2 = | UPND || 2,852,..." current
- 08:5708:57, 19 September 2025 diff hist +1,866 N Module:Alternating rows table section Created page with "-- Minimal Alternating rows table section -- Purpose: emit table rows with alternating classes. Safe fallback that -- works even if callers pass fully formatted cell content. local p = {} local function getArgs(frame) -- prefer parent args, then direct args local parent = frame:getParent() return parent and parent.args or frame.args end function p.main(frame) local args = getArgs(frame) -- Config (all optional) local rowstyle = args.rowstyle or ""..." current
- 08:1708:17, 19 September 2025 diff hist −162 Module:Collapsible No edit summary current
- 08:1408:14, 19 September 2025 diff hist +8,517 N Template:Infobox election/doc Created page with "{{Documentation subpage}} {{High-risk|reason=Heavily used across election articles; changes affect many pages.}} = Template:Infobox election = This template builds a flexible infobox for election pages (presidential, parliamentary/legislative, by-elections, primaries). It supports up to nine parties/candidates in three blocks (1–3, 4–6, 7–9), optional turnout and progress bars, and up to four maps with captions. == Basic usage == Minimal example (presidential): <..."
- 08:1208:12, 19 September 2025 diff hist −822 Template:Infobox election No edit summary
- 08:0208:02, 19 September 2025 diff hist +50 MediaWiki:Common.css No edit summary current
- 07:5307:53, 19 September 2025 diff hist +2,150 N Module:Collapsible/doc Created page with "This module is a small compatibility shim that exposes a function named collapsible. It forwards calls to an available renderer so that legacy templates using {{#invoke:…|collapsible}} do not break. == Purpose == Some imported templates call: <code>{{#invoke:Collapsible|collapsible|...}}</code> or <code>{{#invoke:Collapsible list|collapsible|...}}</code> On Chalo Chatu the primary entrypoint is main in Module:Collapsible list. This shim looks for that first; if u..." current
- 07:5307:53, 19 September 2025 diff hist +3,247 N Module:Collapsible list/doc Created page with "This module provides a simple, dependency-light way to render a collapsible list in templates and articles. It is designed for use inside infoboxes, sidebars, or documentation where a compact, toggleable list is needed. == Overview == Invoke with: {{#invoke:Collapsible list|main|title=Section title|collapsed=yes|1=First item|2=Second item|...}} The module outputs a minimal HTML structure with classes that can be styled via MediaWiki:Common.css. If collapsed=yes is prov..." current
- 07:5107:51, 19 September 2025 diff hist +1,067 N Module:Collapsible list 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..." current Tag: Recreated
- 07:4607:46, 19 September 2025 diff hist −36 2021 General election No edit summary
- 07:4607:46, 19 September 2025 diff hist +716 N 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..."
- 07:4007:40, 19 September 2025 diff hist +40 N Talk:Zambian general election, 2021 Chalochatu moved page Talk:Zambian general election, 2021 to Talk:2021 General election current Tag: New redirect
- 07:4007:40, 19 September 2025 diff hist 0 m Talk:2021 General election Chalochatu moved page Talk:Zambian general election, 2021 to Talk:2021 General election current
- 07:4007:40, 19 September 2025 diff hist +35 N Zambian general election, 2021 Chalochatu moved page Zambian general election, 2021 to 2021 General election current Tag: New redirect
- 07:4007:40, 19 September 2025 diff hist 0 m 2021 General election Chalochatu moved page Zambian general election, 2021 to 2021 General election
17 September 2025
- 01:5601:56, 17 September 2025 diff hist −3 Alubusu No edit summary current
- 01:5501:55, 17 September 2025 diff hist 0 N File:Alubusu.jpg No edit summary current
- 01:5001:50, 17 September 2025 diff hist +6,108 Alubusu No edit summary
13 September 2025
- 08:0908:09, 13 September 2025 diff hist −36 Lungu and Hichilema Saga →References current
- 08:0808:08, 13 September 2025 diff hist +2,441 Lungu and Hichilema Saga No edit summary
- 08:0408:04, 13 September 2025 diff hist 0 m Lungu and Hichilema Saga Chalochatu moved page User:Lungu and Hichilema Saga to Lungu and Hichilema Saga without leaving a redirect: Misspelled title
- 08:0208:02, 13 September 2025 diff hist 0 m Lungu and Hichilema Saga Chalochatu moved page User:Icem4k/President Lungu and Hichilema Saga to User:Lungu and Hichilema Saga without leaving a redirect
- 08:0008:00, 13 September 2025 diff hist −3,820 Lungu and Hichilema Saga No edit summary
- 07:4907:49, 13 September 2025 diff hist +34 N Template:Text quality Redirected page to Template:TextQuality current Tag: New redirect
- 07:3307:33, 13 September 2025 diff hist +3,962 N Template:Text quality/doc Created page with "{{Documentation subpage}} This page documents the template {{tl|TextQuality}}. It provides a small page-status indicator for the prose quality of an article. For the guideline behind the levels, see Chalo Chatu:Text quality. __TOC__ == What this template does == * Renders a small icon (often via an Indicator) showing the page’s text quality level. * In mainspace only, adds a tracking category: ‘‘Category:Text quality N%’’ (where N is 0, 25, 50, 75, 100)...." current
- 07:2707:27, 13 September 2025 diff hist +3,508 N Chalo Chatu:Text quality Created page with "{{DISPLAYTITLE:Chalo Chatu:Text quality}} This page defines the Text quality scale used to signal the editorial state of an article’s prose and to guide improvement work. It also documents how to use the {{tl|Text quality}} template (a small icon near the title). __TOC__ == Purpose == The Text quality indicator is a lightweight visual cue. It tells readers and editors whether the prose is draft, complete, or fully proofread. It does not judge notability, sourcing, o..." current
- 07:2007:20, 13 September 2025 diff hist +1 President Hichilema's speech at the 5th Session of the 13th National Assembly of Zambia No edit summary current
- 07:1407:14, 13 September 2025 diff hist +5 Template:TextQuality No edit summary current
- 07:0407:04, 13 September 2025 diff hist +57,152 N President Hichilema's speech at the 5th Session of the 13th National Assembly of Zambia Created page with "{{TextQuality|75%}}__NOTOC__ __NOEDITSECTION__ {{header | title = President Hichilema's speech at the 5th Session of the thirteenth National Assembly | author = Hakainde Hichilema | section = | previous = | next = | year = 2025 | portal = | notes = Delivered at the National Assembly hall in Lusaka during the 5th Ceremonial Opening of the 5th Session of the Thirteenth Assembly. }} We are honoured to join you today to address the house on this..."