MediaWiki talk:Intercommessage
From RationalWiki
[edit] Documentation
This page is used to render the intercom messages in Special:Intercom. The page is parsed first, so it may contain wikitext, but it cannot depend on the parameters (the dollar thingies), because those are replaced after parsing. So you cannot, for example, use {{#if:}} with one of the parameters, because it would always return the same result. Then, the parameters are inserted:
- $1 : summary
- $2 : message text
- $3 : sender's name, with link to userpage and talkpage
- $4 : group name
- $5 : message time
Finally, the resulting html code is inserted into a fieldset.
For displaying new messages, MediaWiki:intercomnotice is used instead.