Class SplitArticleTemplate

Represents a single {{split article}} template.

Hierarchy

Implements

Constructors

Properties

All the rows of this template.

collapse: string
from: string
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.

Accessors

Methods

  • Private

    Extracts parameters from this.node and returns a row.

    Type Parameters

    • RowInterface

    Parameters

    • parameters: readonly string[]

      The parameter names to check for

    • suffix: number | "" = ''

      The suffix of the parameter

    Returns RowInterface

    A row, or null if no parameters were found.

Generated using TypeDoc