Currently when I browse a great-grand child page, the title gets excessively long, e.g. "A large archive/Big data/Data of the abandoned ones/Data block #1". I want to hide the parent pages, leaving only the name "Data block #1" because the BreadCrumbs extension already shows where the page is. Is this already implemented somewhere or do I have to hack?
Topic on Help talk:Subpages
Appearance
I am looking for the very same thing, have you by chance found a solution?
I had to modify MediaWiki's source code to create this behavior.
Could you please outline the steps you took? Thank you in advance
On page load, change the title text to include only what is behind the last slash. The hard part is finding where to insert the code.
this question is 5 years old but here is the answer.
{{DISPLAYTITLE:{{SUBPAGENAME}}}}