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).
- 23:14, 9 August 2025 Galaxy talk contribs created page Module:Infobox (Created page with "local p = {} local function split(s) local t = {} for part in mw.text.gsplit(s or "", "%s*,%s*") do if part ~= "" then table.insert(t, part) end end return t end function p.render(frame) local parent = frame:getParent() local args = parent and parent.args or frame.args local title = args.title or mw.title.getCurrentTitle().text local width = tonumber(args.width) or 300 local order = split(args.order or "") local reserved = { title=true, image=tr...")
- 23:04, 9 August 2025 Galaxy talk contribs deleted page Module:Infobox (content was: "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"):att...", and the only contributor was "Galaxy" (talk))
- 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)...")