Originally reported here: https://www.mediawiki.org/w/index.php?title=Project:Support_desk&offset=20120306025209#using_urls_in_cite.php_12728
Given something like <ref>{{{foo}}}</ref>, the {{{foo}}} should be expanded with the content of the foo template parameter if applicable.
Basically all that needs to be done is add the PPFrame given as an argument to the <ref> callback as the second argument to the recursiveTagParse calls.
Version: unspecified
Severity: normal