mwbot-ts - v1.2.7
Preparing search index...
Mwbot
ConfigData
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
wg
Article
Path
wg
Case
Sensitive
Namespaces
wg
Content
Language
wg
Content
Namespaces
wg
D
Bname
wg
Formatted
Namespaces
wg
Legal
Title
Chars
wg
Namespace
Ids
wg
Script
wg
Script
Path
wg
Server
wg
Server
Name
wg
Site
Name
wg
User
Id
wg
User
Name
wg
User
Rights
wg
Version
wg
Wiki
ID
Properties
wg
Article
Path
wgArticlePath
:
string
wg
Case
Sensitive
Namespaces
wgCaseSensitiveNamespaces
:
number
[]
wg
Content
Language
wgContentLanguage
:
string
wg
Content
Namespaces
wgContentNamespaces
:
number
[]
wg
D
Bname
wgDBname
:
string
wg
Formatted
Namespaces
wgFormattedNamespaces
:
Record
<
string
,
string
>
wg
Legal
Title
Chars
wgLegalTitleChars
:
string
wg
Namespace
Ids
wgNamespaceIds
:
Record
<
string
,
number
>
wg
Script
wgScript
:
string
wg
Script
Path
wgScriptPath
:
string
wg
Server
wgServer
:
string
wg
Server
Name
wgServerName
:
string
wg
Site
Name
wgSiteName
:
string
wg
User
Id
wgUserId
:
number
wg
User
Name
wgUserName
:
string
wg
User
Rights
wgUserRights
:
string
[]
wg
Version
wgVersion
:
string
wg
Wiki
ID
wgWikiID
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
wg
Article
Path
wg
Case
Sensitive
Namespaces
wg
Content
Language
wg
Content
Namespaces
wg
D
Bname
wg
Formatted
Namespaces
wg
Legal
Title
Chars
wg
Namespace
Ids
wg
Script
wg
Script
Path
wg
Server
wg
Server
Name
wg
Site
Name
wg
User
Id
wg
User
Name
wg
User
Rights
wg
Version
wg
Wiki
ID
mwbot-ts - v1.2.7
Loading...
Schema of the data handled by Mwbot.config.