[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 |
(→top: removed language interwikis) |
||
(2 intermediate revisions by one other user not shown) | |||
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}}. | ||
[[Category:Modules]] | [[Category:Modules]] | ||
Latest revision as of 16:01, 2 October 2024
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}}.
Pages in category "Meta modules"
The following 10 pages are in this category, out of 10 total.