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

    Interface TitleOutputOptions

    interface TitleOutputOptions {
        colon?: boolean;
        fragment?: boolean;
        interwiki?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    colon?: boolean

    Whether to include a leading colon in the output. (Default: false)

    This option has no effect if Title.hadLeadingColon returns false.

    fragment?: boolean

    Whether to include the fragment in the output. (Default: false) All underscores are replaced by spaces.

    This option has no effect if Title.getFragment returns null.

    interwiki?: boolean

    Whether to include interwiki prefixes in the output. (Default: true)