Module:Item/doc: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
m (Vinifera7 moved page Module:Item2/doc to Module:Item/doc without leaving a redirect: The current item module will be moved to Module:Item.)
No edit summary
 
Line 2: Line 2:


{{High-risk|13,000+}}
{{High-risk|13,000+}}
{{Lua|Module:No globals|Module:Util|Module:Cargo|Module:Game|Module:Item util|Module:Skill|Module:Item link|Module:Area|Module:Item2/recipes|Module:Item2/cargo|Module:Item2/config|Module:Item2/core}}
{{Lua|Module:No globals|Module:Util|Module:Cargo|Module:Game|Module:Item util|Module:Skill|Module:Item link|Module:Area|Module:Item/recipes|Module:Item/cargo|Module:Item/config|Module:Item/core}}


The module implements {{tl|item}}.
The module implements {{tl|item}}.

Latest revision as of 23:38, 6 October 2024

This subpage provides documentation for Module:Item.

This module is used on 13,000+ pages.

To avoid major disruption and server load, do not make unnecessary edits to this module. Test changes to this module first using its /sandbox and /testcases subpages or your user space. All of the changes can then be applied to this module in a single edit.

Consider discussing changes on the talk page or on Discord before implementing them.

The module implements {{item}}.

Overview

This module is responsible for creating item boxes, various item lists, item links and other item-related tasks. In the process a lot of the input data is verified and also added as semantic property to pages; as such, any templates deriving from this module should not be used on user pages other then for temporary testing purposes.

This template is also backed by an export script in PyPoE which can be used to export item data from the game files which then can be used on the wiki. Use the export when possible.