Toggle menu
15
236
75
27.7K
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 00:26, 17 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{Lua|Module:Page}} Returns the title (including namespace) of a page specified by its Page ID. Unlike the title, the Page ID does not change when a page is moved, which makes it a stable reference. == Usage == {{((}}Pageid to title|''Page ID''}} == Examples == {{Automarkup | {{((}}Pageid to title{{!}}21304840{{))}} | [[{{((}}Pageid to title{{!}}21304840{{))}}]] }} == See also == *{{tlp|Wikidata|title|Q776}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the title (including namespace) of a page specified by its Page ID. Unlike the title, the Page ID does not change when a page is moved, which makes it a stable reference.

Usage

{{Pageid to title|Page ID}}

Examples

Markup Renders as
{{Pageid to title|21304840}}

Error: mw.title.new(21304840) failed

[[{{Pageid to title|21304840}}]]

[[Error: mw.title.new(21304840) failed]]

See also