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

    Interface VerifiedFunctionHook

    The return type of ParserFunctionStatic.verify.

    interface VerifiedFunctionHook {
        canonical: string;
        match: string;
    }
    Index

    Properties

    Properties

    canonical: string

    The canonical name of the parser function, including the trailing colon (e.g., "#if:").

    This usually starts with a hash character (#) but may not if the hook cannot start with it.

    match: string

    The matched name of the parser function, including the trailing colon.