Module:Inventory slot/Aliases/Table: 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.

24 January 2024

22 October 2023

  • curprev 04:2104:21, 22 October 2023Pontaoski talk contribs 1,255 bytes +1,255 Created page with "local p = {} p.table = function() local slot = require( Module:Inventory slot ) local aliases = mw.loadData( Module:Inventory slot/Aliases ) local aliasNames = {} local aI = 1 for name in pairs( aliases ) do -- Skip the banner aliases (except "Any Banner"), as there are so -- many of them it causes the table to be excessively long if name == 'Any Banner' or not name:find( ' Banner$' ) and not name:find( '^Matching ' ) then aliasNames[aI] = name..."