Help:Modules: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
m (Vinifera7 moved page Help:Overview of Modules to Help:Modules)
No edit summary
Line 5: Line 5:
==For editors==
==For editors==
* Items
* Items
** [[Module:Item]] - Responsible for the item info boxes and lists.
** [[Module:Item2]] - Responsible for the item info boxes and lists. Use this instead of [[Module:Item]]. Defines and stores Cargo tables.  The game data can be exported with [[PyPoE]].
** [[Module:Item2]] - The long-term replacement for [[Module:Item]]. Defines and stores Cargo tables.  The game data can be exported with [[PyPoE]].
** [[Module:Skill]] - Skill related templates; also included by [[Module:Item2]] for [[skill gem]] support. The game data can be exported with [[PyPoE]].
** [[Module:Skill]] - Skill related templates; also included by [[Module:Item2]] for [[skill gem]] support. The game data can be exported with [[PyPoE]].
** [[Module:Item table]] - Item related tables.
** [[Module:Item table]] - Item related tables.

Revision as of 16:36, 9 June 2022

Lua is a programming language that is available, via the Scribunto MediaWiki extension. Lua code can now be embedded into wiki templates by employing the "{{#invoke:}}" functionality of Scribunto. The Lua source is stored in pages called modules (e.g., Module:Skill). These individual modules are then invoked (by code {{#invoke:}}) on template page. Modules are used when more advanced functions with high performance are required.

For more information see: Wikipedia:Help:Module

For editors

For other modules

See also

ru:Path of Exile Wiki:Обзор модулей