Editing Module:ItemData/nav/docGive 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 1: | Line 1: | ||
=Overview= | =Overview= | ||
Functions for creating navigation boxes/lists for items, grouped by a slot/category and souls | Functions for creating navigation boxes/lists for items, grouped by a slot/category and souls | ||
=Functions= | =Functions= | ||
| Line 6: | Line 6: | ||
Gets a list of items that are each sent to the [[Template:ItemIcon]] template, separated by bullet points. | Gets a list of items that are each sent to the [[Template:ItemIcon]] template, separated by bullet points. | ||
Filters down to a slot/specific category, and within a range of souls | Filters down to a slot/specific category, and within a range of souls. | ||
===Parameters=== | ===Parameters=== | ||
* '''slot''' - Slot/category that the items should be, should be Weapon, Armor, or Tech | * '''slot''' - Slot/category that the items should be, should be Weapon, Armor, or Tech | ||
* '''min_souls''' - Minimum souls that the items should have | * '''min_souls''' - Minimum souls that the items should have | ||
* '''max_souls''' - Maximum souls that the items should have | * '''max_souls''' - Maximum souls that the items should have | ||
* '''debug_mode''' - (OPTIONAL) - if set to 'true', the wikitext is unprocessed, allowing for it to be read more clearly. Also used for showcasing the documentation examples more clearly. | * '''debug_mode''' - (OPTIONAL) - if set to 'true', the wikitext is unprocessed, allowing for it to be read more clearly. Also used for showcasing the documentation examples more clearly. | ||
===Examples=== | ===Examples=== | ||
| Line 26: | Line 25: | ||
{{#invoke:ItemData/nav|get_item_nav_bulletpoints|Armor|1250|3000}} | {{#invoke:ItemData/nav|get_item_nav_bulletpoints|Armor|1250|3000}} | ||
==get_item_nav_cards== | ==get_item_nav_cards== | ||
Gets a list of items that are each sent to the [[Template:ItemBox]] template, separated by space. | Gets a list of items that are each sent to the [[Template:ItemBox]] template, separated by space. | ||
Filters down to a specific slot/category, and within a range of souls | Filters down to a specific slot/category, and within a range of souls. | ||
===Parameters=== | ===Parameters=== | ||
| Line 51: | Line 45: | ||
{{#invoke:ItemData/nav|get_item_nav_cards|Armor|1250|3000}} | {{#invoke:ItemData/nav|get_item_nav_cards|Armor|1250|3000}} | ||