Template:PAGENAMEBASE/doc: Difference between revisions
Template page
More actions
Created page with "{{high-risk}} {{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{lua|Module:String}} == Usage == 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 Chiton (genus) returns {{PAGENAMEBASE|Chiton (genus)}} ::on Sweet Dreams (Are Made of..." |
No edit summary |
||
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]]) --> |
Latest revision as of 01:45, 16 February 2025
This is a documentation subpage for Template:PAGENAMEBASE. It may contain usage information, categories and other content that is not part of the original template page. |
Uses Lua: |
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
- Help:Magic words
- String-handling templates
- {{PAGENAME}} (variant to strip anything in parentheses from the title)
- {{FULLPAGENAME}} (including namespace)
- {{Link without disambiguator}}