Editing Module:Sandbox/One BarGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 119: | Line 119: | ||
-- query all the filtered items. itemName is the item table. | -- query all the filtered items. itemName is the item table. | ||
for internalName, itemName in | for internalName, itemName in ipairs(filteredData) do Β | ||
local display = itemName["Name"] | local display = itemName["Name"] | ||