Template:Parentitle

From OtherX
Revision as of 20:30, 14 January 2024 by OtherXAdmin (talk | contribs) (Created page with "{{#if:{{{1|}}}|{{#ifeq:{{{1}}}|{{#replace:{{#replace:{{PAGENAME}}|'|'}}|&|&}}|no-parenthesis-style|}}|no-parenthesis-style}}<noinclude>{{/doc}}</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{#if:|{{#ifeq:{{{1}}}|{{#replace:{{#replace:Parentitle|'|'}}|&|&}}|no-parenthesis-style|}}|no-parenthesis-style}}

Template documentation
This documentation is transcluded from Template:Parentitle/doc. [edit] [history] [purge]

This template is used to determine if the no-parenthesis-style class is to be added to a page, in order 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}}}}}" ...

See also