MediaWiki:Expand templates intro: Difference between revisions

From Wikipedia
Jump to navigation Jump to search
Tachyony (talk | contribs)
Created page with 'This special page takes some text and expands all templates in it recursively. It also expands parser functions like <code><nowiki>{{#if:...}}</nowiki></code>, and variables like <code><nowiki>{{CURRENTDAY}}</nowiki></code>—in fact pretty much everything in double-braces. It does this by calling the relevant parser stage from MediaWiki itsel...'
 
(No difference)

Latest revision as of 20:06, 2 February 2022

This special page takes some text and expands all templates in it recursively. It also expands parser functions like {{#if:...}}, and variables like {{CURRENTDAY}}—in fact pretty much everything in double-braces. It does this by calling the relevant parser stage from MediaWiki itself. One can't supply values for template parameters (e.g. {{{1}}}).