Editing Module:ItemData/navGive feedback
Jump to navigation
Jump to search
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 14: | Line 14: | ||
-- The card navboxes put every item on a single page, so their cards opt into | -- The card navboxes put every item on a single page, so their cards opt into | ||
-- the cheaper ItemBox rendering | -- the cheaper ItemBox rendering: a gradient instead of the masked wear tint, no | ||
-- | -- icon mask, one shared paper, and an icon requested at the size it is actually | ||
-- | -- drawn. Each of those is a render pass, a backdrop read or a texture upload the | ||
-- GPU would otherwise repeat for every card on screen. See [[Template:ItemBox]]. | |||
-- | -- Only the ItemBox branch of write_wrapped_item_list uses this; the ItemIcon | ||
-- lists are unaffected. | |||
local LOW_GRAPHICS = "|lowGraphics=true" | local LOW_GRAPHICS = "|lowGraphics=true" | ||