Topic on Project:Support desk

Parser extension in wfMessage() not working on index.php?curid=X

1
Subfader (talkcontribs)

When I use redirects to index.php?curid=1, some tag and parser extensions don't work.

In CategoryViewer.php I include a message that has some parser extension

wfMessage( 'myMessage', $Foo )->parse();

MediaWiki:MyMessage:

{{#dpl:
    |namespace=1
    |count=1
   }}

On a category page called with /wiki/index.php?curid=X I see the parser tag in plain text.

Calling categories normally executes the parser tag just fine.

Reply to "Parser extension in wfMessage() not working on index.php?curid=X"