Module:Config: Revision history

Jump to navigation Jump to search

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.

23 June 2024

16 June 2024

7 June 2024

6 June 2024

14 May 2024

7 May 2024

  • curprev 21:0821:08, 7 May 2024Toycars talk contribs 3,190 bytes +1 No edit summary
  • curprev 20:5220:52, 7 May 2024Toycars talk contribs 3,189 bytes +71 No edit summary
  • curprev 20:4720:47, 7 May 2024Toycars talk contribs 3,118 bytes +3,118 Created page with "local cfg = {} local func = require('Module:Func') function cfg.imageFormat(itemType, itemName) if itemType == 'Amulet' then return string.format('Amulet_%s.png', func.removeEncoding(itemName)) elseif itemType == 'Body Armor' then return string.format('Armor_%s.png', func.removeEncoding(itemName)) elseif itemType == 'Belt' then return string.format('Belts_%s.png', func.removeEncoding(itemName)) elseif itemType == 'Boots' then return string.format('B..."