Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Infobox: Revision history

From Chop Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 August 2025

  • curprev 23:1723:17, 9 August 2025 Galaxy talk contribs 1,608 bytes +15 No edit summary
  • curprev 23:1423:14, 9 August 2025 Galaxy talk contribs 1,593 bytes +1,593 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..."