Toggle menu
15
236
73
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 03:37, 18 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> == Usage == Resolves a relative title to its absolute form. The result can be used across different namespaces with consistent behavior. The first parameter (mandatory) is the target page title. It can be a full page title or a relative subpage. The second parameter (optional) is the base page. It defaults to the current page ({{tl|FULLPAGENAME}}). =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

Resolves a relative title to its absolute form. The result can be used across different namespaces with consistent behavior.

The first parameter (mandatory) is the target page title. It can be a full page title or a relative subpage.

The second parameter (optional) is the base page. It defaults to the current page ({{FULLPAGENAME}}).

Examples

Code Result
{{Absolute page title|TargetPage|BasePage}}
TargetPage
{{Absolute page title|/TargetPage|BasePage}}
/TargetPage
{{Absolute page title|Talk:TargetPage|Talk:BasePage}}
Talk:TargetPage
{{Absolute page title|Talk:TargetPage|BasePage}}
Talk:TargetPage
{{Absolute page title|/Subpage|Talk:BasePage}}
Talk:BasePage/Subpage

See also