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

    Interface ConfigData

    Schema of the data handled by Mwbot.config.

    interface ConfigData {
        wgArticlePath: string;
        wgCaseSensitiveNamespaces: number[];
        wgContentLanguage: string;
        wgContentNamespaces: number[];
        wgDBname: string;
        wgFormattedNamespaces: Record<string, string>;
        wgLegalTitleChars: string;
        wgNamespaceIds: Record<string, number>;
        wgScript: string;
        wgScriptPath: string;
        wgServer: string;
        wgServerName: string;
        wgSiteName: string;
        wgUserId: number;
        wgUserName: string;
        wgUserRights: string[];
        wgVersion: string;
        wgWikiID: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    wgArticlePath: string
    wgCaseSensitiveNamespaces: number[]
    wgContentLanguage: string
    wgContentNamespaces: number[]
    wgDBname: string
    wgFormattedNamespaces: Record<string, string>
    wgLegalTitleChars: string
    wgNamespaceIds: Record<string, number>
    wgScript: string
    wgScriptPath: string
    wgServer: string
    wgServerName: string
    wgSiteName: string
    wgUserId: number
    wgUserName: string
    wgUserRights: string[]
    wgVersion: string
    wgWikiID: string