MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=expandtemplates
(main | expandtemplates)
- This module requires read rights.
- Source: MediaWiki
- Licenza: GPL-2.0+
Espandi tutti i template nel wikitesto.
Parametri:
- title
Titolo della pagina.
- Predefinito: API
- text
Wikitesto da convertire.
- Questo parametro è obbligatorio.
- revid
Revision ID, for {{REVISIONID}} and similar variables.
- Type: integer
- prop
Quale informazione ottenere.
Nota che se non è selezionato alcun valore, il risultato conterrà il codice wiki, ma l'output sarà in un formato obsoleto.
- wikitext
- Il wikitext espanso.
- 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
- Se l'output sia volatile e non debba essere riutilizzato altrove all'interno della pagina.
- 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
- The XML parse tree of the input.
- Values (separate with |): wikitext, categories, properties, volatile, ttl, modules, jsconfigvars, encodedjsconfigvars, parsetree
- includecomments
Whether to include HTML comments in the output.
- Type: boolean (details)
- generatexml
- Deprecato.
Generate XML parse tree (replaced by prop=parsetree).
- Type: boolean (details)
Esempio:
- Expand the wikitext {{Project:Sandbox}}.
- api.php?action=expandtemplates&text={{Project:Sandbox}}