Module:Util/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(Need to put {{Documentation subpage}} here after all: Explanation.)
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}


{{Programming module}}
{{Meta module}}
{{Lua|Module:Table|Module:Arguments|Module:Cargo|Module:Util/config}}


__TOC__
__TOC__
Line 21: Line 22:
| miscellaneous functions
| miscellaneous functions
|}
|}
==Usage==
This module should be loaded with <code>[[mw:Extension:Scribunto/Lua_reference_manual#require|require()]]</code>.


{{Documentation categories|
{{Documentation categories|
<!-- Categories and interwikis go here. -->
<!-- Categories and interwikis go here. -->
[[Category:Modules]]
[[ru:Модуль:Util]]
[[ru:Модуль:Util]]
}}
}}

Latest revision as of 20:41, 23 January 2022

This subpage provides documentation for Module:Util.

This is a meta module.

This module is meant to be used only by other modules. It should not be invoked in wikitext.

Lua logo

This module depends on the following other modules:

Overview

Provides utility functions for programming modules.

Structure

Group Description
util.cast utilities for casting values (i.e. from arguments)
util.html shorthand functions for creating some html tags
util.misc miscellaneous functions

Usage

This module should be loaded with require().