Template:PAGENAMEBASE/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(Add mention of the similar BASEPAGENAME and documentation)
No edit summary
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
{{high-risk|725,000+}}
<!-- 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]]) -->
{{lua|Module:String|category=Lua String-based templates}}
{{lua|Module:String|category=Lua String-based templates}}
{{high-risk|725,000+}}


== Usage ==
== Usage ==
Line 25: Line 25:
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
| <!-- Categories below this line, please; interwikis at Wikidata -->
| <!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Wikipedia variable-like templates]]
[[{{ns:Category}}:Wikipedia metatemplates]]
[[{{ns:Category}}:Wikipedia variable-like templates]]
}}</includeonly>
}}</includeonly>

Revision as of 09:40, January 7, 2020

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