Request:
A new magic word, __NOBREADCRUMBS__ be created to suppress display of breadcrumbs at the top of a subpage.
Use case:
When a page title has a / in it, but isn't a subpage of the 'parent‘ page, this would be helpful in suppressing the link. For example, Talk:A/B testing shouldn't be treated as a subpage of Talk:A, and thus shouldn't have the breadcrumbs.
Acceptance criteria:
A page tagged as __NOBREADCRUMBS__ does not display breadcrumbs linking to the parent pages of the sub page, either by
- Using CSS to mark it as display: none, or
- Not including it in the output of the parser
The page's sort key, etc. should not be affected; this is a purely visual change