Module:Item/doc: Difference between revisions

From Path of Exile 2 Wiki
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}}


{{High-risk}}
{{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:Arguments|Module:Util|Module:Cargo|Module:Skill|Module:Area|Module:Item link|Module:Item2/upgrade|Module:Item2/cargo|Module:Game|Module:Item2/config|Module:Item2/core}}


The item module provides functionality for various item-related templates.
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.
<section begin="templates" />
==Item templates==
===Module:Item2===
All templates defined in [[Module:Item2]]:
 
* {{tl|Item}}
** {{tl|Base item}}
* {{tl|Itembox}}
 
===Module:Item table===
All templates defined in [[Module:Item table]]:
 
* {{tl|Item table}}
** {{tl|Query base items}}
*** {{tl|Query base armours}}
** {{tl|Query unique items}}
*** {{tl|Query unique armours}}
** {{tl|Item unique versions}}
** {{tl|Area item drops}}
* {{tl|Item table/skill gems}}
** {{tl|Query skill gems}}
*** {{tl|Query stat related skill gems}}
* {{tl|Map item drops}}
* {{tl|Prophecy description}}
* {{tl|Simple item list}}
 
===Module:Item link===
All templates defined in [[Module:Item link]]:
 
* {{tl|Item link}}
** {{tl|Il}}
** {{tl|Item icon link}}
 
===Module:Item acquisition===
* {{tl|Item acquisition}}
<section end="templates" />


{{Documentation categories|
{{Documentation categories|
Line 53: Line 16:
[[Category:Item modules]]
[[Category:Item modules]]
[[Category:Cargo modules]]
[[Category:Cargo modules]]
[[de:Modul:Item2]]
{{Sister|poewiki}}
[[ru:Модуль:Item2]]
}}
}}

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.