123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- {
- "limit": {
- "command": {
- "default": 10,
- "patreon": 15
- },
- "interwiki": {
- "default": 5,
- "patreon": 10
- },
- "discussion": {
- "default": 50,
- "patreon": 100
- },
- "verification": {
- "default": 10,
- "patreon": 15
- },
- "rcgcdw": {
- "default": 1,
- "patreon": 5,
- "display": 2
- }
- },
- "defaultPermissions": 939912256,
- "defaultSettings": {
- "lang": "en",
- "wiki": "https://en.wikipedia.org/w/"
- },
- "timeoptions": {
- "year": "numeric",
- "month": "short",
- "day": "numeric",
- "hour": "2-digit",
- "minute": "2-digit",
- "timeZone": "UTC",
- "timeZoneName": "short"
- },
- "usergroups": [
- "global_bot",
- "hydra_staff",
- "wiki_manager",
- "grasp",
- "bot-global",
- "staff",
- "wiki-manager",
- "helper",
- "content-team-member",
- "soap",
- "content-volunteer",
- "global-discussions-moderator",
- "vanguard",
- "voldev",
- "bot",
- "checkuser",
- "bureaucrat",
- "sysop",
- "interface-admin",
- "widgeteditor",
- "content-moderator",
- "threadmoderator",
- "chatmoderator",
- "junioradmin",
- "directors",
- "Patrol",
- "editor",
- "supmoderator",
- "moderator",
- "assistant",
- "blogpatrol",
- "imagecontrol",
- "commentcontrol",
- "custodian",
- "doyen",
- "Elite_users",
- "codeeditor",
- "patrollers",
- "patroller",
- "rollback",
- "autoreview",
- "autopatroller",
- "autopatrol",
- "authenticated",
- "autoconfirmed",
- "user"
- ],
- "wikiProjects": [
- {
- "name": "wikipedia.org",
- "regex": "((?:[a-z\\d-]{1,50}\\.)?wikipedia\\.org)",
- "articlePath": "/wiki/",
- "scriptPath": "/w/"
- },
- {
- "name": "mediawiki.org",
- "regex": "((?:[a-z\\d-]{1,50}\\.)?mediawiki\\.org)",
- "articlePath": "/wiki/",
- "scriptPath": "/w/"
- },
- {
- "name": "wikimedia.org",
- "regex": "((?:[a-z\\d-]{1,50}\\.)?wikimedia\\.org)",
- "articlePath": "/wiki/",
- "scriptPath": "/w/"
- },
- {
- "name": "wiktionary.org",
- "regex": "((?:[a-z\\d-]{1,50}\\.)?wiktionary\\.org)",
- "articlePath": "/wiki/",
- "scriptPath": "/w/"
- },
- {
- "name": "wikibooks.org",
- "regex": "((?:[a-z\\d-]{1,50}\\.)?wikibooks\\.org)",
- "articlePath": "/wiki/",
- "scriptPath": "/w/"
- },
- {
- "name": "wikisource.org",
- "regex": "((?:[a-z\\d-]{1,50}\\.)?wikisource\\.org)",
- "articlePath": "/wiki/",
- "scriptPath": "/w/"
- },
- {
- "name": "wikidata.org",
- "regex": "((?:[a-z\\d-]{1,50}\\.)?wikidata\\.org)",
- "articlePath": "/wiki/",
- "scriptPath": "/w/"
- },
- {
- "name": "wikiversity.org",
- "regex": "((?:[a-z\\d-]{1,50}\\.)?wikiversity\\.org)",
- "articlePath": "/wiki/",
- "scriptPath": "/w/"
- },
- {
- "name": "wikiquote.org",
- "regex": "((?:[a-z\\d-]{1,50}\\.)?wikiquote\\.org)",
- "articlePath": "/wiki/",
- "scriptPath": "/w/"
- },
- {
- "name": "wikinews.org",
- "regex": "((?:[a-z\\d-]{1,50}\\.)?wikinews\\.org)",
- "articlePath": "/wiki/",
- "scriptPath": "/w/"
- },
- {
- "name": "wikivoyage.org",
- "regex": "((?:[a-z\\d-]{1,50}\\.)?wikivoyage\\.org)",
- "articlePath": "/wiki/",
- "scriptPath": "/w/"
- },
- {
- "name": "miraheze.org",
- "regex": "((?:[a-z\\d-]{1,50}\\.)miraheze\\.org)",
- "articlePath": "/wiki/",
- "scriptPath": "/w/"
- },
- {
- "name": "metapedia.org",
- "regex": "((?:[a-z\\d-]{1,50}\\.)metapedia\\.org)",
- "articlePath": "/wiki/",
- "scriptPath": "/m/"
- },
- {
- "name": "paradoxwikis.com",
- "regex": "((?:[a-z\\d-]{1,50}\\.)paradoxwikis\\.com)",
- "articlePath": "/",
- "scriptPath": "/"
- },
- {
- "name": "brickimedia.org",
- "regex": "((?:[a-z\\d-]{1,50}\\.)brickimedia\\.org)",
- "articlePath": "/wiki/",
- "scriptPath": "/w/"
- },
- {
- "name": "runescape.wiki",
- "regex": "((?:(?:classic|oldschool|pt|www)\\.)?runescape\\.wiki)",
- "articlePath": "/w/",
- "scriptPath": "/"
- }
- ]
- }
|