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

    Interface ParsedRawWikilinkOutputConfig

    interface ParsedRawWikilinkOutputConfig {
        rawTitle?: boolean;
        suppressDisplay?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    rawTitle?: boolean

    Whether to preserve redundant characters surrounding the title, as found in rawTitle.

    This option is ignored if such characters interrupt the title itself (e.g., 'F<!---->oo').

    suppressDisplay?: boolean

    Whether to suppress the display text even if the wikilink has it.