Module:Item/doc: Difference between revisions
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.) |
(Sister interwiki) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
{{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}} | |||
{{Lua|Module:No globals|Module:Util|Module:Cargo|Module:Game|Module:Item util|Module:Skill|Module:Item link|Module:Area|Module: | |||
The module implements {{tl|item}}. | The module implements {{tl|item}}. | ||
Line 17: | Line 16: | ||
[[Category:Item modules]] | [[Category:Item modules]] | ||
[[Category:Cargo modules]] | [[Category:Cargo modules]] | ||
{{Sister|poewiki}} | |||
}} | }} |
Latest revision as of 11:20, 22 October 2024
This subpage provides documentation for Module:Item.
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.