Help:Modules

From Path of Exile Wiki
Revision as of 09:42, 27 August 2021 by Iamacyborg (talk | contribs) (Reverted edits by Angelic knight (talk) to last revision by [[User:>Ruba159753|>Ruba159753]])
Jump to navigation Jump to search

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:Обзор модулей