Module:Item: Revision history

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.

March 22, 2026

  • curprev 00:1500:15, March 22, 2026Braxton2409 talk contribs 1,900 bytes +1,900 Created page with "require('strict') local Item = {} local function sentenceCase(str) return (str:gsub("^%l", string.upper)) end -- @param categories table Plain text categories in array local function convertCategories(categories) local mapped = {} for _, category in pairs(categories) do if category ~= nil then if string.sub(category, 1, 2) ~= '[[' then category = string.format('Category:%s', category) end tab..."