Main public logs
More actions
Combined display of all available logs of Chop Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:46, 9 August 2025 Galaxy talk contribs created page Module:Infobox (Created page with "local p = {} local function addRow(tbl, label, value) if not label or label == "" then return end if not value or value == "" then return end local tr = tbl:tag("tr") tr:tag("th"):wikitext(label) tr:tag("td"):wikitext(value) end local function addHeader(tbl, text) if not text or text == "" then return end local tr = tbl:tag("tr") tr:tag("th"):attr("colspan","2"):addClass("infobox-section"):wikitext(text) end function p.infobox(frame)...")