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

Template:PAGENAMEBASE/doc: Difference between revisions

Template page
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{wikipedia|page name}}
{{wikipedia|page name}}
{{high-risk}}
{{Documentation subpage}}
{{Documentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
Line 6: Line 5:


== Usage ==
== Usage ==
This template returns the current {{tld|PAGENAME}} minus (text in parentheses) or the final set of parentheses where more than one set exist.
This template returns the current minus (text in parentheses) or the final set of parentheses where more than one set exist.


e.g. {{tlx|PAGENAMEBASE}} on page [[Chiton (genus)]] returns {{PAGENAMEBASE|Chiton (genus)}}
e.g. {{tlx|PAGENAMEBASE}} on page Chiton (genus) returns {{PAGENAMEBASE|Chiton (genus)}}
::on [[Sweet Dreams (Are Made of This) (album)]]     returns {{PAGENAMEBASE|Sweet Dreams (Are Made of This) (album)}}
::on Sweet Dreams (Are Made of This) (album)    returns {{PAGENAMEBASE|Sweet Dreams (Are Made of This) (album)}}
::on [[Sweet Dreams (Are Made of This)]]             returns {{PAGENAMEBASE|Sweet Dreams (Are Made of This)}}
::on Sweet Dreams (Are Made of This)            returns {{PAGENAMEBASE|Sweet Dreams (Are Made of This)}}
::on [[Stadion der Freundschaft (Frankfurt (Oder))]] returns {{PAGENAMEBASE|Stadion der Freundschaft (Frankfurt (Oder))}}
::on Stadion der Freundschaft (Frankfurt (Oder)) returns {{PAGENAMEBASE|Stadion der Freundschaft (Frankfurt (Oder))}}


Can also pass an optional page parameter:
Can also pass an optional page parameter:
Line 17: Line 16:
* {{tlc|PAGENAMEBASE|foo bar}} → "{{PAGENAMEBASE|foo bar}}"
* {{tlc|PAGENAMEBASE|foo bar}} → "{{PAGENAMEBASE|foo bar}}"


It is not to be confused with {{tld|BASEPAGENAME}}, which is a [[mw:Help:Magic words|magic word]] that strips subpages, not parentheses.
It is not to be confused with, which is a magic word that strips subpages, not parentheses.
 
== See also ==
* [[Help:Magic words#Variables]]
* [[Template:String-handling templates|String-handling templates]]
* {{tl|PAGENAME}} (variant to strip anything in parentheses from the title)
* {{tl|FULLPAGENAME}} (including namespace)
* {{tl|Link without disambiguator}}


<includeonly>{{Sandbox other|
<includeonly>{{Sandbox other|

Latest revision as of 17:32, 9 April 2025

This page uses Creative Commons Licensed content from Wikipedia (view authors).

Usage

This template returns the current minus (text in parentheses) or the final set of parentheses where more than one set exist.

e.g. {{PAGENAMEBASE}} on page Chiton (genus) returns Chiton

on Sweet Dreams (Are Made of This) (album) returns Sweet Dreams (Are Made of This)
on Sweet Dreams (Are Made of This) returns Sweet Dreams
on Stadion der Freundschaft (Frankfurt (Oder)) returns Stadion der Freundschaft

Can also pass an optional page parameter:

  • {{PAGENAMEBASE|foo (bar)}} → "foo"
  • {{PAGENAMEBASE|foo bar}} → "foo bar"

It is not to be confused with, which is a magic word that strips subpages, not parentheses.


Contents