Category:Meta modules: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Illviljan
mNo edit summary
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This category contains lua modules that are intended for inclusion in other lua modules.
This category contains '''meta modules''', which are modules meant to be used ''only'' by other modules.
 
Meta modules that export functions must be loaded with <code>[[mw:Extension:Scribunto/Lua_reference_manual#require|require()]]</code>. Those that export only data should be loaded with <code>[[mw:Extension:Scribunto/Lua_reference_manual#mw.loadData|mw.loadData()]]</code>. Meta modules should never be called in wikitext with <code><nowiki>{{#invoke:}}</nowiki></code>.
 
Modules should be added to this category using {{tl|meta module}}.


[[Category:Modules]]
[[Category:Modules]]
[[de:Kategorie:Programmiermodule]]

Latest revision as of 21:46, 1 January 2022

This category contains meta modules, which are modules meant to be used only by other modules.

Meta modules that export functions must be loaded with require(). Those that export only data should be loaded with mw.loadData(). Meta modules should never be called in wikitext with {{#invoke:}}.

Modules should be added to this category using {{meta module}}. de:Kategorie:Programmiermodule

Pages in category "Meta modules"

The following 12 pages are in this category, out of 12 total.