Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:DW/Parentitle/doc

Template page
Template documentation (for the above template, sometimes hidden or invisible) [create]
This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
This template currently doesn't have any documentation; you can create it if you know how the template is used. (What is this?)
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:DW/Parentitle/doc/doc. (View all subpages of this page.)

This template is used to determine if the no-parenthesis-style class is to be added to a page, to suppress the styling applied to parentheses in article titles. See rsw:Forum:Two visual changes for more information.

Usage

{{parentitle|parameter to check}}

The template checks the parameter against the pagename. If they are the same, or if the parameter is empty, the class is added; otherwise, nothing is added.

The most common usage (as implemented in most infoboxes) is

{{parentitle|{{{name}}}}}


This template should be placed inside of a class attribute and can be combined with other classes, eg:

<span class="{{parentitle|{{{name}}}}}">...</span>

or

{| class="infobox {{parentitle|{{{name}}}}}" ...


Contents