Template:PAGENAMEDISAMBIGUATOR: Difference between revisions
Jump to navigation
Jump to search
m (Pronoun moved page Tempalte:PAGENAMEDISAMBIGUATOR to Template:PAGENAMEDISAMBIGUATOR: typo, im stupid) |
(remove parentheses from output) |
||
Line 1: | Line 1: | ||
{{{{{|safesubst:}}}#Invoke:String|match|s={{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|pattern=%b()$|plain=false|ignore_errors=true}}<noinclude> | {{{{{|safesubst:}}}#invoke:Ustring|sub|s1={{{{{|safesubst:}}}#Invoke:String|match|s={{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|pattern=%b()$|plain=false|ignore_errors=true}}|2|-2}}<noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> |
Latest revision as of 22:26, 3 January 2022
This template uses Lua: |
Usage
This template returns any (text in parentheses) in the current {{PAGENAME}}
or the final set of parentheses where more than one set exist.
e.g. {{PAGENAMEBASE}}
on page Esfalsa (Pacifica) returns Pacifica
- on National Party (Esfalsa) (Pacifica) returns National Party (Esfalsa)
- 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.