MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
action=expandtemplates
(main | expandtemplates)
- Dieses Modul erfordert Leserechte.
- Quelle: MediaWiki
- Lizenz: GPL-2.0+
Alle Vorlagen im Wikitext expandieren.
Parameter:
- title
Titel der Seite.
- Standard: API
- text
Zu konvertierender Wikitext.
- Dieser Parameter ist erforderlich.
- revid
Versionsnummer, die für die Anzeige von {{REVISIONID}} und ähnlichen Variablen verwendet wird.
- Type: integer
- prop
Which pieces of information to get.
Note that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.
- wikitext
- Der expandierte Wikitext.
- categories
- Any categories present in the input that are not represented in the wikitext output.
- properties
- Page properties defined by expanded magic words in the wikitext.
- volatile
- Whether the output is volatile and should not be reused elsewhere within the page.
- ttl
- The maximum time after which caches of the result should be invalidated.
- modules
- Any ResourceLoader modules that parser functions have requested be added to the output. Either jsconfigvars or encodedjsconfigvars must be requested jointly with modules.
- jsconfigvars
- Gives the JavaScript configuration variables specific to the page.
- encodedjsconfigvars
- Gives the JavaScript configuration variables specific to the page as a JSON string.
- parsetree
- Der XML-Parserbaum der Eingabe.
- Werte (mit | trennen): wikitext, categories, properties, volatile, ttl, modules, jsconfigvars, encodedjsconfigvars, parsetree
- includecomments
Ob HTML-Kommentare in der Ausgabe eingeschlossen werden sollen.
- Type: boolean (details)
- generatexml
- Veraltet.
XML-Parserbaum erzeugen (ersetzt durch prop=parsetree).
- Type: boolean (details)
Beispiel:
- Den Wikitext {{Project:Spielwiese}} expandieren.
- api.php?action=expandtemplates&text={{Project:Sandbox}}