I used the magic word [https://dcwwiki.org/index.php?title=Main_Page&diff=prev&oldid=415 here] and it has hidden the PAGEBANNER. Why?
Topic on Extension talk:NoTitle
Appearance
@TheAafi (DCW): You might need to add $wgWPBDisplaySubtitleAfterBannerSkins = ['wmau'];
. See Extension:WikidataPageBanner#Parameters_to_the_Template:PAGEBANNER_function for more.
This helps. Thank you @Samwilson. I was able to achieve a lot with this edit. However, the appearance of "Main page title" just below the pagebanner is worrying. How do I get rid of it? Best regards,
@TheAafi (DCW): I think the way we've done that on the WMAU site is via CSS, in your case it'd be something like this in MediaWiki:WMAU.css:
.page-Main_Page .mw-displaytitle-subtitle {
display: none;
}
Thanks. I achieved this by making some edits and removing DisplayTitle Exension from the site.