Interface RawMergedFromTemplate

interface RawMergedFromTemplate {
    afd?: string;
    article: string;
    date: string;
    talk?: string;
    target?: string;
}

Implemented by

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

talk?: string

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

target?: string

The target of the merge.