Protected
Readonly
titleThe title of the page that the wikilink links to.
This property is read-only. To update it, use setTitle.
Gets the display text of the wikilink. If no display text is set, the title text is returned.
Note that interlanguage links (which appear in the sidebar) are not resolved in terms of how they are displayed there.
The display text as a string.
Checks whether this wikilink has a display text (the part after |
).
A boolean indicating whether the wikilink has a display text.
Sets the display text of the wikilink.
The display text. To unset it, pass an empty string or null
.
The current instance for chaining.
The instance members of the
WikilinkBase
class. For static members, see WikilinkBaseStatic (defined separately due to TypeScript limitations).