wikiparser-node 1.4.0 → 1.4.1-b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/bundle.min.js +36 -0
- package/config/default.json +18 -3
- package/config/enwiki.json +411 -0
- package/config/llwiki.json +1 -35
- package/config/moegirl.json +1 -44
- package/config/zhwiki.json +1 -466
- package/extensions/dist/base.js +64 -0
- package/extensions/dist/editor.js +159 -0
- package/extensions/dist/highlight.js +59 -0
- package/extensions/dist/lint.js +48 -0
- package/extensions/editor.css +63 -0
- package/extensions/ui.css +141 -0
- package/i18n/zh-hans.json +4 -3
- package/i18n/zh-hant.json +5 -4
- package/package.json +39 -23
- package/config/.schema.json +0 -172
- package/dist/addon/table.d.ts +0 -6
- package/dist/addon/table.js +0 -558
- package/dist/base.d.ts +0 -53
- package/dist/index.d.ts +0 -32
- package/dist/index.js +0 -211
- package/dist/internal.d.ts +0 -44
- package/dist/lib/element.d.ts +0 -153
- package/dist/lib/element.js +0 -643
- package/dist/lib/node.d.ts +0 -145
- package/dist/lib/node.js +0 -419
- package/dist/lib/range.d.ts +0 -103
- package/dist/lib/range.js +0 -385
- package/dist/lib/ranges.d.ts +0 -25
- package/dist/lib/ranges.js +0 -118
- package/dist/lib/text.d.ts +0 -61
- package/dist/lib/text.js +0 -255
- package/dist/lib/title.d.ts +0 -37
- package/dist/lib/title.js +0 -163
- package/dist/mixin/attributesParent.d.ts +0 -80
- package/dist/mixin/attributesParent.js +0 -89
- package/dist/mixin/fixed.d.ts +0 -31
- package/dist/mixin/fixed.js +0 -28
- package/dist/mixin/flagsParent.d.ts +0 -61
- package/dist/mixin/flagsParent.js +0 -70
- package/dist/mixin/hidden.d.ts +0 -18
- package/dist/mixin/hidden.js +0 -24
- package/dist/mixin/magicLinkParent.d.ts +0 -34
- package/dist/mixin/magicLinkParent.js +0 -41
- package/dist/mixin/singleLine.d.ts +0 -14
- package/dist/mixin/singleLine.js +0 -25
- package/dist/mixin/sol.d.ts +0 -18
- package/dist/mixin/sol.js +0 -43
- package/dist/mixin/syntax.d.ts +0 -19
- package/dist/mixin/syntax.js +0 -54
- package/dist/parser/braces.js +0 -128
- package/dist/parser/commentAndExt.js +0 -85
- package/dist/parser/converter.js +0 -40
- package/dist/parser/externalLinks.js +0 -31
- package/dist/parser/hrAndDoubleUnderscore.js +0 -38
- package/dist/parser/html.js +0 -36
- package/dist/parser/links.js +0 -94
- package/dist/parser/list.js +0 -66
- package/dist/parser/magicLinks.js +0 -42
- package/dist/parser/quotes.js +0 -67
- package/dist/parser/selector.js +0 -162
- package/dist/parser/table.js +0 -120
- package/dist/src/arg.d.ts +0 -57
- package/dist/src/arg.js +0 -194
- package/dist/src/atom.d.ts +0 -12
- package/dist/src/atom.js +0 -27
- package/dist/src/attribute.d.ts +0 -70
- package/dist/src/attribute.js +0 -422
- package/dist/src/attributes.d.ts +0 -108
- package/dist/src/attributes.js +0 -343
- package/dist/src/converter.d.ts +0 -35
- package/dist/src/converter.js +0 -79
- package/dist/src/converterFlags.d.ts +0 -86
- package/dist/src/converterFlags.js +0 -224
- package/dist/src/converterRule.d.ts +0 -77
- package/dist/src/converterRule.js +0 -208
- package/dist/src/extLink.d.ts +0 -36
- package/dist/src/extLink.js +0 -122
- package/dist/src/gallery.d.ts +0 -53
- package/dist/src/gallery.js +0 -121
- package/dist/src/heading.d.ts +0 -51
- package/dist/src/heading.js +0 -143
- package/dist/src/hidden.d.ts +0 -9
- package/dist/src/hidden.js +0 -23
- package/dist/src/html.d.ts +0 -77
- package/dist/src/html.js +0 -284
- package/dist/src/imageParameter.d.ts +0 -64
- package/dist/src/imageParameter.js +0 -247
- package/dist/src/imagemap.d.ts +0 -56
- package/dist/src/imagemap.js +0 -147
- package/dist/src/imagemapLink.d.ts +0 -34
- package/dist/src/imagemapLink.js +0 -40
- package/dist/src/index.d.ts +0 -139
- package/dist/src/index.js +0 -769
- package/dist/src/link/base.d.ts +0 -51
- package/dist/src/link/base.js +0 -209
- package/dist/src/link/category.d.ts +0 -13
- package/dist/src/link/category.js +0 -29
- package/dist/src/link/file.d.ts +0 -95
- package/dist/src/link/file.js +0 -259
- package/dist/src/link/galleryImage.d.ts +0 -29
- package/dist/src/link/galleryImage.js +0 -106
- package/dist/src/link/index.d.ts +0 -55
- package/dist/src/link/index.js +0 -135
- package/dist/src/magicLink.d.ts +0 -56
- package/dist/src/magicLink.js +0 -147
- package/dist/src/nested.d.ts +0 -42
- package/dist/src/nested.js +0 -86
- package/dist/src/nowiki/base.d.ts +0 -31
- package/dist/src/nowiki/base.js +0 -42
- package/dist/src/nowiki/comment.d.ts +0 -29
- package/dist/src/nowiki/comment.js +0 -74
- package/dist/src/nowiki/dd.d.ts +0 -8
- package/dist/src/nowiki/dd.js +0 -25
- package/dist/src/nowiki/doubleUnderscore.d.ts +0 -26
- package/dist/src/nowiki/doubleUnderscore.js +0 -50
- package/dist/src/nowiki/hr.d.ts +0 -14
- package/dist/src/nowiki/hr.js +0 -14
- package/dist/src/nowiki/index.d.ts +0 -16
- package/dist/src/nowiki/index.js +0 -21
- package/dist/src/nowiki/list.d.ts +0 -18
- package/dist/src/nowiki/list.js +0 -48
- package/dist/src/nowiki/listBase.d.ts +0 -10
- package/dist/src/nowiki/listBase.js +0 -12
- package/dist/src/nowiki/noinclude.d.ts +0 -12
- package/dist/src/nowiki/noinclude.js +0 -24
- package/dist/src/nowiki/quote.d.ts +0 -20
- package/dist/src/nowiki/quote.js +0 -69
- package/dist/src/onlyinclude.d.ts +0 -16
- package/dist/src/onlyinclude.js +0 -57
- package/dist/src/paramTag/index.d.ts +0 -37
- package/dist/src/paramTag/index.js +0 -68
- package/dist/src/paramTag/inputbox.d.ts +0 -8
- package/dist/src/paramTag/inputbox.js +0 -23
- package/dist/src/parameter.d.ts +0 -71
- package/dist/src/parameter.js +0 -214
- package/dist/src/pre.d.ts +0 -28
- package/dist/src/pre.js +0 -51
- package/dist/src/syntax.d.ts +0 -19
- package/dist/src/syntax.js +0 -34
- package/dist/src/table/base.d.ts +0 -37
- package/dist/src/table/base.js +0 -78
- package/dist/src/table/index.d.ts +0 -230
- package/dist/src/table/index.js +0 -386
- package/dist/src/table/td.d.ts +0 -91
- package/dist/src/table/td.js +0 -270
- package/dist/src/table/tr.d.ts +0 -31
- package/dist/src/table/tr.js +0 -56
- package/dist/src/table/trBase.d.ts +0 -52
- package/dist/src/table/trBase.js +0 -153
- package/dist/src/tagPair/ext.d.ts +0 -39
- package/dist/src/tagPair/ext.js +0 -134
- package/dist/src/tagPair/include.d.ts +0 -39
- package/dist/src/tagPair/include.js +0 -70
- package/dist/src/tagPair/index.d.ts +0 -30
- package/dist/src/tagPair/index.js +0 -76
- package/dist/src/transclude.d.ts +0 -166
- package/dist/src/transclude.js +0 -694
- package/dist/util/constants.js +0 -113
- package/dist/util/debug.js +0 -83
- package/dist/util/diff.js +0 -72
- package/dist/util/lint.js +0 -30
- package/dist/util/string.js +0 -51
- package/errors/README +0 -1
- package/printed/README +0 -1
|
@@ -0,0 +1,411 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ext": [
|
|
3
|
+
"nowiki",
|
|
4
|
+
"pre",
|
|
5
|
+
"gallery",
|
|
6
|
+
"indicator",
|
|
7
|
+
"poem",
|
|
8
|
+
"ref",
|
|
9
|
+
"references",
|
|
10
|
+
"categorytree",
|
|
11
|
+
"charinsert",
|
|
12
|
+
"imagemap",
|
|
13
|
+
"inputbox",
|
|
14
|
+
"templatestyles",
|
|
15
|
+
"score",
|
|
16
|
+
"ce",
|
|
17
|
+
"chem",
|
|
18
|
+
"graph",
|
|
19
|
+
"hiero",
|
|
20
|
+
"langconvert",
|
|
21
|
+
"mapframe",
|
|
22
|
+
"maplink",
|
|
23
|
+
"math",
|
|
24
|
+
"phonos",
|
|
25
|
+
"section",
|
|
26
|
+
"source",
|
|
27
|
+
"syntaxhighlight",
|
|
28
|
+
"templatedata",
|
|
29
|
+
"timeline"
|
|
30
|
+
],
|
|
31
|
+
"html": [
|
|
32
|
+
[
|
|
33
|
+
"b",
|
|
34
|
+
"bdi",
|
|
35
|
+
"del",
|
|
36
|
+
"i",
|
|
37
|
+
"ins",
|
|
38
|
+
"u",
|
|
39
|
+
"font",
|
|
40
|
+
"big",
|
|
41
|
+
"small",
|
|
42
|
+
"sub",
|
|
43
|
+
"sup",
|
|
44
|
+
"h1",
|
|
45
|
+
"h2",
|
|
46
|
+
"h3",
|
|
47
|
+
"h4",
|
|
48
|
+
"h5",
|
|
49
|
+
"h6",
|
|
50
|
+
"cite",
|
|
51
|
+
"code",
|
|
52
|
+
"em",
|
|
53
|
+
"s",
|
|
54
|
+
"strike",
|
|
55
|
+
"strong",
|
|
56
|
+
"tt",
|
|
57
|
+
"var",
|
|
58
|
+
"div",
|
|
59
|
+
"center",
|
|
60
|
+
"blockquote",
|
|
61
|
+
"ol",
|
|
62
|
+
"ul",
|
|
63
|
+
"dl",
|
|
64
|
+
"table",
|
|
65
|
+
"caption",
|
|
66
|
+
"pre",
|
|
67
|
+
"ruby",
|
|
68
|
+
"rb",
|
|
69
|
+
"rp",
|
|
70
|
+
"rt",
|
|
71
|
+
"rtc",
|
|
72
|
+
"p",
|
|
73
|
+
"span",
|
|
74
|
+
"abbr",
|
|
75
|
+
"dfn",
|
|
76
|
+
"kbd",
|
|
77
|
+
"samp",
|
|
78
|
+
"data",
|
|
79
|
+
"time",
|
|
80
|
+
"mark",
|
|
81
|
+
"tr",
|
|
82
|
+
"td",
|
|
83
|
+
"th",
|
|
84
|
+
"q",
|
|
85
|
+
"bdo"
|
|
86
|
+
],
|
|
87
|
+
[
|
|
88
|
+
"li",
|
|
89
|
+
"dt",
|
|
90
|
+
"dd"
|
|
91
|
+
],
|
|
92
|
+
[
|
|
93
|
+
"br",
|
|
94
|
+
"wbr",
|
|
95
|
+
"hr",
|
|
96
|
+
"meta",
|
|
97
|
+
"link"
|
|
98
|
+
]
|
|
99
|
+
],
|
|
100
|
+
"namespaces": {
|
|
101
|
+
"-2": "Media",
|
|
102
|
+
"-1": "Special",
|
|
103
|
+
"0": "",
|
|
104
|
+
"1": "Talk",
|
|
105
|
+
"2": "User",
|
|
106
|
+
"3": "User talk",
|
|
107
|
+
"4": "Project",
|
|
108
|
+
"5": "Project talk",
|
|
109
|
+
"6": "File",
|
|
110
|
+
"7": "File talk",
|
|
111
|
+
"8": "MediaWiki",
|
|
112
|
+
"9": "MediaWiki talk",
|
|
113
|
+
"10": "Template",
|
|
114
|
+
"11": "Template talk",
|
|
115
|
+
"12": "Help",
|
|
116
|
+
"13": "Help talk",
|
|
117
|
+
"14": "Category",
|
|
118
|
+
"15": "Category talk",
|
|
119
|
+
"100": "Portal",
|
|
120
|
+
"101": "Portal talk",
|
|
121
|
+
"118": "Draft",
|
|
122
|
+
"119": "Draft talk",
|
|
123
|
+
"710": "TimedText",
|
|
124
|
+
"711": "TimedText talk",
|
|
125
|
+
"828": "Module",
|
|
126
|
+
"829": "Module talk",
|
|
127
|
+
"2300": "Gadget",
|
|
128
|
+
"2301": "Gadget talk",
|
|
129
|
+
"2302": "Gadget definition",
|
|
130
|
+
"2303": "Gadget definition talk"
|
|
131
|
+
},
|
|
132
|
+
"nsid": {
|
|
133
|
+
"": 0,
|
|
134
|
+
"media": -2,
|
|
135
|
+
"special": -1,
|
|
136
|
+
"talk": 1,
|
|
137
|
+
"user": 2,
|
|
138
|
+
"user talk": 3,
|
|
139
|
+
"wp": 4,
|
|
140
|
+
"wikipedia": 4,
|
|
141
|
+
"project": 4,
|
|
142
|
+
"wt": 5,
|
|
143
|
+
"wikipedia talk": 5,
|
|
144
|
+
"project talk": 5,
|
|
145
|
+
"file": 6,
|
|
146
|
+
"image": 6,
|
|
147
|
+
"file talk": 7,
|
|
148
|
+
"image talk": 7,
|
|
149
|
+
"mediawiki": 8,
|
|
150
|
+
"mediawiki talk": 9,
|
|
151
|
+
"template": 10,
|
|
152
|
+
"template talk": 11,
|
|
153
|
+
"help": 12,
|
|
154
|
+
"help talk": 13,
|
|
155
|
+
"category": 14,
|
|
156
|
+
"category talk": 15,
|
|
157
|
+
"portal": 100,
|
|
158
|
+
"portal talk": 101,
|
|
159
|
+
"draft": 118,
|
|
160
|
+
"draft talk": 119,
|
|
161
|
+
"timedtext": 710,
|
|
162
|
+
"timedtext talk": 711,
|
|
163
|
+
"module": 828,
|
|
164
|
+
"module talk": 829,
|
|
165
|
+
"gadget": 2300,
|
|
166
|
+
"gadget talk": 2301,
|
|
167
|
+
"gadget definition": 2302,
|
|
168
|
+
"gadget definition talk": 2303
|
|
169
|
+
},
|
|
170
|
+
"parserFunction": [
|
|
171
|
+
{
|
|
172
|
+
"ns": "ns",
|
|
173
|
+
"nse": "nse",
|
|
174
|
+
"urlencode": "urlencode",
|
|
175
|
+
"lcfirst": "lcfirst",
|
|
176
|
+
"ucfirst": "ucfirst",
|
|
177
|
+
"lc": "lc",
|
|
178
|
+
"uc": "uc",
|
|
179
|
+
"localurl": "localurl",
|
|
180
|
+
"localurle": "localurle",
|
|
181
|
+
"fullurl": "fullurl",
|
|
182
|
+
"fullurle": "fullurle",
|
|
183
|
+
"canonicalurl": "canonicalurl",
|
|
184
|
+
"canonicalurle": "canonicalurle",
|
|
185
|
+
"formatnum": "formatnum",
|
|
186
|
+
"grammar": "grammar",
|
|
187
|
+
"gender": "gender",
|
|
188
|
+
"plural": "plural",
|
|
189
|
+
"bidi": "bidi",
|
|
190
|
+
"#language": "language",
|
|
191
|
+
"padleft": "padleft",
|
|
192
|
+
"padright": "padright",
|
|
193
|
+
"anchorencode": "anchorencode",
|
|
194
|
+
"filepath": "filepath",
|
|
195
|
+
"pageid": "pageid",
|
|
196
|
+
"int": "int",
|
|
197
|
+
"#special": "special",
|
|
198
|
+
"#speciale": "speciale",
|
|
199
|
+
"#tag": "tag",
|
|
200
|
+
"#formatdate": "formatdate",
|
|
201
|
+
"#dateformat": "formatdate",
|
|
202
|
+
"#invoke": "invoke",
|
|
203
|
+
"#if": "if",
|
|
204
|
+
"#ifeq": "ifeq",
|
|
205
|
+
"#switch": "switch",
|
|
206
|
+
"#ifexist": "ifexist",
|
|
207
|
+
"#ifexpr": "ifexpr",
|
|
208
|
+
"#iferror": "iferror",
|
|
209
|
+
"#time": "time",
|
|
210
|
+
"#timel": "timel",
|
|
211
|
+
"#expr": "expr",
|
|
212
|
+
"#rel2abs": "rel2abs",
|
|
213
|
+
"#titleparts": "titleparts",
|
|
214
|
+
"pendingchangelevel": "pendingchangelevel",
|
|
215
|
+
"#categorytree": "categorytree",
|
|
216
|
+
"articlepath": "articlepath",
|
|
217
|
+
"server": "server",
|
|
218
|
+
"servername": "servername",
|
|
219
|
+
"scriptpath": "scriptpath",
|
|
220
|
+
"stylepath": "stylepath",
|
|
221
|
+
"msgnw": "msgnw",
|
|
222
|
+
"#related": "related",
|
|
223
|
+
"#babel": "babel",
|
|
224
|
+
"#commaseparatedlist": "commaseparatedlist",
|
|
225
|
+
"#coordinates": "coordinates",
|
|
226
|
+
"#lst": "lst",
|
|
227
|
+
"#lsth": "lsth",
|
|
228
|
+
"#lstx": "lstx",
|
|
229
|
+
"#assessment": "assessment",
|
|
230
|
+
"#mentor": "mentor",
|
|
231
|
+
"#property": "property",
|
|
232
|
+
"#target": "target",
|
|
233
|
+
"#section": "section",
|
|
234
|
+
"#section-x": "section-x",
|
|
235
|
+
"#section-h": "section-h",
|
|
236
|
+
"noexternallanglinks": "noexternallanglinks",
|
|
237
|
+
"#statements": "statements",
|
|
238
|
+
"numberofwikis": "numberofwikis",
|
|
239
|
+
"wbreponame": "wbreponame"
|
|
240
|
+
},
|
|
241
|
+
[
|
|
242
|
+
"NUMBEROFPAGES",
|
|
243
|
+
"NUMBEROFUSERS",
|
|
244
|
+
"NUMBEROFACTIVEUSERS",
|
|
245
|
+
"NUMBEROFARTICLES",
|
|
246
|
+
"NUMBEROFFILES",
|
|
247
|
+
"NUMBEROFADMINS",
|
|
248
|
+
"NUMBERINGROUP",
|
|
249
|
+
"NUMINGROUP",
|
|
250
|
+
"NUMBEROFEDITS",
|
|
251
|
+
"DEFAULTSORT",
|
|
252
|
+
"DEFAULTSORTKEY",
|
|
253
|
+
"DEFAULTCATEGORYSORT",
|
|
254
|
+
"PAGESINCATEGORY",
|
|
255
|
+
"PAGESINCAT",
|
|
256
|
+
"PAGESIZE",
|
|
257
|
+
"PROTECTIONLEVEL",
|
|
258
|
+
"PROTECTIONEXPIRY",
|
|
259
|
+
"NAMESPACEE",
|
|
260
|
+
"NAMESPACENUMBER",
|
|
261
|
+
"TALKSPACE",
|
|
262
|
+
"TALKSPACEE",
|
|
263
|
+
"SUBJECTSPACE",
|
|
264
|
+
"ARTICLESPACE",
|
|
265
|
+
"SUBJECTSPACEE",
|
|
266
|
+
"ARTICLESPACEE",
|
|
267
|
+
"PAGENAME",
|
|
268
|
+
"PAGENAMEE",
|
|
269
|
+
"FULLPAGENAME",
|
|
270
|
+
"FULLPAGENAMEE",
|
|
271
|
+
"ROOTPAGENAME",
|
|
272
|
+
"ROOTPAGENAMEE",
|
|
273
|
+
"BASEPAGENAME",
|
|
274
|
+
"BASEPAGENAMEE",
|
|
275
|
+
"SUBPAGENAME",
|
|
276
|
+
"SUBPAGENAMEE",
|
|
277
|
+
"TALKPAGENAME",
|
|
278
|
+
"TALKPAGENAMEE",
|
|
279
|
+
"SUBJECTPAGENAME",
|
|
280
|
+
"ARTICLEPAGENAME",
|
|
281
|
+
"SUBJECTPAGENAMEE",
|
|
282
|
+
"ARTICLEPAGENAMEE",
|
|
283
|
+
"REVISIONID",
|
|
284
|
+
"REVISIONDAY",
|
|
285
|
+
"REVISIONDAY2",
|
|
286
|
+
"REVISIONMONTH",
|
|
287
|
+
"REVISIONMONTH1",
|
|
288
|
+
"REVISIONYEAR",
|
|
289
|
+
"REVISIONTIMESTAMP",
|
|
290
|
+
"REVISIONUSER",
|
|
291
|
+
"CASCADINGSOURCES",
|
|
292
|
+
"NAMESPACE",
|
|
293
|
+
"DISPLAYTITLE",
|
|
294
|
+
"SHORTDESC",
|
|
295
|
+
"!",
|
|
296
|
+
"CURRENTMONTH",
|
|
297
|
+
"CURRENTMONTH2",
|
|
298
|
+
"CURRENTMONTH1",
|
|
299
|
+
"CURRENTMONTHNAME",
|
|
300
|
+
"CURRENTMONTHNAMEGEN",
|
|
301
|
+
"CURRENTMONTHABBREV",
|
|
302
|
+
"CURRENTDAY",
|
|
303
|
+
"CURRENTDAY2",
|
|
304
|
+
"CURRENTDAYNAME",
|
|
305
|
+
"CURRENTYEAR",
|
|
306
|
+
"CURRENTTIME",
|
|
307
|
+
"CURRENTHOUR",
|
|
308
|
+
"LOCALMONTH",
|
|
309
|
+
"LOCALMONTH2",
|
|
310
|
+
"LOCALMONTH1",
|
|
311
|
+
"LOCALMONTHNAME",
|
|
312
|
+
"LOCALMONTHNAMEGEN",
|
|
313
|
+
"LOCALMONTHABBREV",
|
|
314
|
+
"LOCALDAY",
|
|
315
|
+
"LOCALDAY2",
|
|
316
|
+
"LOCALDAYNAME",
|
|
317
|
+
"LOCALYEAR",
|
|
318
|
+
"LOCALTIME",
|
|
319
|
+
"LOCALHOUR",
|
|
320
|
+
"SITENAME",
|
|
321
|
+
"CURRENTWEEK",
|
|
322
|
+
"CURRENTDOW",
|
|
323
|
+
"LOCALWEEK",
|
|
324
|
+
"LOCALDOW",
|
|
325
|
+
"REVISIONSIZE",
|
|
326
|
+
"CURRENTVERSION",
|
|
327
|
+
"CURRENTTIMESTAMP",
|
|
328
|
+
"LOCALTIMESTAMP",
|
|
329
|
+
"DIRECTIONMARK",
|
|
330
|
+
"DIRMARK",
|
|
331
|
+
"CONTENTLANGUAGE",
|
|
332
|
+
"CONTENTLANG",
|
|
333
|
+
"PAGELANGUAGE",
|
|
334
|
+
"="
|
|
335
|
+
],
|
|
336
|
+
[
|
|
337
|
+
"msg",
|
|
338
|
+
"raw"
|
|
339
|
+
],
|
|
340
|
+
[
|
|
341
|
+
"subst",
|
|
342
|
+
"safesubst"
|
|
343
|
+
]
|
|
344
|
+
],
|
|
345
|
+
"doubleUnderscore": [
|
|
346
|
+
[
|
|
347
|
+
"forcetoc",
|
|
348
|
+
"nocc",
|
|
349
|
+
"nocontentconvert",
|
|
350
|
+
"noeditsection",
|
|
351
|
+
"nogallery",
|
|
352
|
+
"notc",
|
|
353
|
+
"notitleconvert",
|
|
354
|
+
"notoc",
|
|
355
|
+
"toc",
|
|
356
|
+
"archivedtalk",
|
|
357
|
+
"notalk"
|
|
358
|
+
],
|
|
359
|
+
[
|
|
360
|
+
"EXPECTUNUSEDCATEGORY",
|
|
361
|
+
"DISAMBIG",
|
|
362
|
+
"HIDDENCAT",
|
|
363
|
+
"INDEX",
|
|
364
|
+
"NEWSECTIONLINK",
|
|
365
|
+
"NOINDEX",
|
|
366
|
+
"NONEWSECTIONLINK",
|
|
367
|
+
"STATICREDIRECT",
|
|
368
|
+
"NOGLOBAL",
|
|
369
|
+
"EXPECTED_UNCONNECTED_PAGE"
|
|
370
|
+
]
|
|
371
|
+
],
|
|
372
|
+
"protocol": "bitcoin:|ftp://|ftps://|geo:|git://|gopher://|http://|https://|irc://|ircs://|magnet:|mailto:|mms://|news:|nntp://|redis://|sftp://|sip:|sips:|sms:|ssh://|svn://|tel:|telnet://|urn:|worldwind://|xmpp:",
|
|
373
|
+
"interwiki": [],
|
|
374
|
+
"img": {
|
|
375
|
+
"thumbnail": "thumbnail",
|
|
376
|
+
"thumb": "thumbnail",
|
|
377
|
+
"thumbnail=$1": "manualthumb",
|
|
378
|
+
"thumb=$1": "manualthumb",
|
|
379
|
+
"left": "left",
|
|
380
|
+
"right": "right",
|
|
381
|
+
"none": "none",
|
|
382
|
+
"$1px": "width",
|
|
383
|
+
"center": "center",
|
|
384
|
+
"centre": "center",
|
|
385
|
+
"framed": "framed",
|
|
386
|
+
"enframed": "framed",
|
|
387
|
+
"frame": "framed",
|
|
388
|
+
"frameless": "frameless",
|
|
389
|
+
"upright": "upright",
|
|
390
|
+
"upright=$1": "manual-upright",
|
|
391
|
+
"upright $1": "manual-upright",
|
|
392
|
+
"border": "border",
|
|
393
|
+
"alt=$1": "alt",
|
|
394
|
+
"class=$1": "class",
|
|
395
|
+
"link=$1": "link",
|
|
396
|
+
"baseline": "baseline",
|
|
397
|
+
"sub": "sub",
|
|
398
|
+
"super": "super",
|
|
399
|
+
"sup": "super",
|
|
400
|
+
"top": "top",
|
|
401
|
+
"text-top": "text-top",
|
|
402
|
+
"middle": "middle",
|
|
403
|
+
"bottom": "bottom",
|
|
404
|
+
"text-bottom": "text-bottom",
|
|
405
|
+
"lang=$1": "lang",
|
|
406
|
+
"page=$1": "page",
|
|
407
|
+
"page $1": "page",
|
|
408
|
+
"lossy=$1": "lossy"
|
|
409
|
+
},
|
|
410
|
+
"variants": []
|
|
411
|
+
}
|
package/config/llwiki.json
CHANGED
|
@@ -519,41 +519,7 @@
|
|
|
519
519
|
]
|
|
520
520
|
],
|
|
521
521
|
"protocol": "bitcoin:|ftp://|ftps://|geo:|git://|gopher://|http://|https://|irc://|ircs://|magnet:|mailto:|mms://|news:|nntp://|redis://|sftp://|sip:|sips:|sms:|ssh://|svn://|tel:|telnet://|urn:|worldwind://|xmpp:",
|
|
522
|
-
"interwiki": [
|
|
523
|
-
"arxiv",
|
|
524
|
-
"aswiki",
|
|
525
|
-
"cache",
|
|
526
|
-
"cmoegirl",
|
|
527
|
-
"commons",
|
|
528
|
-
"doi",
|
|
529
|
-
"google",
|
|
530
|
-
"googlegroups",
|
|
531
|
-
"gsnews",
|
|
532
|
-
"imdb",
|
|
533
|
-
"jawiki",
|
|
534
|
-
"komica",
|
|
535
|
-
"mediawikiwiki",
|
|
536
|
-
"metawikimedia",
|
|
537
|
-
"moegirl",
|
|
538
|
-
"mw",
|
|
539
|
-
"sifaswiki",
|
|
540
|
-
"sifwiki",
|
|
541
|
-
"wikia",
|
|
542
|
-
"wikibooks",
|
|
543
|
-
"wikidata",
|
|
544
|
-
"wikimedia",
|
|
545
|
-
"wikinews",
|
|
546
|
-
"wikiinfo",
|
|
547
|
-
"wikipedia",
|
|
548
|
-
"wikiquote",
|
|
549
|
-
"wikisource",
|
|
550
|
-
"wikispecies",
|
|
551
|
-
"wikiversity",
|
|
552
|
-
"wikivoyage",
|
|
553
|
-
"wikt",
|
|
554
|
-
"wiktionary",
|
|
555
|
-
"zhwiki"
|
|
556
|
-
],
|
|
522
|
+
"interwiki": [],
|
|
557
523
|
"img": {
|
|
558
524
|
"thumbnail": "thumbnail",
|
|
559
525
|
"thumb": "thumbnail",
|
package/config/moegirl.json
CHANGED
|
@@ -612,50 +612,7 @@
|
|
|
612
612
|
]
|
|
613
613
|
],
|
|
614
614
|
"protocol": "bitcoin:|ftp://|ftps://|geo:|git://|gopher://|http://|https://|irc://|ircs://|magnet:|mailto:|mms://|news:|nntp://|redis://|sftp://|sip:|sips:|sms:|ssh://|svn://|tel:|telnet://|urn:|worldwind://|xmpp:",
|
|
615
|
-
"interwiki": [
|
|
616
|
-
"commons",
|
|
617
|
-
"mediawikiwiki",
|
|
618
|
-
"metawikimedia",
|
|
619
|
-
"mw",
|
|
620
|
-
"wikibooks",
|
|
621
|
-
"wikidata",
|
|
622
|
-
"wikimedia",
|
|
623
|
-
"wikinews",
|
|
624
|
-
"wikipedia",
|
|
625
|
-
"wikiquote",
|
|
626
|
-
"wikisource",
|
|
627
|
-
"wikispecies",
|
|
628
|
-
"wikiversity",
|
|
629
|
-
"wikivoyage",
|
|
630
|
-
"wikt",
|
|
631
|
-
"wiktionary",
|
|
632
|
-
"cc",
|
|
633
|
-
"cm",
|
|
634
|
-
"en",
|
|
635
|
-
"enmoe",
|
|
636
|
-
"enwp",
|
|
637
|
-
"fandom",
|
|
638
|
-
"ghia",
|
|
639
|
-
"huiji",
|
|
640
|
-
"ja",
|
|
641
|
-
"jamoe",
|
|
642
|
-
"jawp",
|
|
643
|
-
"library",
|
|
644
|
-
"meta",
|
|
645
|
-
"phab",
|
|
646
|
-
"pmid",
|
|
647
|
-
"shoutwiki",
|
|
648
|
-
"translatewiki",
|
|
649
|
-
"zh",
|
|
650
|
-
"zhmoe",
|
|
651
|
-
"zhmoegirl",
|
|
652
|
-
"zhtest",
|
|
653
|
-
"zhwp",
|
|
654
|
-
"文库",
|
|
655
|
-
"萌娘共享",
|
|
656
|
-
"萌娘文库",
|
|
657
|
-
"萌百"
|
|
658
|
-
],
|
|
615
|
+
"interwiki": [],
|
|
659
616
|
"img": {
|
|
660
617
|
"thumbnail": "thumbnail",
|
|
661
618
|
"thumb": "thumbnail",
|