Module:Item/doc: Difference between revisions
Jump to navigation
Jump to search
(dependencies) |
(Sister interwiki) |
||
(15 intermediate revisions by 3 users 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: | |||
The | The module implements {{tl|item}}. | ||
__TOC__ | __TOC__ | ||
Line 11: | Line 10: | ||
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 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 | 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. | ||
{{Documentation categories| | {{Documentation categories| | ||
Line 53: | 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.