Category:Meta modules: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
This category contains '''meta modules''', which are modules meant to be used ''only'' by other modules. They may be loaded with <code>[[mw:Extension:Scribunto/Lua_reference_manual#require|require()]]</code> or <code>[[mw:Extension:Scribunto/Lua_reference_manual#mw.loadData|mw.loadData()]]</code>. They should not be called in wikitext with <code><nowiki>{{#invoke:}}</nowiki></code>.
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}}.
Modules should be added to this category using {{tl|meta module}}.

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.