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

    Interface ApiResponseQueryMetaSiteinfoGeneral

    interface ApiResponseQueryMetaSiteinfoGeneral {
        allcentralidlookupproviders: string[];
        allunicodefixes: boolean;
        articlepath: string;
        base: string;
        case: "first-letter" | "case-sensitive";
        categorycollation: string;
        centralidlookupprovider: string;
        dbtype: string;
        dbversion: string;
        externalimages?: string[];
        externallinktarget: boolean;
        fallback: { code: string }[];
        fallback8bitEncoding: string;
        favicon?: string;
        fixarabicunicode: boolean;
        fixmalayalamunicode: boolean;
        galleryoptions: {
            captionLength: boolean;
            imageHeight: number;
            imagesPerRow: number;
            imageWidth: number;
            mode: string;
            showBytes: boolean;
            showDimensions: boolean;
        };
        generator: string;
        "git-branch"?: string;
        "git-hash"?: string;
        imagelimits: { [index: string]: { height: number; width: number } };
        imagewhitelistenabled?: boolean;
        interwikimagic: boolean;
        invalidusernamechars: string;
        lang: string;
        langconversion: boolean;
        legaltitlechars: string;
        linkconversion: boolean;
        linkprefix: string;
        linkprefixcharset: string;
        linktrail: string;
        logo: string;
        magiclinks: { [key: string]: boolean };
        mainpage: string;
        mainpageisdomainroot: boolean;
        maxarticlesize: number;
        maxuploadsize: number;
        minuploadchunksize: number;
        misermode: boolean;
        nofollowdomainexceptions: string[];
        nofollowlinks: boolean;
        nofollownsexceptions: string[];
        phpsapi: string;
        phpversion: string;
        readonly: boolean;
        readonlyreason?: string;
        rtl: boolean;
        script: string;
        scriptpath: string;
        server: string;
        servername: string;
        sitename: string;
        thumblimits: { [index: string]: number };
        time: string;
        timeoffset: number;
        timezone: string;
        titleconversion: boolean;
        uploadsenabled: boolean;
        variantarticlepath: boolean;
        variants?: { code: string; name: string }[];
        wikiid: string;
        writeapi: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    allcentralidlookupproviders: string[]
    allunicodefixes: boolean
    articlepath: string
    base: string
    case: "first-letter" | "case-sensitive"
    categorycollation: string
    centralidlookupprovider: string
    dbtype: string
    dbversion: string
    externalimages?: string[]
    externallinktarget: boolean
    fallback: { code: string }[]
    fallback8bitEncoding: string
    favicon?: string
    fixarabicunicode: boolean
    fixmalayalamunicode: boolean
    galleryoptions: {
        captionLength: boolean;
        imageHeight: number;
        imagesPerRow: number;
        imageWidth: number;
        mode: string;
        showBytes: boolean;
        showDimensions: boolean;
    }
    generator: string
    "git-branch"?: string
    "git-hash"?: string
    imagelimits: { [index: string]: { height: number; width: number } }
    imagewhitelistenabled?: boolean
    interwikimagic: boolean
    invalidusernamechars: string
    lang: string
    langconversion: boolean
    legaltitlechars: string
    linkconversion: boolean
    linkprefix: string
    linkprefixcharset: string
    linktrail: string
    logo: string
    magiclinks: { [key: string]: boolean }
    mainpage: string
    mainpageisdomainroot: boolean
    maxarticlesize: number
    maxuploadsize: number
    minuploadchunksize: number
    misermode: boolean
    nofollowdomainexceptions: string[]
    nofollowlinks: boolean
    nofollownsexceptions: string[]
    phpsapi: string
    phpversion: string
    readonly: boolean
    readonlyreason?: string
    rtl: boolean
    script: string
    scriptpath: string
    server: string
    servername: string
    sitename: string
    thumblimits: { [index: string]: number }
    time: string
    timeoffset: number
    timezone: string
    titleconversion: boolean
    uploadsenabled: boolean
    variantarticlepath: boolean
    variants?: { code: string; name: string }[]
    wikiid: string
    writeapi: boolean