Make MediaWiki:Redirectpagesub accept all wikitext.
authorSkizzerz <skizzerz@gmail.com>
Fri, 27 Dec 2013 04:41:15 +0000 (22:41 -0600)
committerSkizzerz <skizzerz@gmail.com>
Fri, 27 Dec 2013 04:41:15 +0000 (22:41 -0600)
commit20a0af97a8ae1c5fb7dad09354a8cab9a581f8aa
treeecd20335f3b3fef6e4860cef382167bd557bf2c0
parent7379b142fc7b7e4ac985fcb781401b4eec1faf0e
Make MediaWiki:Redirectpagesub accept all wikitext.

Redirectpagesub is used as the system message for subheadings on redirect pages.
Currently, it only performs transformations of {{-style constructs whereas it
could be useful to accept a wider range of wikitext. For example, one could change
the message to "Redirect page ([[Special:WhatLinksHere/{{FULLPAGENAME}}|links]])"
so that the subtitle displays a link to Special:WhatLinksHere. Currently that does not work.

The subtitle is already in a block-level <div> so it can already handle additional
block-level elements, thus the inclusion of arbitrary wikitext shouldn't break things (too) badly.

Change-Id: Icbd29d71c325c63dfda80dfcd52ed32358a2f24e
includes/Article.php