Wikipedia:Integration
This Wikipedia page needs to be updated. Please help update this Wikipedia page to reflect recent events or newly available information. |
int is a special function prefix that is inserted in a template when trying to template a system message. It is used to replace $foo
with {{{foo}}}
.
$foo
is used for variables. Normally, for a template, {{{foo}}}
is used as a variable, however, in the MediaWiki namespace this is not the case.
Compare the difference:
{{MediaWiki:Youhavenewmessages|variable1|variable2}}
makes
This project page is being considered for deletion in accordance with Wikipedia's deletion policy.
Please discuss the matter at this page's entry on the Miscellany for deletion page. You are welcome to edit this page, but please do not blank, merge, or move it, or remove this notice, while the discussion is in progress. For more information, see the Guide to deletion. Maintenance use only: Place either {{mfd}} or {{mfdx|2nd}} on the page nominated for deletion. Then subst {{subst:mfd2|pg=Wikipedia:Integration|text=...}} ~~~~ to create the discussion subpage. Finally, subst {{subst:mfd3|pg=Wikipedia:Integration}} into the MfD log. Please consider notifying the author(s) by placing{{subst:MFDWarning|Wikipedia:Integration}} ~~~~ on their talk page(s). |
You have $1 ($2).
However, replace 'MediaWiki' with 'INT' making {{int:Youhavenewmessages|variable1|variable2}}
makes
This project page is being considered for deletion in accordance with Wikipedia's deletion policy.
Please discuss the matter at this page's entry on the Miscellany for deletion page. You are welcome to edit this page, but please do not blank, merge, or move it, or remove this notice, while the discussion is in progress. For more information, see the Guide to deletion. Maintenance use only: Place either {{mfd}} or {{mfdx|2nd}} on the page nominated for deletion. Then subst {{subst:mfd2|pg=Wikipedia:Integration|text=...}} ~~~~ to create the discussion subpage. Finally, subst {{subst:mfd3|pg=Wikipedia:Integration}} into the MfD log. Please consider notifying the author(s) by placing{{subst:MFDWarning|Wikipedia:Integration}} ~~~~ on their talk page(s). |
You have variable1 (variable2).