Module:ItemData/nav: Difference between revisions

Sur (talk | contribs)
m revert previous since its not needed and its time complexity is much worse; Undo revision 11448 by Sur (talk)
Tag: Undo
Sur (talk | contribs)
m get_item_nav_cards -> get_item_nav_bulletpoints
Line 4: Line 4:


-- for [[Template:Item Navbox]], i.e. {{ItemIcon|Basic Magazine}} • {{ItemIcon|Close Quarters}}
-- for [[Template:Item Navbox]], i.e. {{ItemIcon|Basic Magazine}} • {{ItemIcon|Close Quarters}}
function p.get_item_nav_cards(frame)
function p.get_item_nav_bulletpoints(frame)
local slot = frame.args[1]
local slot = frame.args[1]
local min_souls = frame.args[2]
local min_souls = frame.args[2]