Introduction
Display title is an attribute that allows you to change the display title of a page. This feature will not effect the title on profile pages, but still changes the title in the tab.
Display Title vs Title
A display title is just a custom title for a wiki page. It is not a real title. For example, if you go to the page: This is the result. (Display Title), it would tell you the page does not exist. This is because it's not the real title of that page, just a display title.
Changing the Display Title
To change the display title, switch to the Source Editor and insert this code:
{{DISPLAYTITLE: This is the result.}}
Make sure to type DISPLAYTITLE in all capitals!
Customizing the Display Title
To customize your page's display title, you can add an attribute.
Example:
{{DISPLAYTITLE: <font color="red">Display Title</font>}}
The display title also changes for the name of the tab, which is now "This is the result. (Display title) | Coding Help" instead of "Display Title | Coding Help".