[dismiss]
The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.
Category:Meta modules: Difference between revisions
Jump to navigation
Jump to search
>Vinifera7 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. | 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}}. |
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 10 pages are in this category, out of 10 total.