Modul:Text/doc: Unterschied zwischen den Versionen

CamNet - das Wiki
(Page created automatically by parser function on page Class:Text)
 
imported>Oetterer
KKeine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
{{documentation subpage}}
{{documentation subpage}}
{{module rating|protected}}
{{module rating|release}}
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->


This module implements template {{tl|Text}}.
This module provides access to various lua functions from the mw.text library. See [https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#Text_library corresponding lua manual entries] for more information.


== Usage ==
{{tli|{{BASEPAGENAME}}|''function_name''|args}}
{{pre|
{{tli|Text|''main''}}
}}


It also provides some additional "gateways" to some of [[Module:Text/class]]'s static methods:
== See also ==
{{pre|
* [[Module:String]] for accessing functions of the string library
{{tli|Text|''categorize''}}
{{tli|Text|''categoryPage''}}
{{tli|Text|''explainDataStore''}}
{{tli|Text|''gardeningCategoryPage''}}
{{tli|Text|''sfGenerateForm''}}
{{tli|Text|''sfGenerateFormEntry''}}
{{tli|Text|''sfGenerateFormLink''}}
{{tli|Text|''templateDocumentation''}}
}}


{{#invoke:Text|categorize}}<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!-- Note: The class engine sets the category "CamNet modules" automatically in function categorize -->
<!-- Categories go here if you wish an additional category to that set in {{module rating}} above automatically. -->
<!-- Categories go here if you wish an additional category to that set in {{module rating}} above automatically. -->


}}</includeonly><h2>Maintenanace notes</h2>
}}</includeonly><!-- null edit comment; remove -->
This page was created by [[Module:Classgenerator]] and belongs to [[Class:Text]].

Aktuelle Version vom 10. April 2022, 06:36 Uhr

This module provides access to various lua functions from the mw.text library. See corresponding lua manual entries for more information.

{{#invoke:Text|function_name|args}}

See also