MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=expandframe

(main | expandframe)
  • Questo modulo richiede i diritti di lettura.
  • Fonte: DebugTemplates
  • Licenza: CC-BY-SA-3.0

Expand templates and parameters in wikitext assuming a specific frame context.

Parametri specifici:
Sono disponibili altri parametri generali.
text

Il testo wiki da espandere.

This parameter is required.
frame

The frame context as a JSON-encoded map between parameter names and values.

Default: {}
title

A page title for context.

Default: API
Esempio:
Parse wikitext {{{a}}} with defined frame context.
api.php?action=expandframe&text={{{a}}}&frame={"a":"b"} [apri in una sandbox]