Sometimes Googling your problem is the way to go:
- Google: mediawiki do not display title
- https://www.mediawiki.org/wiki/Topic:Th3xmiwyp8d7p7eg
Code: Select all
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
https://betamountain.org/index.php/Template:HideTitle
Code: Select all
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
<noinclude>[[Category:News Templates]]</noinclude>
Now I can use the by invoking {{HideTitle}} on the page and the page has the look that was originally desired!