Template:Meta module: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>OmegaK2
(Created page with "<includeonly> {{fmbox |text=This a programming module, do not invoke it directly. |type=warning }} {{#If: {{{nocat|}}} |Category:Programming modules}} </includeonly><noinc...")
 
>OmegaK2
mNo edit summary
Line 4: Line 4:
|type=warning
|type=warning
}}
}}
{{#If: {{{nocat|}}} |[[Category:Programming modules]]}}
{{#If: {{{category|yes}}} |[[Category:Programming modules]]|}}
</includeonly><noinclude>{{documentation}}</noinclude>
</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 12:30, 9 July 2015

Template documentation[view] [edit] [history] [purge]


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}}

de:Vorlage:Programmiermodul