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

Module:Bold list/sandbox: Revision history

From Kenshi 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.

10 March 2025

  • curprev 23:3323:33, 10 March 2025 Prd talk contribs 548 bytes +548 Created page with "-- Written by User:Ahecht in response to a thread at WP:VPI return { main = function(frame) index, output = {}, "" for k, v in pairs(frame:getParent().args) do if type(k) == 'number' and (v or "") ~= "" then table.insert(index, k) end end table.sort(index) for i, v in ipairs(index) do output = output .. frame:getParent().args[v] .. ((i == #index - 1) and ("'''" .. (#index > 2 and ", " or " ") .. (frame.args.conj or "or") .. " '''") or ((#index > 1 and i < #i..."