Page MenuHomePhabricator

Create a new magic word that pulls a redirect's target page.
Open, Needs TriagePublicFeature

Description

Feature summary:

Create a new magic word that pulls a redirect's target page.

Note that this should also work with JavaScript redirects (which have different syntax) and Vue redirects (after T401158: Enable redirects for Vue components)

Benefits:

Although Lua/Scribunto can probably perform a similar task, it runs into the objection that (1) 3rd party wikis may not have Lua/Scribunto installed, and that this would be useful for core (default) system messages. In particular, cross-namespace redirects might be tested for.

And I think it might be useful for Semantic MediaWiki as well.