Template:PAGENAMEBASE/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
m (→‎See also: Updated link for one entry in this section.)
m (34 revisions imported from wikipedia:Template:PAGENAMEBASE/doc)
 
(17 intermediate revisions by 16 users not shown)
Line 1: Line 1:
{{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]]) -->
{{high-risk|725,000+}}
{{lua|Module:String|category=Lua String-based templates}}
{{lua|Module:String}}
{{high-risk|530,000+}}


== Usage ==
== Usage ==
This template returns the current {{wikivar|PAGENAME}} minus any [[Wikipedia:Disambiguation|disambiguation]] (text in parentheses).
This template returns the current {{tld|PAGENAME}} minus (text in parentheses) or the final set of parentheses where more than one set exist.


e.g. {{tlx|PAGENAMEBASE}} on page <code>Chiton (genus)</code> returns <code>Chiton</code>
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)]] returns {{PAGENAMEBASE|Sweet Dreams (Are Made of This)}}
::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:
* {{tlc|PAGENAMEBASE|foo (bar)}} → "{{PAGENAMEBASE|foo (bar)}}"
* {{tlc|PAGENAMEBASE|foo (bar)}} → "{{PAGENAMEBASE|foo (bar)}}"
* {{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.


== See also ==
== See also ==
* [[Help:Magic words#Variables]]
* [[Help:Magic words#Variables]]
* [[Template:String-handling templates|String-handling templates]]
* [[Template:String-handling templates|String-handling templates]]
* {{tl|Link without disambiguator}}


<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<includeonly>{{Sandbox other|
<!-- Categories below this line, please; interwikis at Wikidata -->
| <!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Wikipedia utility templates]]
[[Category:Wikipedia metatemplates]]
[[Category:Wikipedia magic word templates]]
[[Category:Wikipedia article titles]]
}}</includeonly>
}}</includeonly>

Latest revision as of 22:21, February 11, 2022

Usage

This template returns the current {{PAGENAME}} 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 {{BASEPAGENAME}}, which is a magic word that strips subpages, not parentheses.

See also