Last modified: 2014-02-12 23:54:03 UTC
Repro: 1. Go to https://en.m.wikipedia.org/wiki/IPhone 2. Click the pencil button 3. Do some random edit 4. "Continue" -> "Save" 5. "IPhone" is now shown in page title <title> and heading <h1>, instead of "iPhone".
Prioritization and scheduling of this bug is tracked on Mingle card https://wikimedia.mingle.thoughtworks.com/projects/mobile/cards/1638
Hmm, I wonder if this is by design. DISPLAYTITLE is *not* the page title, and to show it as the title would be misleading, not to mention potentially confusing -- imagine that the user modifies the DISPLAYTITLE in the process of editing the page. Then what do we do? The desktop version of MediaWiki ignores the template when showing the edit interface (both in the <title> and header), see <https://en.wikipedia.org/w/index.php?title=IPhone&action=edit> For consistency, we should probably do the same.
Oh wait, I see what you're saying, sorry about that -- I was thinking of the other bug :P Hmm, I'll need to look into this..
Working on this now.
Change 108539 had a related patch set uploaded by Theopolisme: Use DISPLAYTITLE when rendering pages https://gerrit.wikimedia.org/r/108539
For those who don't know what DISPLAYTITLE is see https://en.wikipedia.org/wiki/Template:DISPLAYTITLE
Change 108539 merged by jenkins-bot: Use DISPLAYTITLE when rendering pages https://gerrit.wikimedia.org/r/108539
(In reply to comment #6) > For those who don't know what DISPLAYTITLE is see > https://en.wikipedia.org/wiki/Template:DISPLAYTITLE That's a local wrapper template. "DISPLAYTITLE" is a MediaWiki core parser function (cf. [[mw:Help:Magic words]]).