Template:Meta module/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
m (Vinifera7 moved page Template:Programming module/doc to Template:Meta module/doc without leaving a redirect)
No edit summary
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}


Creates a notice about the module and adds it to [[:Category:Programming modules]].
This template displays a notice that the module it appears on is a [[:Category:Meta modules|meta module]], meant to be used ''only'' by other modules. Meta modules 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>, but they should not be called in wikitext with <code><nowiki>{{#invoke:}}</nowiki></code>.


==Example==
==Usage==
{{ProgrammingModule}}
This template should be placed at the top of a meta module's documentation subpage. That module will automatically be added to [[:Category:Meta modules]].
 
<pre>{{Meta module}}</pre>


{{Documentation categories|
{{Documentation categories|

Revision as of 02:13, 14 December 2020

This subpage provides documentation for Template:Meta module.

This template displays a notice that the module it appears on is a meta module, meant to be used only by other modules. Meta modules may be loaded with require() or mw.loadData(), but they should not be called in wikitext with {{#invoke:}}.

Usage

This template should be placed at the top of a meta module's documentation subpage. That module will automatically be added to Category:Meta modules.

{{Meta module}}