Class MergedFromTemplate

Represents a single {{merged-from}} template in the Parsoid document.

Hierarchy (view full)

Implements

Constructors

Properties

afd?: string

If the merge was the result of an AfD, this should be the full page title of the AfD discussion.

"Wikipedia:Articles for deletion/Wikipedia"
article: string

The article that content from the target page was originally from.

date: string

The date of the merge

id: string

A unique ID for this template. Derived from the template name and its Parsoid about.

name: string

A unique name for this template. Derived from the Parsoid about for its node.

The template transclusion node that serves as a reference to an element on the Parsoid DOM.

talk?: string

Whether to link to the original article's talk page or not.

target?: string

The target of the merge.

Accessors

Methods