Pol
Pol

Reputation: 1351

Change subpage name with Visual Editor

I've a page with subpages, it looks like this (just an example, not my real data) :

-page
  ↳ apple
    ↳ iPhone
    ↳ iPad
  ↳ samsung
    ↳ Galaxy

By default the title of the iPhone page is page/apple/iPhone. With the code editor and the Display Title extensions, I can change the page name with {{DISPLAYTITLE:iPhone}}. Is there a way to change it with the visual editor in order to be easier for my contributors ?

Thanks for your help !

Upvotes: 1

Views: 105

Answers (1)

Florian
Florian

Reputation: 2874

This has nothing really to do with the Diplay Title extension, the magic work {{DISPLAYTITLE:}} is part of MediaWiki core.

VisualEditor is already capable of changing the display title, without the need of any additional extensions or configuration. You can change the title by (when the VisualEditor is already "started"):

  • click the three-lines-menu (hamburger menu) at the top right
  • Choose "Advanced settings"
  • The input field Title styling allows you to change the title

example from en.wikipedia.org

Upvotes: 2

Related Questions