The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.

Template:PAGENAMEBASE/doc: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
(Sister interwiki)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
{{Lua|Module:String}}


This template returns the current page name without text in parentheses. If the page name has more than one set of parentheses, only the last one is removed.
This template returns the current page name without text in parentheses. If the page name has more than one set of parentheses, only the last one is removed.


It is not to be confused with the [[mw:Help:Magic words|magic word]], <code><nowiki>{{BASEPAGENAME}}</nowiki></code>, which returns the page name without its subpages.
It is not to be confused with the [[Help:Magic words|magic word]], <code><nowiki>{{BASEPAGENAME}}</nowiki></code>, which returns the page name without its subpages.


==Usage==
==Usage==
Line 14: Line 15:


<code><nowiki>{{PAGENAMEBASE|Blight league}}</nowiki></code> → {{PAGENAMEBASE|Blight league}}
<code><nowiki>{{PAGENAMEBASE|Blight league}}</nowiki></code> → {{PAGENAMEBASE|Blight league}}
<code><nowiki>{{PAGENAMEBASE|Map:Harbinger Map (Low Tier) (Blight)}}</nowiki></code> → {{PAGENAMEBASE|Map:Harbinger Map (Low Tier) (Blight)}}
{{Adapted from Wikipedia|Template:PAGENAMEBASE}}


{{Documentation categories|
{{Documentation categories|
<!-- Categories and interwikis go here. -->
<!-- Categories and interwikis go here. -->
[[Category:Templates]]
[[Category:Templates]]
{{Sister|poewiki}}
}}
}}

Latest revision as of 01:17, 6 January 2025

This subpage provides documentation for Template:PAGENAMEBASE.

Lua logo

This template uses the following modules:

This template returns the current page name without text in parentheses. If the page name has more than one set of parentheses, only the last one is removed.

It is not to be confused with the magic word, {{BASEPAGENAME}}, which returns the page name without its subpages.

Usage

{{PAGENAMEBASE}}

The first unnamed parameter can be used to specify the page name. Otherwise, it defaults to {{PAGENAME}}.

Examples

{{PAGENAMEBASE|Blight (game mechanic)}} → Blight

{{PAGENAMEBASE|Blight league}} → Blight league

{{PAGENAMEBASE|Map:Harbinger Map (Low Tier) (Blight)}} → Map:Harbinger Map (Low Tier)

This template was adapted from Template:PAGENAMEBASE on Wikipedia.
Adaptation is noted for reference and attribution only. This template may differ from the original in function or in usage.