mwbot-ts - v1.2.7
    Preparing search index...

    Interface TemplateBaseStatic<T>Protected

    The base class for TemplateStatic and RawTemplateStatic.

    This interface defines the static members of the TemplateBase class. For instance members, see TemplateBase (defined separately due to TypeScript limitations).

    interface TemplateBaseStatic<T extends string | Title> {
        new TemplateBaseStatic(
            title: T,
            params?: NewTemplateParameter[],
            hierarchies?: TemplateParameterHierarchies,
        ): TemplateBase<T>;
    }

    Type Parameters

    Index

    Constructors

    Constructors