summaryrefslogtreecommitdiff
path: root/www/wiki/includes/api/i18n/qqq.json
blob: 594bf8e685119dd9590096e2960e68adf0d43545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
{
	"@metadata": {
		"authors": [
			"Liuxinyu970226",
			"Robby",
			"Shirayuki",
			"Umherirrender",
			"McDutchie",
			"Raymond",
			"Anomie",
			"Nemo bis",
			"Amire80",
			"Siebrand",
			"Purodha",
			"Tacsipacsi",
			"D41D8CD98F"
		]
	},
	"apihelp-main-summary": "{{doc-apihelp-summary|main}}",
	"apihelp-main-extended-description": "{{doc-apihelp-extended-description|main}}",
	"apihelp-main-param-action": "{{doc-apihelp-param|main|action}}",
	"apihelp-main-param-format": "{{doc-apihelp-param|main|format}}",
	"apihelp-main-param-maxlag": "{{doc-apihelp-param|main|maxlag}}",
	"apihelp-main-param-smaxage": "{{doc-apihelp-param|main|smaxage}}",
	"apihelp-main-param-maxage": "{{doc-apihelp-param|main|maxage}}",
	"apihelp-main-param-assert": "{{doc-apihelp-param|main|assert}}",
	"apihelp-main-param-assertuser": "{{doc-apihelp-param|main|assertuser}}",
	"apihelp-main-param-requestid": "{{doc-apihelp-param|main|requestid}}",
	"apihelp-main-param-servedby": "{{doc-apihelp-param|main|servedby}}",
	"apihelp-main-param-curtimestamp": "{{doc-apihelp-param|main|curtimestamp}}",
	"apihelp-main-param-responselanginfo": "{{doc-apihelp-param|main|responselanginfo}}",
	"apihelp-main-param-origin": "{{doc-apihelp-param|main|origin}}",
	"apihelp-main-param-uselang": "{{doc-apihelp-param|main|uselang}}",
	"apihelp-main-param-errorformat": "{{doc-apihelp-param|main|errorformat}}",
	"apihelp-main-param-errorlang": "{{doc-apihelp-param|main|errorlang}}",
	"apihelp-main-param-errorsuselocal": "{{doc-apihelp-param|main|errorsuselocal}}",
	"apihelp-block-summary": "{{doc-apihelp-summary|block}}",
	"apihelp-block-param-user": "{{doc-apihelp-param|block|user}}",
	"apihelp-block-param-userid": "{{doc-apihelp-param|block|userid}}",
	"apihelp-block-param-expiry": "{{doc-apihelp-param|block|expiry}}\n{{doc-important|Do not translate \"5 months\", \"2 weeks\", \"infinite\", \"indefinite\" or \"never\"!}}",
	"apihelp-block-param-reason": "{{doc-apihelp-param|block|reason}}",
	"apihelp-block-param-anononly": "{{doc-apihelp-param|block|anononly}}\n* See also {{msg-mw|ipb-hardblock}}",
	"apihelp-block-param-nocreate": "{{doc-apihelp-param|block|nocreate}}\n* See also {{msg-mw|ipbcreateaccount}}",
	"apihelp-block-param-autoblock": "{{doc-singularthey}}\n{{doc-apihelp-param|block|autoblock}}\n* See also {{msg-mw|ipbenableautoblock}}",
	"apihelp-block-param-noemail": "{{doc-apihelp-param|block|noemail}}\n* See also {{msg-mw|ipbemailban}}",
	"apihelp-block-param-hidename": "{{doc-apihelp-param|block|hidename}}",
	"apihelp-block-param-allowusertalk": "{{doc-apihelp-param|block|allowusertalk}}\n* See also {{msg-mw|ipb-disableusertalk}}",
	"apihelp-block-param-reblock": "{{doc-apihelp-param|block|reblock}}",
	"apihelp-block-param-watchuser": "{{doc-apihelp-param|block|watchuser}}",
	"apihelp-block-param-tags": "{{doc-apihelp-param|block|tags}}",
	"apihelp-block-example-ip-simple": "{{doc-apihelp-example|block}}",
	"apihelp-block-example-user-complex": "{{doc-apihelp-example|block}}",
	"apihelp-changeauthenticationdata-summary": "{{doc-apihelp-summary|changeauthenticationdata}}",
	"apihelp-changeauthenticationdata-example-password": "{{doc-apihelp-example|changeauthenticationdata}}",
	"apihelp-checktoken-summary": "{{doc-apihelp-summary|checktoken}}",
	"apihelp-checktoken-param-type": "{{doc-apihelp-param|checktoken|type}}",
	"apihelp-checktoken-param-token": "{{doc-apihelp-param|checktoken|token}}",
	"apihelp-checktoken-param-maxtokenage": "{{doc-apihelp-param|checktoken|maxtokenage}}",
	"apihelp-checktoken-example-simple": "{{doc-apihelp-example|checktoken}}",
	"apihelp-clearhasmsg-summary": "{{doc-apihelp-summary|clearhasmsg}}",
	"apihelp-clearhasmsg-example-1": "{{doc-apihelp-example|clearhasmsg}}",
	"apihelp-clientlogin-summary": "{{doc-apihelp-summary|clientlogin}}",
	"apihelp-clientlogin-example-login": "{{doc-apihelp-example|clientlogin}}",
	"apihelp-clientlogin-example-login2": "{{doc-apihelp-example|clientlogin}}",
	"apihelp-compare-summary": "{{doc-apihelp-summary|compare}}",
	"apihelp-compare-extended-description": "{{doc-apihelp-extended-description|compare}}",
	"apihelp-compare-param-fromtitle": "{{doc-apihelp-param|compare|fromtitle}}",
	"apihelp-compare-param-fromid": "{{doc-apihelp-param|compare|fromid}}",
	"apihelp-compare-param-fromrev": "{{doc-apihelp-param|compare|fromrev}}",
	"apihelp-compare-param-fromtext": "{{doc-apihelp-param|compare|fromtext}}",
	"apihelp-compare-param-fromsection": "{{doc-apihelp-param|compare|fromsection}}",
	"apihelp-compare-param-frompst": "{{doc-apihelp-param|compare|frompst}}",
	"apihelp-compare-param-fromcontentmodel": "{{doc-apihelp-param|compare|fromcontentmodel}}",
	"apihelp-compare-param-fromcontentformat": "{{doc-apihelp-param|compare|fromcontentformat}}",
	"apihelp-compare-param-totitle": "{{doc-apihelp-param|compare|totitle}}",
	"apihelp-compare-param-toid": "{{doc-apihelp-param|compare|toid}}",
	"apihelp-compare-param-torev": "{{doc-apihelp-param|compare|torev}}",
	"apihelp-compare-param-torelative": "{{doc-apihelp-param|compare|torelative}}",
	"apihelp-compare-param-totext": "{{doc-apihelp-param|compare|totext}}",
	"apihelp-compare-param-tosection": "{{doc-apihelp-param|compare|tosection}}",
	"apihelp-compare-param-topst": "{{doc-apihelp-param|compare|topst}}",
	"apihelp-compare-param-tocontentmodel": "{{doc-apihelp-param|compare|tocontentmodel}}",
	"apihelp-compare-param-tocontentformat": "{{doc-apihelp-param|compare|tocontentformat}}",
	"apihelp-compare-param-prop": "{{doc-apihelp-param|compare|prop}}",
	"apihelp-compare-paramvalue-prop-diff": "{{doc-apihelp-paramvalue|compare|prop|diff}}",
	"apihelp-compare-paramvalue-prop-diffsize": "{{doc-apihelp-paramvalue|compare|prop|diffsize}}",
	"apihelp-compare-paramvalue-prop-rel": "{{doc-apihelp-paramvalue|compare|prop|rel}}",
	"apihelp-compare-paramvalue-prop-ids": "{{doc-apihelp-paramvalue|compare|prop|ids}}",
	"apihelp-compare-paramvalue-prop-title": "{{doc-apihelp-paramvalue|compare|prop|title}}",
	"apihelp-compare-paramvalue-prop-user": "{{doc-apihelp-paramvalue|compare|prop|user}}",
	"apihelp-compare-paramvalue-prop-comment": "{{doc-apihelp-paramvalue|compare|prop|comment}}",
	"apihelp-compare-paramvalue-prop-parsedcomment": "{{doc-apihelp-paramvalue|compare|prop|parsedcomment}}",
	"apihelp-compare-paramvalue-prop-size": "{{doc-apihelp-paramvalue|compare|prop|size}}",
	"apihelp-compare-example-1": "{{doc-apihelp-example|compare}}",
	"apihelp-createaccount-summary": "{{doc-apihelp-summary|createaccount}}",
	"apihelp-createaccount-param-preservestate": "{{doc-apihelp-param|createaccount|preservestate|info=This message is displayed in addition to {{msg-mw|api-help-authmanagerhelper-preservestate}}.}}",
	"apihelp-createaccount-example-create": "{{doc-apihelp-example|createaccount}}",
	"apihelp-createaccount-param-name": "{{doc-apihelp-param|createaccount|name}}\n{{Identical|Username}}",
	"apihelp-createaccount-param-password": "{{doc-apihelp-param|createaccount|password}}",
	"apihelp-createaccount-param-domain": "{{doc-apihelp-param|createaccount|domain}}",
	"apihelp-createaccount-param-token": "{{doc-apihelp-param|createaccount|token}}",
	"apihelp-createaccount-param-email": "{{doc-apihelp-param|createaccount|email}}",
	"apihelp-createaccount-param-realname": "{{doc-apihelp-param|createaccount|realname}}",
	"apihelp-createaccount-param-mailpassword": "{{doc-apihelp-param|createaccount|mailpassword}}",
	"apihelp-createaccount-param-reason": "{{doc-apihelp-param|createaccount|reason}}",
	"apihelp-createaccount-param-language": "{{doc-apihelp-param|createaccount|language}}",
	"apihelp-createaccount-example-pass": "{{doc-apihelp-example|createaccount}}",
	"apihelp-createaccount-example-mail": "{{doc-apihelp-example|createaccount}}",
	"apihelp-cspreport-summary": "{{doc-apihelp-summary|cspreport}}",
	"apihelp-cspreport-param-reportonly": "{{doc-apihelp-param|cspreport|reportonly}}",
	"apihelp-cspreport-param-source": "{{doc-apihelp-param|cspreport|source}}",
	"apihelp-delete-summary": "{{doc-apihelp-summary|delete}}",
	"apihelp-delete-param-title": "{{doc-apihelp-param|delete|title}}",
	"apihelp-delete-param-pageid": "{{doc-apihelp-param|delete|pageid}}",
	"apihelp-delete-param-reason": "{{doc-apihelp-param|delete|reason}}",
	"apihelp-delete-param-tags": "{{doc-apihelp-param|delete|tags}}",
	"apihelp-delete-param-watch": "{{doc-apihelp-param|delete|watch}}",
	"apihelp-delete-param-watchlist": "{{doc-apihelp-param|delete|watchlist}}",
	"apihelp-delete-param-unwatch": "{{doc-apihelp-param|delete|unwatch}}",
	"apihelp-delete-param-oldimage": "{{doc-apihelp-param|delete|oldimage}}",
	"apihelp-delete-example-simple": "{{doc-apihelp-example|delete}}",
	"apihelp-delete-example-reason": "{{doc-apihelp-example|delete}}",
	"apihelp-disabled-summary": "{{doc-apihelp-summary|disabled}}",
	"apihelp-edit-summary": "{{doc-apihelp-summary|edit}}",
	"apihelp-edit-param-title": "{{doc-apihelp-param|edit|title}}",
	"apihelp-edit-param-pageid": "{{doc-apihelp-param|edit|pageid}}",
	"apihelp-edit-param-section": "{{doc-apihelp-param|edit|section}}",
	"apihelp-edit-param-sectiontitle": "{{doc-apihelp-param|edit|sectiontitle}}",
	"apihelp-edit-param-text": "{{doc-apihelp-param|edit|text}}",
	"apihelp-edit-param-summary": "{{doc-apihelp-param|edit|summary}}",
	"apihelp-edit-param-tags": "{{doc-apihelp-param|edit|tags}}",
	"apihelp-edit-param-minor": "{{doc-apihelp-param|edit|minor}}\n{{Identical|Minor edit}}",
	"apihelp-edit-param-notminor": "{{doc-apihelp-param|edit|notminor}}",
	"apihelp-edit-param-bot": "{{doc-apihelp-param|edit|bot}}",
	"apihelp-edit-param-basetimestamp": "{{doc-apihelp-param|edit|basetimestamp}}",
	"apihelp-edit-param-starttimestamp": "{{doc-apihelp-param|edit|starttimestamp}}",
	"apihelp-edit-param-recreate": "{{doc-apihelp-param|edit|recreate}}",
	"apihelp-edit-param-createonly": "{{doc-apihelp-param|edit|createonly}}",
	"apihelp-edit-param-nocreate": "{{doc-apihelp-param|edit|nocreate}}",
	"apihelp-edit-param-watch": "{{doc-apihelp-param|edit|watch}}",
	"apihelp-edit-param-unwatch": "{{doc-apihelp-param|edit|unwatch}}",
	"apihelp-edit-param-watchlist": "{{doc-apihelp-param|edit|watchlist}}",
	"apihelp-edit-param-md5": "{{doc-apihelp-param|edit|md5}}",
	"apihelp-edit-param-prependtext": "{{doc-apihelp-param|edit|prependtext}}",
	"apihelp-edit-param-appendtext": "{{doc-apihelp-param|edit|appendtext}}",
	"apihelp-edit-param-undo": "{{doc-apihelp-param|edit|undo}}",
	"apihelp-edit-param-undoafter": "{{doc-apihelp-param|edit|undoafter}}",
	"apihelp-edit-param-redirect": "{{doc-apihelp-param|edit|redirect}}",
	"apihelp-edit-param-contentformat": "{{doc-apihelp-param|edit|contentformat}}",
	"apihelp-edit-param-contentmodel": "{{doc-apihelp-param|edit|contentmodel}}",
	"apihelp-edit-param-token": "{{doc-apihelp-param|edit|token}}",
	"apihelp-edit-example-edit": "{{doc-apihelp-example|edit}}",
	"apihelp-edit-example-prepend": "{{doc-apihelp-example|edit}}",
	"apihelp-edit-example-undo": "{{doc-apihelp-example|edit}}",
	"apihelp-emailuser-summary": "{{doc-apihelp-summary|emailuser}}",
	"apihelp-emailuser-param-target": "{{doc-apihelp-param|emailuser|target}}",
	"apihelp-emailuser-param-subject": "{{doc-apihelp-param|emailuser|subject}}",
	"apihelp-emailuser-param-text": "{{doc-apihelp-param|emailuser|text}}",
	"apihelp-emailuser-param-ccme": "{{doc-apihelp-param|emailuser|ccme}}",
	"apihelp-emailuser-example-email": "{{doc-apihelp-example|emailuser}}",
	"apihelp-expandtemplates-summary": "{{doc-apihelp-summary|expandtemplates}}",
	"apihelp-expandtemplates-param-title": "{{doc-apihelp-param|expandtemplates|title}}",
	"apihelp-expandtemplates-param-text": "{{doc-apihelp-param|expandtemplates|text}}",
	"apihelp-expandtemplates-param-revid": "{{doc-apihelp-param|expandtemplates|revid}}",
	"apihelp-expandtemplates-param-prop": "{{doc-apihelp-param|expandtemplates|prop|paramvalues=1}}",
	"apihelp-expandtemplates-paramvalue-prop-wikitext": "{{doc-apihelp-paramvalue|expandtemplates|prop|wikitext}}",
	"apihelp-expandtemplates-paramvalue-prop-categories": "{{doc-apihelp-paramvalue|expandtemplates|prop|categories}}",
	"apihelp-expandtemplates-paramvalue-prop-properties": "{{doc-apihelp-paramvalue|expandtemplates|prop|properties}}",
	"apihelp-expandtemplates-paramvalue-prop-volatile": "{{doc-apihelp-paramvalue|expandtemplates|prop|volatile}}",
	"apihelp-expandtemplates-paramvalue-prop-ttl": "{{doc-apihelp-paramvalue|expandtemplates|prop|ttl}}",
	"apihelp-expandtemplates-paramvalue-prop-modules": "{{doc-apihelp-paramvalue|expandtemplates|prop|modules}}",
	"apihelp-expandtemplates-paramvalue-prop-jsconfigvars": "{{doc-apihelp-paramvalue|expandtemplates|prop|jsconfigvars}}",
	"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars": "{{doc-apihelp-paramvalue|expandtemplates|prop|encodedjsconfigvars}}",
	"apihelp-expandtemplates-paramvalue-prop-parsetree": "{{doc-apihelp-paramvalue|expandtemplates|prop|parsetree}}",
	"apihelp-expandtemplates-param-includecomments": "{{doc-apihelp-param|expandtemplates|includecomments}}",
	"apihelp-expandtemplates-param-generatexml": "{{doc-apihelp-param|expandtemplates|generatexml}}",
	"apihelp-expandtemplates-example-simple": "{{doc-apihelp-example|expandtemplates}}",
	"apihelp-feedcontributions-summary": "{{doc-apihelp-summary|feedcontributions}}",
	"apihelp-feedcontributions-param-feedformat": "{{doc-apihelp-param|feedcontributions|feedformat}}",
	"apihelp-feedcontributions-param-user": "{{doc-apihelp-param|feedcontributions|user}}",
	"apihelp-feedcontributions-param-namespace": "{{doc-apihelp-param|feedcontributions|namespace}}",
	"apihelp-feedcontributions-param-year": "{{doc-apihelp-param|feedcontributions|year}}",
	"apihelp-feedcontributions-param-month": "{{doc-apihelp-param|feedcontributions|month}}",
	"apihelp-feedcontributions-param-tagfilter": "{{doc-apihelp-param|feedcontributions|tagfilter}}",
	"apihelp-feedcontributions-param-deletedonly": "{{doc-apihelp-param|feedcontributions|deletedonly}}",
	"apihelp-feedcontributions-param-toponly": "{{doc-apihelp-param|feedcontributions|toponly}}",
	"apihelp-feedcontributions-param-newonly": "{{doc-apihelp-param|feedcontributions|newonly}}",
	"apihelp-feedcontributions-param-hideminor": "{{doc-apihelp-param|feedcontributions|hideminor}}",
	"apihelp-feedcontributions-param-showsizediff": "{{doc-apihelp-param|feedcontributions|showsizediff}}",
	"apihelp-feedcontributions-example-simple": "{{doc-apihelp-example|feedcontributions}}",
	"apihelp-feedrecentchanges-summary": "{{doc-apihelp-summary|feedrecentchanges}}",
	"apihelp-feedrecentchanges-param-feedformat": "{{doc-apihelp-param|feedrecentchanges|feedformat}}",
	"apihelp-feedrecentchanges-param-namespace": "{{doc-apihelp-param|feedrecentchanges|namespace}}",
	"apihelp-feedrecentchanges-param-invert": "{{doc-apihelp-param|feedrecentchanges|invert}}",
	"apihelp-feedrecentchanges-param-associated": "{{doc-apihelp-param|feedrecentchanges|associated}}",
	"apihelp-feedrecentchanges-param-days": "{{doc-apihelp-param|feedrecentchanges|days}}",
	"apihelp-feedrecentchanges-param-limit": "{{doc-apihelp-param|feedrecentchanges|limit}}",
	"apihelp-feedrecentchanges-param-from": "{{doc-apihelp-param|feedrecentchanges|from}}",
	"apihelp-feedrecentchanges-param-hideminor": "{{doc-apihelp-param|feedrecentchanges|hideminor}}",
	"apihelp-feedrecentchanges-param-hidebots": "{{doc-apihelp-param|feedrecentchanges|hidebots}}",
	"apihelp-feedrecentchanges-param-hideanons": "{{doc-apihelp-param|feedrecentchanges|hideanons}}",
	"apihelp-feedrecentchanges-param-hideliu": "{{doc-apihelp-param|feedrecentchanges|hideliu}}",
	"apihelp-feedrecentchanges-param-hidepatrolled": "{{doc-apihelp-param|feedrecentchanges|hidepatrolled}}",
	"apihelp-feedrecentchanges-param-hidemyself": "{{doc-apihelp-param|feedrecentchanges|hidemyself}}",
	"apihelp-feedrecentchanges-param-hidecategorization": "{{doc-apihelp-param|feedrecentchanges|hidecategorization}}",
	"apihelp-feedrecentchanges-param-tagfilter": "{{doc-apihelp-param|feedrecentchanges|tagfilter}}",
	"apihelp-feedrecentchanges-param-target": "{{doc-apihelp-param|feedrecentchanges|target}}",
	"apihelp-feedrecentchanges-param-showlinkedto": "{{doc-apihelp-param|feedrecentchanges|showlinkedto}}",
	"apihelp-feedrecentchanges-example-simple": "{{doc-apihelp-example|feedrecentchanges}}",
	"apihelp-feedrecentchanges-example-30days": "{{doc-apihelp-example|feedrecentchanges}}",
	"apihelp-feedwatchlist-summary": "{{doc-apihelp-summary|feedwatchlist}}",
	"apihelp-feedwatchlist-param-feedformat": "{{doc-apihelp-param|feedwatchlist|feedformat}}",
	"apihelp-feedwatchlist-param-hours": "{{doc-apihelp-param|feedwatchlist|hours}}",
	"apihelp-feedwatchlist-param-linktosections": "{{doc-apihelp-param|feedwatchlist|linktosections}}",
	"apihelp-feedwatchlist-example-default": "{{doc-apihelp-example|feedwatchlist}}",
	"apihelp-feedwatchlist-example-all6hrs": "{{doc-apihelp-example|feedwatchlist}}",
	"apihelp-filerevert-summary": "{{doc-apihelp-summary|filerevert}}",
	"apihelp-filerevert-param-filename": "{{doc-apihelp-param|filerevert|filename}}",
	"apihelp-filerevert-param-comment": "Translate as \"a comment about the upload\".\n\n{{doc-apihelp-param|filerevert|comment}}",
	"apihelp-filerevert-param-archivename": "{{doc-apihelp-param|filerevert|archivename}}",
	"apihelp-filerevert-example-revert": "{{doc-apihelp-example|filerevert}}",
	"apihelp-help-summary": "{{doc-apihelp-summary|help}}",
	"apihelp-help-param-modules": "{{doc-apihelp-param|help|modules}}",
	"apihelp-help-param-submodules": "{{doc-apihelp-param|help|submodules}}",
	"apihelp-help-param-recursivesubmodules": "{{doc-apihelp-param|help|recursivesubmodules}}",
	"apihelp-help-param-helpformat": "{{doc-apihelp-param|help|helpformat}}",
	"apihelp-help-param-wrap": "{{doc-apihelp-param|help|wrap}}",
	"apihelp-help-param-toc": "{{doc-apihelp-param|help|toc}}",
	"apihelp-help-example-main": "{{doc-apihelp-example|help}}",
	"apihelp-help-example-submodules": "{{doc-apihelp-example|help}}",
	"apihelp-help-example-recursive": "{{doc-apihelp-example|help}}",
	"apihelp-help-example-help": "{{doc-apihelp-example|help}}",
	"apihelp-help-example-query": "{{doc-apihelp-example|help}}",
	"apihelp-imagerotate-summary": "{{doc-apihelp-summary|imagerotate}}",
	"apihelp-imagerotate-param-rotation": "{{doc-apihelp-param|imagerotate|rotation}}",
	"apihelp-imagerotate-param-tags": "{{doc-apihelp-param|imagerotate|tags}}",
	"apihelp-imagerotate-example-simple": "{{doc-apihelp-example|imagerotate}}",
	"apihelp-imagerotate-example-generator": "{{doc-apihelp-example|imagerotate}}",
	"apihelp-import-summary": "{{doc-apihelp-summary|import}}",
	"apihelp-import-extended-description": "{{doc-apihelp-extended-description|import}}",
	"apihelp-import-param-summary": "{{doc-apihelp-param|import|summary|info=The parameter being documented here provides the summary used on the log messages about the import. The phrase \"Import summary\" here is grammatically equivalent to a phrase such as \"science book\", not \"eat food\".}}",
	"apihelp-import-param-xml": "{{doc-apihelp-param|import|xml}}",
	"apihelp-import-param-interwikiprefix": "{{doc-apihelp-param|import|interwikiprefix}}",
	"apihelp-import-param-assignknownusers": "{{doc-apihelp-param|import|assignknownusers}}",
	"apihelp-import-param-interwikisource": "{{doc-apihelp-param|import|interwikisource}}",
	"apihelp-import-param-interwikipage": "{{doc-apihelp-param|import|interwikipage}}",
	"apihelp-import-param-fullhistory": "{{doc-apihelp-param|import|fullhistory}}",
	"apihelp-import-param-templates": "{{doc-apihelp-param|import|templates}}",
	"apihelp-import-param-namespace": "{{doc-apihelp-param|import|namespace}}",
	"apihelp-import-param-rootpage": "{{doc-apihelp-param|import|rootpage}}",
	"apihelp-import-param-tags": "{{doc-apihelp-param|import|tags}}",
	"apihelp-import-example-import": "{{doc-apihelp-example|import}}",
	"apihelp-linkaccount-summary": "{{doc-apihelp-summary|linkaccount}}",
	"apihelp-linkaccount-example-link": "{{doc-apihelp-example|linkaccount}}",
	"apihelp-login-summary": "{{doc-apihelp-summary|login}}",
	"apihelp-login-extended-description": "{{doc-apihelp-extended-description|login|info=This message is used when <code>$wgEnableBotPasswords</code> is true.|seealso=* {{msg-mw|apihelp-login-extended-description-nobotpasswords}}}}",
	"apihelp-login-extended-description-nobotpasswords": "{{doc-apihelp-extended-description|login|info=This message is used when <code>$wgEnableBotPasswords</code> is false.|seealso=* {{msg-mw|apihelp-login-extended-description}}}}",
	"apihelp-login-param-name": "{{doc-apihelp-param|login|name}}\n{{Identical|Username}}",
	"apihelp-login-param-password": "{{doc-apihelp-param|login|password}}\n{{Identical|Password}}",
	"apihelp-login-param-domain": "{{doc-apihelp-param|login|domain}}",
	"apihelp-login-param-token": "{{doc-apihelp-param|login|token}}",
	"apihelp-login-example-gettoken": "{{doc-apihelp-example|login}}",
	"apihelp-login-example-login": "{{doc-apihelp-example|login}}\n{{Identical|Log in}}",
	"apihelp-logout-summary": "{{doc-apihelp-summary|logout}}",
	"apihelp-logout-example-logout": "{{doc-apihelp-example|logout}}",
	"apihelp-managetags-summary": "{{doc-apihelp-summary|managetags}}",
	"apihelp-managetags-param-operation": "{{doc-apihelp-param|managetags|operation}}",
	"apihelp-managetags-param-tag": "{{doc-apihelp-param|managetags|tag}}",
	"apihelp-managetags-param-reason": "{{doc-apihelp-param|managetags|reason}}",
	"apihelp-managetags-param-ignorewarnings": "{{doc-apihelp-param|managetags|ignorewarnings}}",
	"apihelp-managetags-param-tags": "{{doc-apihelp-param|managetags|tags}}",
	"apihelp-managetags-example-create": "{{doc-apihelp-example|managetags}}",
	"apihelp-managetags-example-delete": "{{doc-apihelp-example|managetags|info={{doc-important|The text \"vandlaism\" in this message is intentionally misspelled; the example being documented by this message is the deletion of a misspelled tag.}}}}",
	"apihelp-managetags-example-activate": "{{doc-apihelp-example|managetags}}",
	"apihelp-managetags-example-deactivate": "{{doc-apihelp-example|managetags}}",
	"apihelp-mergehistory-summary": "{{doc-apihelp-summary|mergehistory}}",
	"apihelp-mergehistory-param-from": "{{doc-apihelp-param|mergehistory|from}}",
	"apihelp-mergehistory-param-fromid": "{{doc-apihelp-param|mergehistory|fromid}}",
	"apihelp-mergehistory-param-to": "{{doc-apihelp-param|mergehistory|to}}",
	"apihelp-mergehistory-param-toid": "{{doc-apihelp-param|mergehistory|toid}}",
	"apihelp-mergehistory-param-timestamp": "{{doc-apihelp-param|mergehistory|timestamp}}",
	"apihelp-mergehistory-param-reason": "{{doc-apihelp-param|mergehistory|reason}}",
	"apihelp-mergehistory-example-merge": "{{doc-apihelp-example|mergehistory}}",
	"apihelp-mergehistory-example-merge-timestamp": "{{doc-apihelp-example|mergehistory}}",
	"apihelp-move-summary": "{{doc-apihelp-summary|move}}",
	"apihelp-move-param-from": "{{doc-apihelp-param|move|from}}",
	"apihelp-move-param-fromid": "{{doc-apihelp-param|move|fromid}}",
	"apihelp-move-param-to": "{{doc-apihelp-param|move|to}}",
	"apihelp-move-param-reason": "{{doc-apihelp-param|move|reason}}",
	"apihelp-move-param-movetalk": "{{doc-apihelp-param|move|movetalk}}",
	"apihelp-move-param-movesubpages": "{{doc-apihelp-param|move|movesubpages}}",
	"apihelp-move-param-noredirect": "{{doc-apihelp-param|move|noredirect}}",
	"apihelp-move-param-watch": "{{doc-apihelp-param|move|watch}}",
	"apihelp-move-param-unwatch": "{{doc-apihelp-param|move|unwatch}}",
	"apihelp-move-param-watchlist": "{{doc-apihelp-param|move|watchlist}}",
	"apihelp-move-param-ignorewarnings": "{{doc-apihelp-param|move|ignorewarnings}}",
	"apihelp-move-param-tags": "{{doc-apihelp-param|move|tags}}",
	"apihelp-move-example-move": "{{doc-apihelp-example|move}}",
	"apihelp-opensearch-summary": "{{doc-apihelp-summary|opensearch}}",
	"apihelp-opensearch-param-search": "{{doc-apihelp-param|opensearch|search}}",
	"apihelp-opensearch-param-limit": "{{doc-apihelp-param|opensearch|limit}}",
	"apihelp-opensearch-param-namespace": "{{doc-apihelp-param|opensearch|namespace}}",
	"apihelp-opensearch-param-suggest": "{{doc-apihelp-param|opensearch|suggest}}",
	"apihelp-opensearch-param-redirects": "{{doc-apihelp-param|opensearch|redirects}}",
	"apihelp-opensearch-param-format": "{{doc-apihelp-param|opensearch|format}}",
	"apihelp-opensearch-param-warningsaserror": "{{doc-apihelp-param|opensearch|warningsaserror}}",
	"apihelp-opensearch-example-te": "{{doc-apihelp-example|opensearch}}",
	"apihelp-options-summary": "{{doc-apihelp-summary|options}}",
	"apihelp-options-extended-description": "{{doc-apihelp-extended-description|options}}",
	"apihelp-options-param-reset": "{{doc-apihelp-param|options|reset}}",
	"apihelp-options-param-resetkinds": "{{doc-apihelp-param|options|resetkinds}}",
	"apihelp-options-param-change": "{{doc-apihelp-param|options|change}}",
	"apihelp-options-param-optionname": "{{doc-apihelp-param|options|optionname}}",
	"apihelp-options-param-optionvalue": "{{doc-apihelp-param|options|optionvalue}}",
	"apihelp-options-example-reset": "{{doc-apihelp-example|options}}",
	"apihelp-options-example-change": "{{doc-apihelp-example|options}}",
	"apihelp-options-example-complex": "{{doc-apihelp-example|options}}",
	"apihelp-paraminfo-summary": "{{doc-apihelp-summary|paraminfo}}",
	"apihelp-paraminfo-param-modules": "{{doc-apihelp-param|paraminfo|modules}}",
	"apihelp-paraminfo-param-helpformat": "{{doc-apihelp-param|paraminfo|helpformat}}",
	"apihelp-paraminfo-param-querymodules": "{{doc-apihelp-param|paraminfo|querymodules}}",
	"apihelp-paraminfo-param-mainmodule": "{{doc-apihelp-param|paraminfo|mainmodule}}",
	"apihelp-paraminfo-param-pagesetmodule": "{{doc-apihelp-param|paraminfo|pagesetmodule}}",
	"apihelp-paraminfo-param-formatmodules": "{{doc-apihelp-param|paraminfo|formatmodules}}",
	"apihelp-paraminfo-example-1": "{{doc-apihelp-example|paraminfo}}",
	"apihelp-paraminfo-example-2": "{{doc-apihelp-example|paraminfo}}",
	"apihelp-parse-summary": "{{doc-apihelp-summary|parse}}",
	"apihelp-parse-extended-description": "{{doc-apihelp-extended-description|parse}}",
	"apihelp-parse-param-title": "{{doc-apihelp-param|parse|title}}",
	"apihelp-parse-param-text": "{{doc-apihelp-param|parse|text}}",
	"apihelp-parse-param-revid": "{{doc-apihelp-param|parse|revid}}",
	"apihelp-parse-param-summary": "{{doc-apihelp-param|parse|summary}}",
	"apihelp-parse-param-page": "{{doc-apihelp-param|parse|page}}",
	"apihelp-parse-param-pageid": "{{doc-apihelp-param|parse|pageid}}",
	"apihelp-parse-param-redirects": "{{doc-apihelp-param|parse|redirects}}",
	"apihelp-parse-param-oldid": "{{doc-apihelp-param|parse|oldid}}",
	"apihelp-parse-param-prop": "{{doc-apihelp-param|parse|prop|paramvalues=1}}",
	"apihelp-parse-paramvalue-prop-text": "{{doc-apihelp-paramvalue|parse|prop|text}}",
	"apihelp-parse-paramvalue-prop-langlinks": "{{doc-apihelp-paramvalue|parse|prop|langlinks}}",
	"apihelp-parse-paramvalue-prop-categories": "{{doc-apihelp-paramvalue|parse|prop|categories}}",
	"apihelp-parse-paramvalue-prop-categorieshtml": "{{doc-apihelp-paramvalue|parse|prop|categorieshtml}}",
	"apihelp-parse-paramvalue-prop-links": "{{doc-apihelp-paramvalue|parse|prop|links}}",
	"apihelp-parse-paramvalue-prop-templates": "{{doc-apihelp-paramvalue|parse|prop|templates}}",
	"apihelp-parse-paramvalue-prop-images": "{{doc-apihelp-paramvalue|parse|prop|images}}",
	"apihelp-parse-paramvalue-prop-externallinks": "{{doc-apihelp-paramvalue|parse|prop|externallinks}}",
	"apihelp-parse-paramvalue-prop-sections": "{{doc-apihelp-paramvalue|parse|prop|sections}}",
	"apihelp-parse-paramvalue-prop-revid": "{{doc-apihelp-paramvalue|parse|prop|revid}}",
	"apihelp-parse-paramvalue-prop-displaytitle": "{{doc-apihelp-paramvalue|parse|prop|displaytitle}}",
	"apihelp-parse-paramvalue-prop-headitems": "{{doc-apihelp-paramvalue|parse|prop|headitems}}",
	"apihelp-parse-paramvalue-prop-headhtml": "{{doc-apihelp-paramvalue|parse|prop|headhtml}}",
	"apihelp-parse-paramvalue-prop-modules": "{{doc-apihelp-paramvalue|parse|prop|modules}}",
	"apihelp-parse-paramvalue-prop-jsconfigvars": "{{doc-apihelp-paramvalue|parse|prop|jsconfigvars}}",
	"apihelp-parse-paramvalue-prop-encodedjsconfigvars": "{{doc-apihelp-paramvalue|parse|prop|encodedjsconfigvars}}",
	"apihelp-parse-paramvalue-prop-indicators": "{{doc-apihelp-paramvalue|parse|prop|indicators}}",
	"apihelp-parse-paramvalue-prop-iwlinks": "{{doc-apihelp-paramvalue|parse|prop|iwlinks}}",
	"apihelp-parse-paramvalue-prop-wikitext": "{{doc-apihelp-paramvalue|parse|prop|wikitext}}",
	"apihelp-parse-paramvalue-prop-properties": "{{doc-apihelp-paramvalue|parse|prop|properties}}",
	"apihelp-parse-paramvalue-prop-limitreportdata": "{{doc-apihelp-paramvalue|parse|prop|limitreportdata}}",
	"apihelp-parse-paramvalue-prop-limitreporthtml": "{{doc-apihelp-paramvalue|parse|prop|limitreporthtml}}",
	"apihelp-parse-paramvalue-prop-parsetree": "{{doc-apihelp-paramvalue|parse|prop|parsetree|params=* $1 - Value of the constant CONTENT_MODEL_WIKITEXT|paramstart=2}}",
	"apihelp-parse-paramvalue-prop-parsewarnings": "{{doc-apihelp-paramvalue|parse|prop|parsewarnings}}",
	"apihelp-parse-param-wrapoutputclass": "{{doc-apihelp-param|parse|wrapoutputclass}}",
	"apihelp-parse-param-pst": "{{doc-apihelp-param|parse|pst}}",
	"apihelp-parse-param-onlypst": "{{doc-apihelp-param|parse|onlypst}}",
	"apihelp-parse-param-effectivelanglinks": "{{doc-apihelp-param|parse|effectivelanglinks}}",
	"apihelp-parse-param-section": "{{doc-apihelp-param|parse|section}}",
	"apihelp-parse-param-sectiontitle": "{{doc-apihelp-param|parse|sectiontitle}}",
	"apihelp-parse-param-disablelimitreport": "{{doc-apihelp-param|parse|disablelimitreport}}",
	"apihelp-parse-param-disablepp": "{{doc-apihelp-param|parse|disablepp}}",
	"apihelp-parse-param-disableeditsection": "{{doc-apihelp-param|parse|disableeditsection}}",
	"apihelp-parse-param-disabletidy": "{{doc-apihelp-param|parse|disabletidy}}",
	"apihelp-parse-param-disablestylededuplication": "{{doc-apihelp-param|parse|disablestylededuplication}}",
	"apihelp-parse-param-generatexml": "{{doc-apihelp-param|parse|generatexml|params=* $1 - Value of the constant CONTENT_MODEL_WIKITEXT|paramstart=2}}",
	"apihelp-parse-param-preview": "{{doc-apihelp-param|parse|preview}}",
	"apihelp-parse-param-sectionpreview": "{{doc-apihelp-param|parse|sectionpreview}}",
	"apihelp-parse-param-disabletoc": "{{doc-apihelp-param|parse|disabletoc}}",
	"apihelp-parse-param-useskin": "{{doc-apihelp-param|parse|useskin}}",
	"apihelp-parse-param-contentformat": "{{doc-apihelp-param|parse|contentformat}}",
	"apihelp-parse-param-contentmodel": "{{doc-apihelp-param|parse|contentmodel}}",
	"apihelp-parse-example-page": "{{doc-apihelp-example|parse}}",
	"apihelp-parse-example-text": "{{doc-apihelp-example|parse}}",
	"apihelp-parse-example-texttitle": "{{doc-apihelp-example|parse}}",
	"apihelp-parse-example-summary": "{{doc-apihelp-example|parse}}",
	"apihelp-patrol-summary": "{{doc-apihelp-summary|patrol}}",
	"apihelp-patrol-param-rcid": "{{doc-apihelp-param|patrol|rcid}}",
	"apihelp-patrol-param-revid": "{{doc-apihelp-param|patrol|revid}}",
	"apihelp-patrol-param-tags": "{{doc-apihelp-param|patrol|tags}}",
	"apihelp-patrol-example-rcid": "{{doc-apihelp-example|patrol}}",
	"apihelp-patrol-example-revid": "{{doc-apihelp-example|patrol}}",
	"apihelp-protect-summary": "{{doc-apihelp-summary|protect}}",
	"apihelp-protect-param-title": "{{doc-apihelp-param|protect|title}}",
	"apihelp-protect-param-pageid": "{{doc-apihelp-param|protect|pageid}}",
	"apihelp-protect-param-protections": "{{doc-apihelp-param|protect|protections}}",
	"apihelp-protect-param-expiry": "{{doc-apihelp-param|protect|expiry}}",
	"apihelp-protect-param-reason": "{{doc-apihelp-param|protect|reason}}",
	"apihelp-protect-param-tags": "{{doc-apihelp-param|protect|tags}}",
	"apihelp-protect-param-cascade": "{{doc-apihelp-param|protect|cascade}}",
	"apihelp-protect-param-watch": "{{doc-apihelp-param|protect|watch}}",
	"apihelp-protect-param-watchlist": "{{doc-apihelp-param|protect|watchlist}}",
	"apihelp-protect-example-protect": "{{doc-apihelp-example|protect}}",
	"apihelp-protect-example-unprotect": "{{doc-apihelp-example|protect}}",
	"apihelp-protect-example-unprotect2": "{{doc-apihelp-example|protect}}",
	"apihelp-purge-summary": "{{doc-apihelp-summary|purge}}",
	"apihelp-purge-param-forcelinkupdate": "{{doc-apihelp-param|purge|forcelinkupdate}}",
	"apihelp-purge-param-forcerecursivelinkupdate": "{{doc-apihelp-param|purge|forcerecursivelinkupdate}}",
	"apihelp-purge-example-simple": "{{doc-apihelp-example|purge}}",
	"apihelp-purge-example-generator": "{{doc-apihelp-example|purge}}",
	"apihelp-query-summary": "{{doc-apihelp-summary|query}}",
	"apihelp-query-extended-description": "{{doc-apihelp-extended-description|query}}",
	"apihelp-query-param-prop": "{{doc-apihelp-param|query|prop}}",
	"apihelp-query-param-list": "{{doc-apihelp-param|query|list}}",
	"apihelp-query-param-meta": "{{doc-apihelp-param|query|meta}}",
	"apihelp-query-param-indexpageids": "{{doc-apihelp-param|query|indexpageids}}",
	"apihelp-query-param-export": "{{doc-apihelp-param|query|export}}",
	"apihelp-query-param-exportnowrap": "{{doc-apihelp-param|query|exportnowrap}}",
	"apihelp-query-param-iwurl": "{{doc-apihelp-param|query|iwurl}}",
	"apihelp-query-param-rawcontinue": "{{doc-apihelp-param|query|rawcontinue}}",
	"apihelp-query-example-revisions": "{{doc-apihelp-example|query}}",
	"apihelp-query-example-allpages": "{{doc-apihelp-example|query}}",
	"apihelp-query+allcategories-summary": "{{doc-apihelp-summary|query+allcategories}}",
	"apihelp-query+allcategories-param-from": "{{doc-apihelp-param|query+allcategories|from}}",
	"apihelp-query+allcategories-param-to": "{{doc-apihelp-param|query+allcategories|to}}",
	"apihelp-query+allcategories-param-prefix": "{{doc-apihelp-param|query+allcategories|prefix}}",
	"apihelp-query+allcategories-param-dir": "{{doc-apihelp-param|query+allcategories|dir}}",
	"apihelp-query+allcategories-param-min": "{{doc-apihelp-param|query+allcategories|min}}",
	"apihelp-query+allcategories-param-max": "{{doc-apihelp-param|query+allcategories|max}}",
	"apihelp-query+allcategories-param-limit": "{{doc-apihelp-param|query+allcategories|limit}}",
	"apihelp-query+allcategories-param-prop": "{{doc-apihelp-param|query+allcategories|prop|paramvalues=1}}",
	"apihelp-query+allcategories-paramvalue-prop-size": "{{doc-apihelp-paramvalue|query+allcategories|prop|size}}",
	"apihelp-query+allcategories-paramvalue-prop-hidden": "{{doc-apihelp-paramvalue|query+allcategories|prop|hidden}}",
	"apihelp-query+allcategories-example-size": "{{doc-apihelp-example|query+allcategories}}",
	"apihelp-query+allcategories-example-generator": "{{doc-apihelp-example|query+allcategories}}",
	"apihelp-query+alldeletedrevisions-summary": "{{doc-apihelp-summary|query+alldeletedrevisions}}",
	"apihelp-query+alldeletedrevisions-paraminfo-useronly": "{{doc-apihelp-paraminfo|query+alldeletedrevisions|useronly}}",
	"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly": "{{doc-apihelp-paraminfo|query+alldeletedrevisions|nonuseronly}}",
	"apihelp-query+alldeletedrevisions-param-start": "{{doc-apihelp-param|query+alldeletedrevisions|start}}",
	"apihelp-query+alldeletedrevisions-param-end": "{{doc-apihelp-param|query+alldeletedrevisions|end}}",
	"apihelp-query+alldeletedrevisions-param-from": "{{doc-apihelp-param|query+alldeletedrevisions|from}}",
	"apihelp-query+alldeletedrevisions-param-to": "{{doc-apihelp-param|query+alldeletedrevisions|to}}",
	"apihelp-query+alldeletedrevisions-param-prefix": "{{doc-apihelp-param|query+alldeletedrevisions|prefix}}",
	"apihelp-query+alldeletedrevisions-param-tag": "{{doc-apihelp-param|query+alldeletedrevisions|tag}}",
	"apihelp-query+alldeletedrevisions-param-user": "{{doc-apihelp-param|query+alldeletedrevisions|user}}",
	"apihelp-query+alldeletedrevisions-param-excludeuser": "{{doc-apihelp-param|query+alldeletedrevisions|excludeuser}}",
	"apihelp-query+alldeletedrevisions-param-namespace": "{{doc-apihelp-param|query+alldeletedrevisions|namespace}}",
	"apihelp-query+alldeletedrevisions-param-miser-user-namespace": "{{doc-apihelp-param|query+alldeletedrevisions|miser-user-namespace}}",
	"apihelp-query+alldeletedrevisions-param-generatetitles": "{{doc-apihelp-param|query+alldeletedrevisions|generatetitles}}",
	"apihelp-query+alldeletedrevisions-example-user": "{{doc-apihelp-example|query+alldeletedrevisions}}",
	"apihelp-query+alldeletedrevisions-example-ns-main": "{{doc-apihelp-example|query+alldeletedrevisions}}",
	"apihelp-query+allfileusages-summary": "{{doc-apihelp-summary|query+allfileusages}}",
	"apihelp-query+allfileusages-param-from": "{{doc-apihelp-param|query+allfileusages|from}}",
	"apihelp-query+allfileusages-param-to": "{{doc-apihelp-param|query+allfileusages|to}}",
	"apihelp-query+allfileusages-param-prefix": "{{doc-apihelp-param|query+allfileusages|prefix}}",
	"apihelp-query+allfileusages-param-unique": "{{doc-apihelp-param|query+allfileusages|unique}}",
	"apihelp-query+allfileusages-param-prop": "{{doc-apihelp-param|query+allfileusages|prop|paramvalues=1}}",
	"apihelp-query+allfileusages-paramvalue-prop-ids": "{{doc-apihelp-paramvalue|query+allfileusages|prop|ids}}",
	"apihelp-query+allfileusages-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+allfileusages|prop|title}}",
	"apihelp-query+allfileusages-param-limit": "{{doc-apihelp-param|query+allfileusages|limit}}",
	"apihelp-query+allfileusages-param-dir": "{{doc-apihelp-param|query+allfileusages|dir}}",
	"apihelp-query+allfileusages-example-B": "{{doc-apihelp-example|query+allfileusages}}",
	"apihelp-query+allfileusages-example-unique": "{{doc-apihelp-example|query+allfileusages}}",
	"apihelp-query+allfileusages-example-unique-generator": "{{doc-apihelp-example|query+allfileusages}}",
	"apihelp-query+allfileusages-example-generator": "{{doc-apihelp-example|query+allfileusages}}",
	"apihelp-query+allimages-summary": "{{doc-apihelp-summary|query+allimages}}",
	"apihelp-query+allimages-param-sort": "{{doc-apihelp-param|query+allimages|sort}}",
	"apihelp-query+allimages-param-dir": "{{doc-apihelp-param|query+allimages|dir}}",
	"apihelp-query+allimages-param-from": "{{doc-apihelp-param|query+allimages|from}}",
	"apihelp-query+allimages-param-to": "{{doc-apihelp-param|query+allimages|to}}",
	"apihelp-query+allimages-param-start": "{{doc-apihelp-param|query+allimages|start}}",
	"apihelp-query+allimages-param-end": "{{doc-apihelp-param|query+allimages|end}}",
	"apihelp-query+allimages-param-prefix": "{{doc-apihelp-param|query+allimages|prefix}}",
	"apihelp-query+allimages-param-minsize": "{{doc-apihelp-param|query+allimages|minsize}}",
	"apihelp-query+allimages-param-maxsize": "{{doc-apihelp-param|query+allimages|maxsize}}",
	"apihelp-query+allimages-param-sha1": "{{doc-apihelp-param|query+allimages|sha1}}",
	"apihelp-query+allimages-param-sha1base36": "{{doc-apihelp-param|query+allimages|sha1base36}}",
	"apihelp-query+allimages-param-user": "{{doc-apihelp-param|query+allimages|user}}",
	"apihelp-query+allimages-param-filterbots": "{{doc-apihelp-param|query+allimages|filterbots}}",
	"apihelp-query+allimages-param-mime": "{{doc-apihelp-param|query+allimages|mime}}",
	"apihelp-query+allimages-param-limit": "{{doc-apihelp-param|query+allimages|limit}}",
	"apihelp-query+allimages-example-B": "{{doc-apihelp-example|query+allimages}}",
	"apihelp-query+allimages-example-recent": "{{doc-apihelp-example|query+allimages}}",
	"apihelp-query+allimages-example-mimetypes": "{{doc-apihelp-example|query+allimages}}",
	"apihelp-query+allimages-example-generator": "{{doc-apihelp-example|query+allimages}}",
	"apihelp-query+alllinks-summary": "{{doc-apihelp-summary|query+alllinks}}",
	"apihelp-query+alllinks-param-from": "{{doc-apihelp-param|query+alllinks|from}}",
	"apihelp-query+alllinks-param-to": "{{doc-apihelp-param|query+alllinks|to}}",
	"apihelp-query+alllinks-param-prefix": "{{doc-apihelp-param|query+alllinks|prefix}}",
	"apihelp-query+alllinks-param-unique": "{{doc-apihelp-param|query+alllinks|unique}}",
	"apihelp-query+alllinks-param-prop": "{{doc-apihelp-param|query+alllinks|prop|paramvalues=1}}",
	"apihelp-query+alllinks-paramvalue-prop-ids": "{{doc-apihelp-paramvalue|query+alllinks|prop|ids}}",
	"apihelp-query+alllinks-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+alllinks|prop|title}}",
	"apihelp-query+alllinks-param-namespace": "{{doc-apihelp-param|query+alllinks|namespace}}",
	"apihelp-query+alllinks-param-limit": "{{doc-apihelp-param|query+alllinks|limit}}",
	"apihelp-query+alllinks-param-dir": "{{doc-apihelp-param|query+alllinks|dir}}",
	"apihelp-query+alllinks-example-B": "{{doc-apihelp-example|query+alllinks}}",
	"apihelp-query+alllinks-example-unique": "{{doc-apihelp-example|query+alllinks}}",
	"apihelp-query+alllinks-example-unique-generator": "{{doc-apihelp-example|query+alllinks}}",
	"apihelp-query+alllinks-example-generator": "{{doc-apihelp-example|query+alllinks}}",
	"apihelp-query+allmessages-summary": "{{doc-apihelp-summary|query+allmessages}}",
	"apihelp-query+allmessages-param-messages": "{{doc-apihelp-param|query+allmessages|messages}}",
	"apihelp-query+allmessages-param-prop": "{{doc-apihelp-param|query+allmessages|prop}}",
	"apihelp-query+allmessages-param-enableparser": "{{doc-apihelp-param|query+allmessages|enableparser}}",
	"apihelp-query+allmessages-param-nocontent": "{{doc-apihelp-param|query+allmessages|nocontent}}",
	"apihelp-query+allmessages-param-includelocal": "{{doc-apihelp-param|query+allmessages|includelocal}}",
	"apihelp-query+allmessages-param-args": "{{doc-apihelp-param|query+allmessages|args}}",
	"apihelp-query+allmessages-param-filter": "{{doc-apihelp-param|query+allmessages|filter}}",
	"apihelp-query+allmessages-param-customised": "\"Customisation state\" means the choice made by the user to only list locally customised system messages or not.\n----\n{{doc-apihelp-param|query+allmessages|customised}}",
	"apihelp-query+allmessages-param-lang": "{{doc-apihelp-param|query+allmessages|lang}}",
	"apihelp-query+allmessages-param-from": "{{doc-apihelp-param|query+allmessages|from}}",
	"apihelp-query+allmessages-param-to": "{{doc-apihelp-param|query+allmessages|to}}",
	"apihelp-query+allmessages-param-title": "{{doc-apihelp-param|query+allmessages|title}}",
	"apihelp-query+allmessages-param-prefix": "{{doc-apihelp-param|query+allmessages|prefix}}",
	"apihelp-query+allmessages-example-ipb": "{{doc-apihelp-example|query+allmessages}}",
	"apihelp-query+allmessages-example-de": "{{doc-apihelp-example|query+allmessages}}",
	"apihelp-query+allpages-summary": "{{doc-apihelp-summary|query+allpages}}",
	"apihelp-query+allpages-param-from": "{{doc-apihelp-param|query+allpages|from}}",
	"apihelp-query+allpages-param-to": "{{doc-apihelp-param|query+allpages|to}}",
	"apihelp-query+allpages-param-prefix": "{{doc-apihelp-param|query+allpages|prefix}}",
	"apihelp-query+allpages-param-namespace": "{{doc-apihelp-param|query+allpages|namespace}}",
	"apihelp-query+allpages-param-filterredir": "{{doc-apihelp-param|query+allpages|filterredir}}",
	"apihelp-query+allpages-param-minsize": "{{doc-apihelp-param|query+allpages|minsize}}",
	"apihelp-query+allpages-param-maxsize": "{{doc-apihelp-param|query+allpages|maxsize}}",
	"apihelp-query+allpages-param-prtype": "{{doc-apihelp-param|query+allpages|prtype}}",
	"apihelp-query+allpages-param-prlevel": "{{doc-apihelp-param|query+allpages|prlevel}}",
	"apihelp-query+allpages-param-prfiltercascade": "{{doc-apihelp-param|query+allpages|prfiltercascade}}",
	"apihelp-query+allpages-param-limit": "{{doc-apihelp-param|query+allpages|limit}}",
	"apihelp-query+allpages-param-dir": "{{doc-apihelp-param|query+allpages|dir}}",
	"apihelp-query+allpages-param-filterlanglinks": "{{doc-apihelp-param|query+allpages|filterlanglinks}}",
	"apihelp-query+allpages-param-prexpiry": "{{doc-apihelp-param|query+allpages|prexpiry}}",
	"apihelp-query+allpages-example-B": "{{doc-apihelp-example|query+allpages}}",
	"apihelp-query+allpages-example-generator": "{{doc-apihelp-example|query+allpages}}",
	"apihelp-query+allpages-example-generator-revisions": "{{doc-apihelp-example|query+allpages}}",
	"apihelp-query+allredirects-summary": "{{doc-apihelp-summary|query+allredirects}}",
	"apihelp-query+allredirects-param-from": "{{doc-apihelp-param|query+allredirects|from}}",
	"apihelp-query+allredirects-param-to": "{{doc-apihelp-param|query+allredirects|to}}",
	"apihelp-query+allredirects-param-prefix": "{{doc-apihelp-param|query+allredirects|prefix}}",
	"apihelp-query+allredirects-param-unique": "{{doc-apihelp-param|query+allredirects|unique}}",
	"apihelp-query+allredirects-param-prop": "{{doc-apihelp-param|query+allredirects|prop|paramvalues=1}}",
	"apihelp-query+allredirects-paramvalue-prop-ids": "{{doc-apihelp-paramvalue|query+allredirects|prop|ids}}",
	"apihelp-query+allredirects-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+allredirects|prop|title}}",
	"apihelp-query+allredirects-paramvalue-prop-fragment": "{{doc-apihelp-paramvalue|query+allredirects|prop|fragment}}",
	"apihelp-query+allredirects-paramvalue-prop-interwiki": "{{doc-apihelp-paramvalue|query+allredirects|prop|interwiki}}",
	"apihelp-query+allredirects-param-namespace": "{{doc-apihelp-param|query+allredirects|namespace}}",
	"apihelp-query+allredirects-param-limit": "{{doc-apihelp-param|query+allredirects|limit}}",
	"apihelp-query+allredirects-param-dir": "{{doc-apihelp-param|query+allredirects|dir}}",
	"apihelp-query+allredirects-example-B": "{{doc-apihelp-example|query+allredirects}}",
	"apihelp-query+allredirects-example-unique": "{{doc-apihelp-example|query+allredirects}}",
	"apihelp-query+allredirects-example-unique-generator": "{{doc-apihelp-example|query+allredirects}}",
	"apihelp-query+allredirects-example-generator": "{{doc-apihelp-example|query+allredirects}}",
	"apihelp-query+allrevisions-summary": "{{doc-apihelp-summary|query+allrevisions}}",
	"apihelp-query+allrevisions-param-start": "{{doc-apihelp-param|query+allrevisions|start}}",
	"apihelp-query+allrevisions-param-end": "{{doc-apihelp-param|query+allrevisions|end}}",
	"apihelp-query+allrevisions-param-user": "{{doc-apihelp-param|query+allrevisions|user}}",
	"apihelp-query+allrevisions-param-excludeuser": "{{doc-apihelp-param|query+allrevisions|excludeuser}}",
	"apihelp-query+allrevisions-param-namespace": "{{doc-apihelp-param|query+allrevisions|namespace}}",
	"apihelp-query+allrevisions-param-generatetitles": "{{doc-apihelp-param|query+allrevisions|generatetitles}}",
	"apihelp-query+allrevisions-example-user": "{{doc-apihelp-example|query+allrevisions}}",
	"apihelp-query+allrevisions-example-ns-main": "{{doc-apihelp-example|query+allrevisions}}",
	"apihelp-query+mystashedfiles-summary": "{{doc-apihelp-summary|query+mystashedfiles}}",
	"apihelp-query+mystashedfiles-param-prop": "{{doc-apihelp-param|query+mystashedfiles|prop|paramvalues=1}}",
	"apihelp-query+mystashedfiles-paramvalue-prop-size": "{{doc-apihelp-paramvalue|query+mystashedfiles|prop|size}}",
	"apihelp-query+mystashedfiles-paramvalue-prop-type": "{{doc-apihelp-paramvalue|query+mystashedfiles|prop|type}}",
	"apihelp-query+mystashedfiles-param-limit": "{{doc-apihelp-param|query+mystashedfiles|limit}}",
	"apihelp-query+mystashedfiles-example-simple": "{{doc-apihelp-example|query+mystashedfiles}}",
	"apihelp-query+alltransclusions-summary": "{{doc-apihelp-summary|query+alltransclusions}}",
	"apihelp-query+alltransclusions-param-from": "{{doc-apihelp-param|query+alltransclusions|from}}",
	"apihelp-query+alltransclusions-param-to": "{{doc-apihelp-param|query+alltransclusions|to}}",
	"apihelp-query+alltransclusions-param-prefix": "{{doc-apihelp-param|query+alltransclusions|prefix}}",
	"apihelp-query+alltransclusions-param-unique": "{{doc-apihelp-param|query+alltransclusions|unique}}",
	"apihelp-query+alltransclusions-param-prop": "{{doc-apihelp-param|query+alltransclusions|prop|paramvalues=1}}",
	"apihelp-query+alltransclusions-paramvalue-prop-ids": "{{doc-apihelp-paramvalue|query+alltransclusions|prop|ids}}",
	"apihelp-query+alltransclusions-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+alltransclusions|prop|title}}",
	"apihelp-query+alltransclusions-param-namespace": "{{doc-apihelp-param|query+alltransclusions|namespace}}",
	"apihelp-query+alltransclusions-param-limit": "{{doc-apihelp-param|query+alltransclusions|limit}}",
	"apihelp-query+alltransclusions-param-dir": "{{doc-apihelp-param|query+alltransclusions|dir}}",
	"apihelp-query+alltransclusions-example-B": "{{doc-apihelp-example|query+alltransclusions}}",
	"apihelp-query+alltransclusions-example-unique": "{{doc-apihelp-example|query+alltransclusions}}",
	"apihelp-query+alltransclusions-example-unique-generator": "{{doc-apihelp-example|query+alltransclusions}}",
	"apihelp-query+alltransclusions-example-generator": "{{doc-apihelp-example|query+alltransclusions}}",
	"apihelp-query+allusers-summary": "{{doc-apihelp-summary|query+allusers}}",
	"apihelp-query+allusers-param-from": "{{doc-apihelp-param|query+allusers|from}}",
	"apihelp-query+allusers-param-to": "{{doc-apihelp-param|query+allusers|to}}",
	"apihelp-query+allusers-param-prefix": "{{doc-apihelp-param|query+allusers|prefix}}",
	"apihelp-query+allusers-param-dir": "{{doc-apihelp-param|query+allusers|dir}}",
	"apihelp-query+allusers-param-group": "{{doc-apihelp-param|query+allusers|group}}",
	"apihelp-query+allusers-param-excludegroup": "{{doc-apihelp-param|query+allusers|excludegroup}}",
	"apihelp-query+allusers-param-rights": "{{doc-apihelp-param|query+allusers|rights}}",
	"apihelp-query+allusers-param-prop": "{{doc-apihelp-param|query+allusers|prop|paramvalues=1}}",
	"apihelp-query+allusers-paramvalue-prop-blockinfo": "{{doc-apihelp-paramvalue|query+allusers|prop|blockinfo}}",
	"apihelp-query+allusers-paramvalue-prop-groups": "{{doc-apihelp-paramvalue|query+allusers|prop|groups}}",
	"apihelp-query+allusers-paramvalue-prop-implicitgroups": "{{doc-apihelp-paramvalue|query+allusers|prop|implicitgroups}}",
	"apihelp-query+allusers-paramvalue-prop-rights": "{{doc-apihelp-paramvalue|query+allusers|prop|rights}}",
	"apihelp-query+allusers-paramvalue-prop-editcount": "{{doc-apihelp-paramvalue|query+allusers|prop|editcount}}",
	"apihelp-query+allusers-paramvalue-prop-registration": "{{doc-apihelp-paramvalue|query+allusers|prop|registration}}",
	"apihelp-query+allusers-paramvalue-prop-centralids": "{{doc-apihelp-paramvalue|query+allusers|prop|centralids}}",
	"apihelp-query+allusers-param-limit": "{{doc-apihelp-param|query+allusers|limit}}",
	"apihelp-query+allusers-param-witheditsonly": "{{doc-apihelp-param|query+allusers|witheditsonly}}",
	"apihelp-query+allusers-param-activeusers": "{{doc-apihelp-param|query+allusers|activeusers|params=* $1 - Value of [[mw:Manual:$wgActiveUserDays]]|paramstart=2}}",
	"apihelp-query+allusers-param-attachedwiki": "{{doc-apihelp-param|query+allusers|attachedwiki}}",
	"apihelp-query+allusers-example-Y": "{{doc-apihelp-example|query+allusers}}",
	"apihelp-query+authmanagerinfo-summary": "{{doc-apihelp-summary|query+authmanagerinfo}}",
	"apihelp-query+authmanagerinfo-param-securitysensitiveoperation": "{{doc-apihelp-param|query+authmanagerinfo|securitysensitiveoperation}}",
	"apihelp-query+authmanagerinfo-param-requestsfor": "{{doc-apihelp-param|query+authmanagerinfo|requestsfor}}",
	"apihelp-query+authmanagerinfo-example-login": "{{doc-apihelp-example|query+authmanagerinfo}}",
	"apihelp-query+authmanagerinfo-example-login-merged": "{{doc-apihelp-example|query+authmanagerinfo}}",
	"apihelp-query+authmanagerinfo-example-securitysensitiveoperation": "{{doc-apihelp-example|query+authmanagerinfo}}",
	"apihelp-query+backlinks-summary": "{{doc-apihelp-summary|query+backlinks}}",
	"apihelp-query+backlinks-param-title": "{{doc-apihelp-param|query+backlinks|title}}",
	"apihelp-query+backlinks-param-pageid": "{{doc-apihelp-param|query+backlinks|pageid}}",
	"apihelp-query+backlinks-param-namespace": "{{doc-apihelp-param|query+backlinks|namespace}}",
	"apihelp-query+backlinks-param-dir": "{{doc-apihelp-param|query+backlinks|dir}}",
	"apihelp-query+backlinks-param-filterredir": "{{doc-apihelp-param|query+backlinks|filterredir}}",
	"apihelp-query+backlinks-param-limit": "{{doc-apihelp-param|query+backlinks|limit}}",
	"apihelp-query+backlinks-param-redirect": "\"Is halved\" means that the limits are half of the usual ones.\n----\n{{doc-apihelp-param|query+backlinks|redirect}}",
	"apihelp-query+backlinks-example-simple": "{{doc-apihelp-example|query+backlinks}}",
	"apihelp-query+backlinks-example-generator": "{{doc-apihelp-example|query+backlinks}}",
	"apihelp-query+blocks-summary": "{{doc-apihelp-summary|query+blocks}}",
	"apihelp-query+blocks-param-start": "{{doc-apihelp-param|query+blocks|start}}",
	"apihelp-query+blocks-param-end": "{{doc-apihelp-param|query+blocks|end}}",
	"apihelp-query+blocks-param-ids": "{{doc-apihelp-param|query+blocks|ids}}",
	"apihelp-query+blocks-param-users": "{{doc-apihelp-param|query+blocks|users}}",
	"apihelp-query+blocks-param-ip": "{{doc-apihelp-param|query+blocks|ip|params=* $1 - Minimum CIDR prefix for IPv4\n* $2 - Minimum CIDR prefix for IPv6|paramstart=3}}",
	"apihelp-query+blocks-param-limit": "{{doc-apihelp-param|query+blocks|limit}}",
	"apihelp-query+blocks-param-prop": "{{doc-apihelp-param|query+blocks|prop|paramvalues=1}}",
	"apihelp-query+blocks-paramvalue-prop-id": "{{doc-apihelp-paramvalue|query+blocks|prop|id}}",
	"apihelp-query+blocks-paramvalue-prop-user": "{{doc-apihelp-paramvalue|query+blocks|prop|user}}",
	"apihelp-query+blocks-paramvalue-prop-userid": "{{doc-apihelp-paramvalue|query+blocks|prop|userid}}",
	"apihelp-query+blocks-paramvalue-prop-by": "{{doc-apihelp-paramvalue|query+blocks|prop|by}}",
	"apihelp-query+blocks-paramvalue-prop-byid": "{{doc-apihelp-paramvalue|query+blocks|prop|byid}}",
	"apihelp-query+blocks-paramvalue-prop-timestamp": "{{doc-apihelp-paramvalue|query+blocks|prop|timestamp}}",
	"apihelp-query+blocks-paramvalue-prop-expiry": "{{doc-apihelp-paramvalue|query+blocks|prop|expiry}}",
	"apihelp-query+blocks-paramvalue-prop-reason": "{{doc-apihelp-paramvalue|query+blocks|prop|reason}}",
	"apihelp-query+blocks-paramvalue-prop-range": "{{doc-apihelp-paramvalue|query+blocks|prop|range}}",
	"apihelp-query+blocks-paramvalue-prop-flags": "{{doc-apihelp-paramvalue|query+blocks|prop|flags}}",
	"apihelp-query+blocks-param-show": "{{doc-apihelp-param|query+blocks|show}}",
	"apihelp-query+blocks-example-simple": "{{doc-apihelp-example|query+blocks}}",
	"apihelp-query+blocks-example-users": "{{doc-apihelp-example|query+blocks}}",
	"apihelp-query+categories-summary": "{{doc-apihelp-summary|query+categories}}",
	"apihelp-query+categories-param-prop": "{{doc-apihelp-param|query+categories|prop|paramvalues=1}}",
	"apihelp-query+categories-paramvalue-prop-sortkey": "{{doc-apihelp-paramvalue|query+categories|prop|sortkey}}",
	"apihelp-query+categories-paramvalue-prop-timestamp": "{{doc-apihelp-paramvalue|query+categories|prop|timestamp}}",
	"apihelp-query+categories-paramvalue-prop-hidden": "{{doc-apihelp-paramvalue|query+categories|prop|hidden}}",
	"apihelp-query+categories-param-show": "{{doc-apihelp-param|query+categories|show}}",
	"apihelp-query+categories-param-limit": "{{doc-apihelp-param|query+categories|limit}}",
	"apihelp-query+categories-param-categories": "{{doc-apihelp-param|query+categories|categories}}",
	"apihelp-query+categories-param-dir": "{{doc-apihelp-param|query+categories|dir}}",
	"apihelp-query+categories-example-simple": "{{doc-apihelp-example|query+categories}}",
	"apihelp-query+categories-example-generator": "{{doc-apihelp-example|query+categories}}",
	"apihelp-query+categoryinfo-summary": "{{doc-apihelp-summary|query+categoryinfo}}",
	"apihelp-query+categoryinfo-example-simple": "{{doc-apihelp-example|query+categoryinfo}}",
	"apihelp-query+categorymembers-summary": "{{doc-apihelp-summary|query+categorymembers}}",
	"apihelp-query+categorymembers-param-title": "{{doc-apihelp-param|query+categorymembers|title}}",
	"apihelp-query+categorymembers-param-pageid": "{{doc-apihelp-param|query+categorymembers|pageid}}",
	"apihelp-query+categorymembers-param-prop": "{{doc-apihelp-param|query+categorymembers|prop|paramvalues=1}}",
	"apihelp-query+categorymembers-paramvalue-prop-ids": "{{doc-apihelp-paramvalue|query+categorymembers|prop|ids}}",
	"apihelp-query+categorymembers-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+categorymembers|prop|title}}",
	"apihelp-query+categorymembers-paramvalue-prop-sortkey": "{{doc-apihelp-paramvalue|query+categorymembers|prop|sortkey}}",
	"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix": "{{doc-apihelp-paramvalue|query+categorymembers|prop|sortkeyprefix}}",
	"apihelp-query+categorymembers-paramvalue-prop-type": "{{doc-apihelp-paramvalue|query+categorymembers|prop|type}}",
	"apihelp-query+categorymembers-paramvalue-prop-timestamp": "{{doc-apihelp-paramvalue|query+categorymembers|prop|timestamp}}",
	"apihelp-query+categorymembers-param-namespace": "{{doc-apihelp-param|query+categorymembers|namespace}}",
	"apihelp-query+categorymembers-param-type": "{{doc-apihelp-param|query+categorymembers|type}}",
	"apihelp-query+categorymembers-param-limit": "{{doc-apihelp-param|query+categorymembers|limit}}",
	"apihelp-query+categorymembers-param-sort": "{{doc-apihelp-param|query+categorymembers|sort}}",
	"apihelp-query+categorymembers-param-dir": "{{doc-apihelp-param|query+categorymembers|dir}}",
	"apihelp-query+categorymembers-param-start": "{{doc-apihelp-param|query+categorymembers|start}}",
	"apihelp-query+categorymembers-param-end": "{{doc-apihelp-param|query+categorymembers|end}}",
	"apihelp-query+categorymembers-param-starthexsortkey": "{{doc-apihelp-param|query+categorymembers|starthexsortkey}}",
	"apihelp-query+categorymembers-param-endhexsortkey": "{{doc-apihelp-param|query+categorymembers|endhexsortkey}}",
	"apihelp-query+categorymembers-param-startsortkeyprefix": "{{doc-apihelp-param|query+categorymembers|startsortkeyprefix}}",
	"apihelp-query+categorymembers-param-endsortkeyprefix": "{{doc-apihelp-param|query+categorymembers|endsortkeyprefix}}",
	"apihelp-query+categorymembers-param-startsortkey": "{{doc-apihelp-param|query+categorymembers|startsortkey}}",
	"apihelp-query+categorymembers-param-endsortkey": "{{doc-apihelp-param|query+categorymembers|endsortkey}}",
	"apihelp-query+categorymembers-example-simple": "{{doc-apihelp-example|query+categorymembers}}",
	"apihelp-query+categorymembers-example-generator": "{{doc-apihelp-example|query+categorymembers}}",
	"apihelp-query+contributors-summary": "{{doc-apihelp-summary|query+contributors}}",
	"apihelp-query+contributors-param-group": "{{doc-apihelp-param|query+contributors|group}}",
	"apihelp-query+contributors-param-excludegroup": "{{doc-apihelp-param|query+contributors|excludegroup}}",
	"apihelp-query+contributors-param-rights": "{{doc-apihelp-param|query+contributors|rights}}",
	"apihelp-query+contributors-param-excluderights": "{{doc-apihelp-param|query+contributors|excluderights}}",
	"apihelp-query+contributors-param-limit": "{{doc-apihelp-param|query+contributors|limit}}",
	"apihelp-query+contributors-example-simple": "{{doc-apihelp-example|query+contributors}}",
	"apihelp-query+deletedrevisions-summary": "{{doc-apihelp-summary|query+deletedrevisions}}",
	"apihelp-query+deletedrevisions-extended-description": "{{doc-apihelp-extended-description|query+deletedrevisions}}",
	"apihelp-query+deletedrevisions-param-start": "{{doc-apihelp-param|query+deletedrevisions|start}}",
	"apihelp-query+deletedrevisions-param-end": "{{doc-apihelp-param|query+deletedrevisions|end}}",
	"apihelp-query+deletedrevisions-param-tag": "{{doc-apihelp-param|query+deletedrevisions|tag}}",
	"apihelp-query+deletedrevisions-param-user": "{{doc-apihelp-param|query+deletedrevisions|user}}",
	"apihelp-query+deletedrevisions-param-excludeuser": "{{doc-apihelp-param|query+deletedrevisions|excludeuser}}",
	"apihelp-query+deletedrevisions-example-titles": "{{doc-apihelp-example|query+deletedrevisions}}",
	"apihelp-query+deletedrevisions-example-revids": "{{doc-apihelp-example|query+deletedrevisions}}",
	"apihelp-query+deletedrevs-summary": "{{doc-apihelp-summary|query+deletedrevs}}",
	"apihelp-query+deletedrevs-extended-description": "{{doc-apihelp-extended-description|query+deletedrevs}}",
	"apihelp-query+deletedrevs-paraminfo-modes": "{{doc-apihelp-paraminfo|query+deletedrevs|modes}}\n{{Identical|Mode}}",
	"apihelp-query+deletedrevs-param-start": "{{doc-apihelp-param|query+deletedrevs|start}}",
	"apihelp-query+deletedrevs-param-end": "{{doc-apihelp-param|query+deletedrevs|end}}",
	"apihelp-query+deletedrevs-param-from": "{{doc-apihelp-param|query+deletedrevs|from}}",
	"apihelp-query+deletedrevs-param-to": "{{doc-apihelp-param|query+deletedrevs|to}}",
	"apihelp-query+deletedrevs-param-prefix": "{{doc-apihelp-param|query+deletedrevs|prefix}}",
	"apihelp-query+deletedrevs-param-unique": "{{doc-apihelp-param|query+deletedrevs|unique}}",
	"apihelp-query+deletedrevs-param-tag": "{{doc-apihelp-param|query+deletedrevs|tag}}",
	"apihelp-query+deletedrevs-param-user": "{{doc-apihelp-param|query+deletedrevs|user}}",
	"apihelp-query+deletedrevs-param-excludeuser": "{{doc-apihelp-param|query+deletedrevs|excludeuser}}",
	"apihelp-query+deletedrevs-param-namespace": "{{doc-apihelp-param|query+deletedrevs|namespace}}",
	"apihelp-query+deletedrevs-param-limit": "{{doc-apihelp-param|query+deletedrevs|limit}}",
	"apihelp-query+deletedrevs-param-prop": "{{doc-apihelp-param|query+deletedrevs|prop}}\n{{doc-important|You can translate the word \"Deprecated\", but please do not alter the <code><nowiki>class=\"apihelp-deprecated\"</nowiki></code> attribute}}",
	"apihelp-query+deletedrevs-example-mode1": "{{doc-apihelp-example|query+deletedrevs}}",
	"apihelp-query+deletedrevs-example-mode2": "{{doc-apihelp-example|query+deletedrevs}}",
	"apihelp-query+deletedrevs-example-mode3-main": "{{doc-apihelp-example|query+deletedrevs}}",
	"apihelp-query+deletedrevs-example-mode3-talk": "{{doc-apihelp-example|query+deletedrevs}}",
	"apihelp-query+disabled-summary": "{{doc-apihelp-summary|query+disabled}}",
	"apihelp-query+duplicatefiles-summary": "{{doc-apihelp-summary|query+duplicatefiles}}",
	"apihelp-query+duplicatefiles-param-limit": "{{doc-apihelp-param|query+duplicatefiles|limit}}",
	"apihelp-query+duplicatefiles-param-dir": "{{doc-apihelp-param|query+duplicatefiles|dir}}",
	"apihelp-query+duplicatefiles-param-localonly": "{{doc-apihelp-param|query+duplicatefiles|localonly}}",
	"apihelp-query+duplicatefiles-example-simple": "{{doc-apihelp-example|query+duplicatefiles}}",
	"apihelp-query+duplicatefiles-example-generated": "{{doc-apihelp-example|query+duplicatefiles}}",
	"apihelp-query+embeddedin-summary": "{{doc-apihelp-summary|query+embeddedin}}",
	"apihelp-query+embeddedin-param-title": "{{doc-apihelp-param|query+embeddedin|title}}",
	"apihelp-query+embeddedin-param-pageid": "{{doc-apihelp-param|query+embeddedin|pageid}}",
	"apihelp-query+embeddedin-param-namespace": "{{doc-apihelp-param|query+embeddedin|namespace}}",
	"apihelp-query+embeddedin-param-dir": "{{doc-apihelp-param|query+embeddedin|dir}}",
	"apihelp-query+embeddedin-param-filterredir": "{{doc-apihelp-param|query+embeddedin|filterredir}}",
	"apihelp-query+embeddedin-param-limit": "{{doc-apihelp-param|query+embeddedin|limit}}",
	"apihelp-query+embeddedin-example-simple": "{{doc-apihelp-example|query+embeddedin}}",
	"apihelp-query+embeddedin-example-generator": "{{doc-apihelp-example|query+embeddedin}}",
	"apihelp-query+extlinks-summary": "{{doc-apihelp-summary|query+extlinks}}",
	"apihelp-query+extlinks-param-limit": "{{doc-apihelp-param|query+extlinks|limit}}",
	"apihelp-query+extlinks-param-protocol": "{{doc-apihelp-param|query+extlinks|protocol}}",
	"apihelp-query+extlinks-param-query": "{{doc-apihelp-param|query+extlinks|query}}",
	"apihelp-query+extlinks-param-expandurl": "{{doc-apihelp-param|query+extlinks|expandurl}}",
	"apihelp-query+extlinks-example-simple": "{{doc-apihelp-example|query+extlinks}}",
	"apihelp-query+exturlusage-summary": "{{doc-apihelp-summary|query+exturlusage}}",
	"apihelp-query+exturlusage-param-prop": "{{doc-apihelp-param|query+exturlusage|prop|paramvalues=1}}",
	"apihelp-query+exturlusage-paramvalue-prop-ids": "{{doc-apihelp-paramvalue|query+exturlusage|prop|ids}}",
	"apihelp-query+exturlusage-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+exturlusage|prop|title}}",
	"apihelp-query+exturlusage-paramvalue-prop-url": "{{doc-apihelp-paramvalue|query+exturlusage|prop|url}}",
	"apihelp-query+exturlusage-param-protocol": "{{doc-apihelp-param|query+exturlusage|protocol}}",
	"apihelp-query+exturlusage-param-query": "{{doc-apihelp-param|query+exturlusage|query}}",
	"apihelp-query+exturlusage-param-namespace": "{{doc-apihelp-param|query+exturlusage|namespace}}",
	"apihelp-query+exturlusage-param-limit": "{{doc-apihelp-param|query+exturlusage|limit}}",
	"apihelp-query+exturlusage-param-expandurl": "{{doc-apihelp-param|query+exturlusage|expandurl}}",
	"apihelp-query+exturlusage-example-simple": "{{doc-apihelp-example|query+exturlusage}}",
	"apihelp-query+filearchive-summary": "{{doc-apihelp-summary|query+filearchive}}",
	"apihelp-query+filearchive-param-from": "{{doc-apihelp-param|query+filearchive|from}}",
	"apihelp-query+filearchive-param-to": "{{doc-apihelp-param|query+filearchive|to}}",
	"apihelp-query+filearchive-param-prefix": "{{doc-apihelp-param|query+filearchive|prefix}}",
	"apihelp-query+filearchive-param-limit": "{{doc-apihelp-param|query+filearchive|limit}}",
	"apihelp-query+filearchive-param-dir": "{{doc-apihelp-param|query+filearchive|dir}}",
	"apihelp-query+filearchive-param-sha1": "{{doc-apihelp-param|query+filearchive|sha1}}",
	"apihelp-query+filearchive-param-sha1base36": "{{doc-apihelp-param|query+filearchive|sha1base36}}",
	"apihelp-query+filearchive-param-prop": "{{doc-apihelp-param|query+filearchive|prop|paramvalues=1}}",
	"apihelp-query+filearchive-paramvalue-prop-sha1": "{{doc-apihelp-paramvalue|query+filearchive|prop|sha1}}",
	"apihelp-query+filearchive-paramvalue-prop-timestamp": "{{doc-apihelp-paramvalue|query+filearchive|prop|timestamp}}",
	"apihelp-query+filearchive-paramvalue-prop-user": "{{doc-apihelp-paramvalue|query+filearchive|prop|user}}",
	"apihelp-query+filearchive-paramvalue-prop-size": "{{doc-apihelp-paramvalue|query+filearchive|prop|size}}",
	"apihelp-query+filearchive-paramvalue-prop-dimensions": "{{doc-apihelp-paramvalue|query+filearchive|prop|dimensions}}",
	"apihelp-query+filearchive-paramvalue-prop-description": "{{doc-apihelp-paramvalue|query+filearchive|prop|description}}",
	"apihelp-query+filearchive-paramvalue-prop-parseddescription": "{{doc-apihelp-paramvalue|query+filearchive|prop|parseddescription}}",
	"apihelp-query+filearchive-paramvalue-prop-mime": "{{doc-apihelp-paramvalue|query+filearchive|prop|mime}}",
	"apihelp-query+filearchive-paramvalue-prop-mediatype": "{{doc-apihelp-paramvalue|query+filearchive|prop|mediatype}}",
	"apihelp-query+filearchive-paramvalue-prop-metadata": "{{doc-apihelp-paramvalue|query+filearchive|prop|metadata}}",
	"apihelp-query+filearchive-paramvalue-prop-bitdepth": "{{doc-apihelp-paramvalue|query+filearchive|prop|bitdepth}}",
	"apihelp-query+filearchive-paramvalue-prop-archivename": "{{doc-apihelp-paramvalue|query+filearchive|prop|archivename}}",
	"apihelp-query+filearchive-example-simple": "{{doc-apihelp-example|query+filearchive}}",
	"apihelp-query+filerepoinfo-summary": "{{doc-apihelp-summary|query+filerepoinfo}}",
	"apihelp-query+filerepoinfo-param-prop": "{{doc-apihelp-param|query+filerepoinfo|prop}}",
	"apihelp-query+filerepoinfo-example-simple": "{{doc-apihelp-example|query+filerepoinfo}}",
	"apihelp-query+fileusage-summary": "{{doc-apihelp-summary|query+fileusage}}",
	"apihelp-query+fileusage-param-prop": "{{doc-apihelp-param|query+fileusage|prop|paramvalues=1}}",
	"apihelp-query+fileusage-paramvalue-prop-pageid": "{{doc-apihelp-paramvalue|query+fileusage|prop|pageid}}",
	"apihelp-query+fileusage-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+fileusage|prop|title}}",
	"apihelp-query+fileusage-paramvalue-prop-redirect": "{{doc-apihelp-paramvalue|query+fileusage|prop|redirect}}",
	"apihelp-query+fileusage-param-namespace": "{{doc-apihelp-param|query+fileusage|namespace}}",
	"apihelp-query+fileusage-param-limit": "{{doc-apihelp-param|query+fileusage|limit}}",
	"apihelp-query+fileusage-param-show": "{{doc-apihelp-param|query+fileusage|show}}",
	"apihelp-query+fileusage-example-simple": "{{doc-apihelp-example|query+fileusage}}",
	"apihelp-query+fileusage-example-generator": "{{doc-apihelp-example|query+fileusage}}",
	"apihelp-query+imageinfo-summary": "{{doc-apihelp-summary|query+imageinfo}}",
	"apihelp-query+imageinfo-param-prop": "{{doc-apihelp-param|query+imageinfo|prop|paramvalues=1}}",
	"apihelp-query+imageinfo-paramvalue-prop-timestamp": "{{doc-apihelp-paramvalue|query+imageinfo|prop|timestamp}}",
	"apihelp-query+imageinfo-paramvalue-prop-user": "{{doc-apihelp-paramvalue|query+imageinfo|prop|user}}",
	"apihelp-query+imageinfo-paramvalue-prop-userid": "Imageinfo returns information about file revisions (normally the last revision since <code>iilimit</code> defaults to 1). <code>userid</code> includes the ID of the user who made the (re)upload which created that revision. So there will be one user ID per imageinfo item; if you set the limit high enough, you will get all revisions of all files as separate imageinfo items.\n\n{{doc-apihelp-paramvalue|query+imageinfo|prop|userid}}",
	"apihelp-query+imageinfo-paramvalue-prop-comment": "{{doc-apihelp-paramvalue|query+imageinfo|prop|comment}}",
	"apihelp-query+imageinfo-paramvalue-prop-parsedcomment": "{{doc-apihelp-paramvalue|query+imageinfo|prop|parsedcomment}}",
	"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle": "A canonocal title is aa title formatted in the same way you would see it on the top of the page (localized namespace name, first letters capitalized, spaces instead of underscores). \n{{doc-apihelp-paramvalue|query+imageinfo|prop|canonicaltitle}}",
	"apihelp-query+imageinfo-paramvalue-prop-url": "{{doc-apihelp-paramvalue|query+imageinfo|prop|url}}",
	"apihelp-query+imageinfo-paramvalue-prop-size": "{{doc-apihelp-paramvalue|query+imageinfo|prop|size}}",
	"apihelp-query+imageinfo-paramvalue-prop-dimensions": "{{doc-apihelp-paramvalue|query+imageinfo|prop|dimensions}}",
	"apihelp-query+imageinfo-paramvalue-prop-sha1": "{{doc-apihelp-paramvalue|query+imageinfo|prop|sha1}}",
	"apihelp-query+imageinfo-paramvalue-prop-mime": "{{doc-apihelp-paramvalue|query+imageinfo|prop|mime}}",
	"apihelp-query+imageinfo-paramvalue-prop-thumbmime": "{{doc-apihelp-paramvalue|query+imageinfo|prop|thumbmime}}",
	"apihelp-query+imageinfo-paramvalue-prop-mediatype": "{{doc-apihelp-paramvalue|query+imageinfo|prop|mediatype}}",
	"apihelp-query+imageinfo-paramvalue-prop-metadata": "{{doc-apihelp-paramvalue|query+imageinfo|prop|metadata}}",
	"apihelp-query+imageinfo-paramvalue-prop-commonmetadata": "{{doc-apihelp-paramvalue|query+imageinfo|prop|commonmetadata}}",
	"apihelp-query+imageinfo-paramvalue-prop-extmetadata": "{{doc-apihelp-paramvalue|query+imageinfo|prop|extmetadata}}",
	"apihelp-query+imageinfo-paramvalue-prop-archivename": "{{doc-apihelp-paramvalue|query+imageinfo|prop|archivename}}",
	"apihelp-query+imageinfo-paramvalue-prop-bitdepth": "{{doc-apihelp-paramvalue|query+imageinfo|prop|bitdepth}}",
	"apihelp-query+imageinfo-paramvalue-prop-uploadwarning": "{{doc-apihelp-paramvalue|query+imageinfo|prop|uploadwarning}}",
	"apihelp-query+imageinfo-paramvalue-prop-badfile": "{{doc-apihelp-paramvalue|query+imageinfo|prop|badfile}}",
	"apihelp-query+imageinfo-param-limit": "{{doc-apihelp-param|query+imageinfo|limit}}",
	"apihelp-query+imageinfo-param-start": "{{doc-apihelp-param|query+imageinfo|start}}",
	"apihelp-query+imageinfo-param-end": "{{doc-apihelp-param|query+imageinfo|end}}",
	"apihelp-query+imageinfo-param-urlwidth": "{{doc-apihelp-param|query+imageinfo|urlwidth|params=* $1 - Maximum number of thumbnails per query|paramstart=2}}",
	"apihelp-query+imageinfo-param-urlheight": "{{doc-apihelp-param|query+imageinfo|urlheight}}",
	"apihelp-query+imageinfo-param-metadataversion": "{{doc-apihelp-param|query+imageinfo|metadataversion}}",
	"apihelp-query+imageinfo-param-extmetadatalanguage": "{{doc-apihelp-param|query+imageinfo|extmetadatalanguage}}",
	"apihelp-query+imageinfo-param-extmetadatamultilang": "{{doc-apihelp-param|query+imageinfo|extmetadatamultilang}}",
	"apihelp-query+imageinfo-param-extmetadatafilter": "{{doc-apihelp-param|query+imageinfo|extmetadatafilter}}",
	"apihelp-query+imageinfo-param-urlparam": "{{doc-apihelp-param|query+imageinfo|urlparam}}",
	"apihelp-query+imageinfo-param-badfilecontexttitle": "{{doc-apihelp-param|query+imageinfo|badfilecontexttitle}}",
	"apihelp-query+imageinfo-param-localonly": "{{doc-apihelp-param|query+imageinfo|localonly}}",
	"apihelp-query+imageinfo-example-simple": "{{doc-apihelp-example|query+imageinfo}}",
	"apihelp-query+imageinfo-example-dated": "{{doc-apihelp-example|query+imageinfo}}",
	"apihelp-query+images-summary": "{{doc-apihelp-summary|query+images}}",
	"apihelp-query+images-param-limit": "{{doc-apihelp-param|query+images|limit}}",
	"apihelp-query+images-param-images": "{{doc-apihelp-param|query+images|images}}",
	"apihelp-query+images-param-dir": "{{doc-apihelp-param|query+images|dir}}",
	"apihelp-query+images-example-simple": "{{doc-apihelp-example|query+images}}",
	"apihelp-query+images-example-generator": "{{doc-apihelp-example|query+images}}",
	"apihelp-query+imageusage-summary": "{{doc-apihelp-summary|query+imageusage}}",
	"apihelp-query+imageusage-param-title": "{{doc-apihelp-param|query+imageusage|title}}",
	"apihelp-query+imageusage-param-pageid": "{{doc-apihelp-param|query+imageusage|pageid}}",
	"apihelp-query+imageusage-param-namespace": "{{doc-apihelp-param|query+imageusage|namespace}}",
	"apihelp-query+imageusage-param-dir": "{{doc-apihelp-param|query+imageusage|dir}}",
	"apihelp-query+imageusage-param-filterredir": "{{doc-apihelp-param|query+imageusage|filterredir}}",
	"apihelp-query+imageusage-param-limit": "{{doc-apihelp-param|query+imageusage|limit}}",
	"apihelp-query+imageusage-param-redirect": "{{doc-apihelp-param|query+imageusage|redirect}}",
	"apihelp-query+imageusage-example-simple": "{{doc-apihelp-example|query+imageusage}}",
	"apihelp-query+imageusage-example-generator": "{{doc-apihelp-example|query+imageusage}}",
	"apihelp-query+info-summary": "{{doc-apihelp-summary|query+info}}",
	"apihelp-query+info-param-prop": "{{doc-apihelp-param|query+info|prop|paramvalues=1}}",
	"apihelp-query+info-paramvalue-prop-protection": "{{doc-apihelp-paramvalue|query+info|prop|protection}}",
	"apihelp-query+info-paramvalue-prop-talkid": "{{doc-apihelp-paramvalue|query+info|prop|talkid}}",
	"apihelp-query+info-paramvalue-prop-watched": "{{doc-apihelp-paramvalue|query+info|prop|watched}}",
	"apihelp-query+info-paramvalue-prop-watchers": "{{doc-apihelp-paramvalue|query+info|prop|watchers}}",
	"apihelp-query+info-paramvalue-prop-visitingwatchers": "{{doc-apihelp-paramvalue|query+info|prop|visitingwatchers}}",
	"apihelp-query+info-paramvalue-prop-notificationtimestamp": "{{doc-apihelp-paramvalue|query+info|prop|notificationtimestamp}}",
	"apihelp-query+info-paramvalue-prop-subjectid": "{{doc-apihelp-paramvalue|query+info|prop|subjectid}}",
	"apihelp-query+info-paramvalue-prop-url": "{{doc-apihelp-paramvalue|query+info|prop|url}}",
	"apihelp-query+info-paramvalue-prop-readable": "{{doc-apihelp-paramvalue|query+info|prop|readable}}",
	"apihelp-query+info-paramvalue-prop-preload": "{{doc-apihelp-paramvalue|query+info|prop|preload}}",
	"apihelp-query+info-paramvalue-prop-displaytitle": "{{doc-apihelp-paramvalue|query+info|prop|displaytitle}}",
	"apihelp-query+info-paramvalue-prop-varianttitles": "{{doc-apihelp-paramvalue|query+info|prop|varianttitles}}",
	"apihelp-query+info-param-testactions": "{{doc-apihelp-param|query+info|testactions}}",
	"apihelp-query+info-param-token": "{{doc-apihelp-param|query+info|token}}",
	"apihelp-query+info-example-simple": "{{doc-apihelp-example|query+info}}",
	"apihelp-query+info-example-protection": "{{doc-apihelp-example|query+info}}",
	"apihelp-query+iwbacklinks-summary": "{{doc-apihelp-summary|query+iwbacklinks}}",
	"apihelp-query+iwbacklinks-extended-description": "{{doc-apihelp-extended-description|query+iwbacklinks}}",
	"apihelp-query+iwbacklinks-param-prefix": "{{doc-apihelp-param|query+iwbacklinks|prefix}}",
	"apihelp-query+iwbacklinks-param-title": "{{doc-apihelp-param|query+iwbacklinks|title}}",
	"apihelp-query+iwbacklinks-param-limit": "{{doc-apihelp-param|query+iwbacklinks|limit}}",
	"apihelp-query+iwbacklinks-param-prop": "{{doc-apihelp-param|query+iwbacklinks|prop|paramvalues=1}}",
	"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix": "{{doc-apihelp-paramvalue|query+iwbacklinks|prop|iwprefix}}",
	"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle": "{{doc-apihelp-paramvalue|query+iwbacklinks|prop|iwtitle}}",
	"apihelp-query+iwbacklinks-param-dir": "{{doc-apihelp-param|query+iwbacklinks|dir}}",
	"apihelp-query+iwbacklinks-example-simple": "{{doc-apihelp-example|query+iwbacklinks}}",
	"apihelp-query+iwbacklinks-example-generator": "{{doc-apihelp-example|query+iwbacklinks}}",
	"apihelp-query+iwlinks-summary": "{{doc-apihelp-summary|query+iwlinks}}",
	"apihelp-query+iwlinks-param-url": "{{doc-apihelp-param|query+iwlinks|url}}",
	"apihelp-query+iwlinks-param-prop": "{{doc-apihelp-param|query+iwlinks|prop|paramvalues=1}}",
	"apihelp-query+iwlinks-paramvalue-prop-url": "{{doc-apihelp-paramvalue|query+iwlinks|prop|url}}",
	"apihelp-query+iwlinks-param-limit": "{{doc-apihelp-param|query+iwlinks|limit}}",
	"apihelp-query+iwlinks-param-prefix": "{{doc-apihelp-param|query+iwlinks|prefix}}",
	"apihelp-query+iwlinks-param-title": "{{doc-apihelp-param|query+iwlinks|title}}",
	"apihelp-query+iwlinks-param-dir": "{{doc-apihelp-param|query+iwlinks|dir}}",
	"apihelp-query+iwlinks-example-simple": "{{doc-apihelp-example|query+iwlinks}}",
	"apihelp-query+langbacklinks-summary": "{{doc-apihelp-summary|query+langbacklinks}}",
	"apihelp-query+langbacklinks-extended-description": "{{doc-apihelp-extended-description|query+langbacklinks}}",
	"apihelp-query+langbacklinks-param-lang": "{{doc-apihelp-param|query+langbacklinks|lang}}",
	"apihelp-query+langbacklinks-param-title": "{{doc-apihelp-param|query+langbacklinks|title}}",
	"apihelp-query+langbacklinks-param-limit": "{{doc-apihelp-param|query+langbacklinks|limit}}",
	"apihelp-query+langbacklinks-param-prop": "{{doc-apihelp-param|query+langbacklinks|prop|paramvalues=1}}",
	"apihelp-query+langbacklinks-paramvalue-prop-lllang": "{{doc-apihelp-paramvalue|query+langbacklinks|prop|lllang}}",
	"apihelp-query+langbacklinks-paramvalue-prop-lltitle": "{{doc-apihelp-paramvalue|query+langbacklinks|prop|lltitle}}",
	"apihelp-query+langbacklinks-param-dir": "{{doc-apihelp-param|query+langbacklinks|dir}}",
	"apihelp-query+langbacklinks-example-simple": "{{doc-apihelp-example|query+langbacklinks}}",
	"apihelp-query+langbacklinks-example-generator": "{{doc-apihelp-example|query+langbacklinks}}",
	"apihelp-query+langlinks-summary": "{{doc-apihelp-summary|query+langlinks}}",
	"apihelp-query+langlinks-param-limit": "{{doc-apihelp-param|query+langlinks|limit}}",
	"apihelp-query+langlinks-param-url": "{{doc-apihelp-param|query+langlinks|url}}",
	"apihelp-query+langlinks-param-prop": "{{doc-apihelp-param|query+langlinks|prop|paramvalues=1}}",
	"apihelp-query+langlinks-paramvalue-prop-url": "{{doc-apihelp-paramvalue|query+langlinks|prop|url}}",
	"apihelp-query+langlinks-paramvalue-prop-langname": "{{doc-apihelp-paramvalue|query+langlinks|prop|langname}}",
	"apihelp-query+langlinks-paramvalue-prop-autonym": "{{doc-apihelp-paramvalue|query+langlinks|prop|autonym}}",
	"apihelp-query+langlinks-param-lang": "{{doc-apihelp-param|query+langlinks|lang}}",
	"apihelp-query+langlinks-param-title": "{{doc-apihelp-param|query+langlinks|title}}",
	"apihelp-query+langlinks-param-dir": "{{doc-apihelp-param|query+langlinks|dir}}",
	"apihelp-query+langlinks-param-inlanguagecode": "{{doc-apihelp-param|query+langlinks|inlanguagecode}}",
	"apihelp-query+langlinks-example-simple": "{{doc-apihelp-example|query+langlinks}}",
	"apihelp-query+links-summary": "{{doc-apihelp-summary|query+links}}",
	"apihelp-query+links-param-namespace": "{{doc-apihelp-param|query+links|namespace}}",
	"apihelp-query+links-param-limit": "{{doc-apihelp-param|query+links|limit}}",
	"apihelp-query+links-param-titles": "{{doc-apihelp-param|query+links|titles}}",
	"apihelp-query+links-param-dir": "{{doc-apihelp-param|query+links|dir}}",
	"apihelp-query+links-example-simple": "{{doc-apihelp-example|query+links}}",
	"apihelp-query+links-example-generator": "{{doc-apihelp-example|query+links}}",
	"apihelp-query+links-example-namespaces": "{{doc-apihelp-example|query+links}}",
	"apihelp-query+linkshere-summary": "{{doc-apihelp-summary|query+linkshere}}",
	"apihelp-query+linkshere-param-prop": "{{doc-apihelp-param|query+linkshere|prop|paramvalues=1}}",
	"apihelp-query+linkshere-paramvalue-prop-pageid": "{{doc-apihelp-paramvalue|query+linkshere|prop|pageid}}",
	"apihelp-query+linkshere-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+linkshere|prop|title}}",
	"apihelp-query+linkshere-paramvalue-prop-redirect": "{{doc-apihelp-paramvalue|query+linkshere|prop|redirect}}",
	"apihelp-query+linkshere-param-namespace": "{{doc-apihelp-param|query+linkshere|namespace}}",
	"apihelp-query+linkshere-param-limit": "{{doc-apihelp-param|query+linkshere|limit}}",
	"apihelp-query+linkshere-param-show": "{{doc-apihelp-param|query+linkshere|show}}",
	"apihelp-query+linkshere-example-simple": "{{doc-apihelp-example|query+linkshere}}",
	"apihelp-query+linkshere-example-generator": "{{doc-apihelp-example|query+linkshere}}",
	"apihelp-query+logevents-summary": "{{doc-apihelp-summary|query+logevents}}",
	"apihelp-query+logevents-param-prop": "{{doc-apihelp-param|query+logevents|prop|paramvalues=1}}",
	"apihelp-query+logevents-paramvalue-prop-ids": "{{doc-apihelp-paramvalue|query+logevents|prop|ids}}",
	"apihelp-query+logevents-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+logevents|prop|title}}",
	"apihelp-query+logevents-paramvalue-prop-type": "{{doc-apihelp-paramvalue|query+logevents|prop|type}}",
	"apihelp-query+logevents-paramvalue-prop-user": "{{doc-apihelp-paramvalue|query+logevents|prop|user}}",
	"apihelp-query+logevents-paramvalue-prop-userid": "{{doc-apihelp-paramvalue|query+logevents|prop|userid}}",
	"apihelp-query+logevents-paramvalue-prop-timestamp": "{{doc-apihelp-paramvalue|query+logevents|prop|timestamp}}",
	"apihelp-query+logevents-paramvalue-prop-comment": "{{doc-apihelp-paramvalue|query+logevents|prop|comment}}",
	"apihelp-query+logevents-paramvalue-prop-parsedcomment": "{{doc-apihelp-paramvalue|query+logevents|prop|parsedcomment}}",
	"apihelp-query+logevents-paramvalue-prop-details": "{{doc-apihelp-paramvalue|query+logevents|prop|details}}",
	"apihelp-query+logevents-paramvalue-prop-tags": "{{doc-apihelp-paramvalue|query+logevents|prop|tags}}",
	"apihelp-query+logevents-param-type": "{{doc-apihelp-param|query+logevents|type}}",
	"apihelp-query+logevents-param-action": "{{doc-apihelp-param|query+logevents|action}}",
	"apihelp-query+logevents-param-start": "{{doc-apihelp-param|query+logevents|start}}",
	"apihelp-query+logevents-param-end": "{{doc-apihelp-param|query+logevents|end}}",
	"apihelp-query+logevents-param-user": "{{doc-apihelp-param|query+logevents|user}}",
	"apihelp-query+logevents-param-title": "{{doc-apihelp-param|query+logevents|title}}",
	"apihelp-query+logevents-param-namespace": "{{doc-apihelp-param|query+logevents|namespace}}",
	"apihelp-query+logevents-param-prefix": "{{doc-apihelp-param|query+logevents|prefix}}",
	"apihelp-query+logevents-param-tag": "{{doc-apihelp-param|query+logevents|tag}}",
	"apihelp-query+logevents-param-limit": "{{doc-apihelp-param|query+logevents|limit}}",
	"apihelp-query+logevents-example-simple": "{{doc-apihelp-example|query+logevents}}",
	"apihelp-query+pagepropnames-summary": "{{doc-apihelp-summary|query+pagepropnames}}",
	"apihelp-query+pagepropnames-param-limit": "{{doc-apihelp-param|query+pagepropnames|limit}}",
	"apihelp-query+pagepropnames-example-simple": "{{doc-apihelp-example|query+pagepropnames}}",
	"apihelp-query+pageprops-summary": "{{doc-apihelp-summary|query+pageprops}}",
	"apihelp-query+pageprops-param-prop": "{{doc-apihelp-param|query+pageprops|prop}}",
	"apihelp-query+pageprops-example-simple": "{{doc-apihelp-example|query+pageprops}}",
	"apihelp-query+pageswithprop-summary": "{{doc-apihelp-summary|query+pageswithprop}}",
	"apihelp-query+pageswithprop-param-propname": "{{doc-apihelp-param|query+pageswithprop|propname}}",
	"apihelp-query+pageswithprop-param-prop": "{{doc-apihelp-param|query+pageswithprop|prop|paramvalues=1}}",
	"apihelp-query+pageswithprop-paramvalue-prop-ids": "{{doc-apihelp-paramvalue|query+pageswithprop|prop|ids}}",
	"apihelp-query+pageswithprop-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+pageswithprop|prop|title}}",
	"apihelp-query+pageswithprop-paramvalue-prop-value": "{{doc-apihelp-paramvalue|query+pageswithprop|prop|value}}",
	"apihelp-query+pageswithprop-param-limit": "{{doc-apihelp-param|query+pageswithprop|limit}}",
	"apihelp-query+pageswithprop-param-dir": "{{doc-apihelp-param|query+pageswithprop|dir}}",
	"apihelp-query+pageswithprop-example-simple": "{{doc-apihelp-example|query+pageswithprop}}",
	"apihelp-query+pageswithprop-example-generator": "{{doc-apihelp-example|query+pageswithprop}}",
	"apihelp-query+prefixsearch-summary": "{{doc-apihelp-summary|query+prefixsearch}}",
	"apihelp-query+prefixsearch-extended-description": "{{doc-apihelp-extended-description|query+prefixsearch}}",
	"apihelp-query+prefixsearch-param-search": "{{doc-apihelp-param|query+prefixsearch|search}}",
	"apihelp-query+prefixsearch-param-namespace": "{{doc-apihelp-param|query+prefixsearch|namespace}}",
	"apihelp-query+prefixsearch-param-limit": "{{doc-apihelp-param|query+prefixsearch|limit}}",
	"apihelp-query+prefixsearch-param-offset": "{{doc-apihelp-param|query+prefixsearch|offset}}",
	"apihelp-query+prefixsearch-example-simple": "{{doc-apihelp-example|query+prefixsearch}}",
	"apihelp-query+prefixsearch-param-profile": "{{doc-apihelp-param|query+prefixsearch|profile|paramvalues=1}}",
	"apihelp-query+protectedtitles-summary": "{{doc-apihelp-summary|query+protectedtitles}}",
	"apihelp-query+protectedtitles-param-namespace": "{{doc-apihelp-param|query+protectedtitles|namespace}}",
	"apihelp-query+protectedtitles-param-level": "{{doc-apihelp-param|query+protectedtitles|level}}",
	"apihelp-query+protectedtitles-param-limit": "{{doc-apihelp-param|query+protectedtitles|limit}}",
	"apihelp-query+protectedtitles-param-start": "{{doc-apihelp-param|query+protectedtitles|start}}",
	"apihelp-query+protectedtitles-param-end": "{{doc-apihelp-param|query+protectedtitles|end}}",
	"apihelp-query+protectedtitles-param-prop": "{{doc-apihelp-param|query+protectedtitles|prop|paramvalues=1}}",
	"apihelp-query+protectedtitles-paramvalue-prop-timestamp": "{{doc-apihelp-paramvalue|query+protectedtitles|prop|timestamp}}",
	"apihelp-query+protectedtitles-paramvalue-prop-user": "{{doc-apihelp-paramvalue|query+protectedtitles|prop|user}}",
	"apihelp-query+protectedtitles-paramvalue-prop-userid": "{{doc-apihelp-paramvalue|query+protectedtitles|prop|userid}}",
	"apihelp-query+protectedtitles-paramvalue-prop-comment": "{{doc-apihelp-paramvalue|query+protectedtitles|prop|comment}}",
	"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment": "{{doc-apihelp-paramvalue|query+protectedtitles|prop|parsedcomment}}",
	"apihelp-query+protectedtitles-paramvalue-prop-expiry": "{{doc-apihelp-paramvalue|query+protectedtitles|prop|expiry}}",
	"apihelp-query+protectedtitles-paramvalue-prop-level": "{{doc-apihelp-paramvalue|query+protectedtitles|prop|level}}",
	"apihelp-query+protectedtitles-example-simple": "{{doc-apihelp-example|query+protectedtitles}}",
	"apihelp-query+protectedtitles-example-generator": "{{doc-apihelp-example|query+protectedtitles}}",
	"apihelp-query+querypage-summary": "{{doc-apihelp-summary|query+querypage}}",
	"apihelp-query+querypage-param-page": "{{doc-apihelp-param|query+querypage|page}}",
	"apihelp-query+querypage-param-limit": "{{doc-apihelp-param|query+querypage|limit}}",
	"apihelp-query+querypage-example-ancientpages": "{{doc-apihelp-example|query+querypage}}",
	"apihelp-query+random-summary": "{{doc-apihelp-summary|query+random}}",
	"apihelp-query+random-extended-description": "{{doc-apihelp-extended-description|query+random}}",
	"apihelp-query+random-param-namespace": "{{doc-apihelp-param|query+random|namespace}}",
	"apihelp-query+random-param-limit": "{{doc-apihelp-param|query+random|limit}}",
	"apihelp-query+random-param-redirect": "{{doc-apihelp-param|query+random|redirect}}",
	"apihelp-query+random-param-filterredir": "{{doc-apihelp-param|query+random|filterredir}}",
	"apihelp-query+random-example-simple": "{{doc-apihelp-example|query+random}}",
	"apihelp-query+random-example-generator": "{{doc-apihelp-example|query+random}}",
	"apihelp-query+recentchanges-summary": "{{doc-apihelp-summary|query+recentchanges}}",
	"apihelp-query+recentchanges-param-start": "{{doc-apihelp-param|query+recentchanges|start}}",
	"apihelp-query+recentchanges-param-end": "{{doc-apihelp-param|query+recentchanges|end}}",
	"apihelp-query+recentchanges-param-namespace": "{{doc-apihelp-param|query+recentchanges|namespace}}",
	"apihelp-query+recentchanges-param-user": "{{doc-apihelp-param|query+recentchanges|user}}",
	"apihelp-query+recentchanges-param-excludeuser": "{{doc-apihelp-param|query+recentchanges|excludeuser}}",
	"apihelp-query+recentchanges-param-tag": "{{doc-apihelp-param|query+recentchanges|tag}}",
	"apihelp-query+recentchanges-param-prop": "{{doc-apihelp-param|query+recentchanges|prop|paramvalues=1}}",
	"apihelp-query+recentchanges-paramvalue-prop-user": "{{doc-apihelp-paramvalue|query+recentchanges|prop|user}}",
	"apihelp-query+recentchanges-paramvalue-prop-userid": "{{doc-apihelp-paramvalue|query+recentchanges|prop|userid}}",
	"apihelp-query+recentchanges-paramvalue-prop-comment": "{{doc-apihelp-paramvalue|query+recentchanges|prop|comment}}",
	"apihelp-query+recentchanges-paramvalue-prop-parsedcomment": "{{doc-apihelp-paramvalue|query+recentchanges|prop|parsedcomment}}",
	"apihelp-query+recentchanges-paramvalue-prop-flags": "{{doc-apihelp-paramvalue|query+recentchanges|prop|flags}}",
	"apihelp-query+recentchanges-paramvalue-prop-timestamp": "{{doc-apihelp-paramvalue|query+recentchanges|prop|timestamp}}",
	"apihelp-query+recentchanges-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+recentchanges|prop|title}}",
	"apihelp-query+recentchanges-paramvalue-prop-ids": "{{doc-apihelp-paramvalue|query+recentchanges|prop|ids}}",
	"apihelp-query+recentchanges-paramvalue-prop-sizes": "{{doc-apihelp-paramvalue|query+recentchanges|prop|sizes}}",
	"apihelp-query+recentchanges-paramvalue-prop-redirect": "{{doc-apihelp-paramvalue|query+recentchanges|prop|redirect}}",
	"apihelp-query+recentchanges-paramvalue-prop-patrolled": "{{doc-apihelp-paramvalue|query+recentchanges|prop|patrolled}}",
	"apihelp-query+recentchanges-paramvalue-prop-autopatrolled": "{{doc-apihelp-paramvalue|query+recentchanges|prop|autopatrolled}}",
	"apihelp-query+recentchanges-paramvalue-prop-loginfo": "{{doc-apihelp-paramvalue|query+recentchanges|prop|loginfo}}",
	"apihelp-query+recentchanges-paramvalue-prop-tags": "{{doc-apihelp-paramvalue|query+recentchanges|prop|tags}}",
	"apihelp-query+recentchanges-paramvalue-prop-sha1": "{{doc-apihelp-paramvalue|query+recentchanges|prop|sha1}}",
	"apihelp-query+recentchanges-param-token": "{{doc-apihelp-param|query+recentchanges|token}}",
	"apihelp-query+recentchanges-param-show": "{{doc-apihelp-param|query+recentchanges|show}}",
	"apihelp-query+recentchanges-param-limit": "{{doc-apihelp-param|query+recentchanges|limit}}",
	"apihelp-query+recentchanges-param-type": "{{doc-apihelp-param|query+recentchanges|type}}",
	"apihelp-query+recentchanges-param-toponly": "{{doc-apihelp-param|query+recentchanges|toponly}}",
	"apihelp-query+recentchanges-param-generaterevisions": "{{doc-apihelp-param|query+recentchanges|generaterevisions}}",
	"apihelp-query+recentchanges-example-simple": "{{doc-apihelp-example|query+recentchanges}}",
	"apihelp-query+recentchanges-example-generator": "{{doc-apihelp-example|query+recentchanges}}",
	"apihelp-query+redirects-summary": "{{doc-apihelp-summary|query+redirects}}",
	"apihelp-query+redirects-param-prop": "{{doc-apihelp-param|query+redirects|prop|paramvalues=1}}",
	"apihelp-query+redirects-paramvalue-prop-pageid": "{{doc-apihelp-paramvalue|query+redirects|prop|pageid}}",
	"apihelp-query+redirects-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+redirects|prop|title}}",
	"apihelp-query+redirects-paramvalue-prop-fragment": "{{doc-apihelp-paramvalue|query+redirects|prop|fragment}}",
	"apihelp-query+redirects-param-namespace": "{{doc-apihelp-param|query+redirects|namespace}}",
	"apihelp-query+redirects-param-limit": "{{doc-apihelp-param|query+redirects|limit}}",
	"apihelp-query+redirects-param-show": "{{doc-apihelp-param|query+redirects|show}}",
	"apihelp-query+redirects-example-simple": "{{doc-apihelp-example|query+redirects}}",
	"apihelp-query+redirects-example-generator": "{{doc-apihelp-example|query+redirects}}",
	"apihelp-query+revisions-summary": "{{doc-apihelp-summary|query+revisions}}",
	"apihelp-query+revisions-extended-description": "{{doc-apihelp-extended-description|query+revisions}}",
	"apihelp-query+revisions-paraminfo-singlepageonly": "{{doc-apihelp-paraminfo|query+revisions|singlepageonly}}",
	"apihelp-query+revisions-param-startid": "{{doc-apihelp-param|query+revisions|startid}}",
	"apihelp-query+revisions-param-endid": "{{doc-apihelp-param|query+revisions|endid}}",
	"apihelp-query+revisions-param-start": "{{doc-apihelp-param|query+revisions|start}}",
	"apihelp-query+revisions-param-end": "{{doc-apihelp-param|query+revisions|end}}",
	"apihelp-query+revisions-param-user": "{{doc-apihelp-param|query+revisions|user}}",
	"apihelp-query+revisions-param-excludeuser": "{{doc-apihelp-param|query+revisions|excludeuser}}",
	"apihelp-query+revisions-param-tag": "{{doc-apihelp-param|query+revisions|tag}}",
	"apihelp-query+revisions-param-token": "{{doc-apihelp-param|query+revisions|token}}",
	"apihelp-query+revisions-example-content": "{{doc-apihelp-example|query+revisions}}",
	"apihelp-query+revisions-example-last5": "{{doc-apihelp-example|query+revisions}}",
	"apihelp-query+revisions-example-first5": "{{doc-apihelp-example|query+revisions}}",
	"apihelp-query+revisions-example-first5-after": "{{doc-apihelp-example|query+revisions}}",
	"apihelp-query+revisions-example-first5-not-localhost": "{{doc-apihelp-example|query+revisions}}",
	"apihelp-query+revisions-example-first5-user": "{{doc-apihelp-example|query+revisions}}",
	"apihelp-query+revisions+base-param-prop": "{{doc-apihelp-param|query+revisions+base|prop|description=the \"prop\" parameter to revision querying modules|noseealso=1|paramvalues=1}}",
	"apihelp-query+revisions+base-paramvalue-prop-ids": "{{doc-apihelp-paramvalue|query+revisions+base|prop|ids}}",
	"apihelp-query+revisions+base-paramvalue-prop-flags": "{{doc-apihelp-paramvalue|query+revisions+base|prop|flags}}",
	"apihelp-query+revisions+base-paramvalue-prop-timestamp": "{{doc-apihelp-paramvalue|query+revisions+base|prop|timestamp}}",
	"apihelp-query+revisions+base-paramvalue-prop-user": "{{doc-apihelp-paramvalue|query+revisions+base|prop|user}}",
	"apihelp-query+revisions+base-paramvalue-prop-userid": "{{doc-apihelp-paramvalue|query+revisions+base|prop|userid}}",
	"apihelp-query+revisions+base-paramvalue-prop-size": "{{doc-apihelp-paramvalue|query+revisions+base|prop|size}}",
	"apihelp-query+revisions+base-paramvalue-prop-sha1": "{{doc-apihelp-paramvalue|query+revisions+base|prop|sha1}}",
	"apihelp-query+revisions+base-paramvalue-prop-contentmodel": "{{doc-apihelp-paramvalue|query+revisions+base|prop|contentmodel}}",
	"apihelp-query+revisions+base-paramvalue-prop-comment": "{{doc-apihelp-paramvalue|query+revisions+base|prop|comment}}",
	"apihelp-query+revisions+base-paramvalue-prop-parsedcomment": "{{doc-apihelp-paramvalue|query+revisions+base|prop|parsedcomment}}",
	"apihelp-query+revisions+base-paramvalue-prop-content": "{{doc-apihelp-paramvalue|query+revisions+base|prop|content}}",
	"apihelp-query+revisions+base-paramvalue-prop-tags": "{{doc-apihelp-paramvalue|query+revisions+base|prop|tags}}",
	"apihelp-query+revisions+base-paramvalue-prop-parsetree": "{{doc-apihelp-paramvalue|query+revisions+base|prop|parsetree|params=* $1 - Value of the constant CONTENT_MODEL_WIKITEXT|paramstart=2}}",
	"apihelp-query+revisions+base-param-limit": "{{doc-apihelp-param|query+revisions+base|limit|description=the \"limit\" parameter to revision querying modules|noseealso=1}}",
	"apihelp-query+revisions+base-param-expandtemplates": "{{doc-apihelp-param|query+revisions+base|expandtemplates|description=the \"expandtemplates\" parameter to revision querying modules|noseealso=1}}",
	"apihelp-query+revisions+base-param-generatexml": "{{doc-apihelp-param|query+revisions+base|generatexml|description=the \"generatexml\" parameter to revision querying modules|noseealso=1}}",
	"apihelp-query+revisions+base-param-parse": "{{doc-apihelp-param|query+revisions+base|parse|description=the \"parse\" parameter to revision querying modules|noseealso=1}}",
	"apihelp-query+revisions+base-param-section": "{{doc-apihelp-param|query+revisions+base|section|description=the \"section\" parameter to revision querying modules|noseealso=1}}",
	"apihelp-query+revisions+base-param-diffto": "{{doc-apihelp-param|query+revisions+base|diffto|description=the \"diffto\" parameter to revision querying modules|noseealso=1}}",
	"apihelp-query+revisions+base-param-difftotext": "{{doc-apihelp-param|query+revisions+base|difftotext|description=the \"difftotext\" parameter to revision querying modules|noseealso=1}}",
	"apihelp-query+revisions+base-param-difftotextpst": "{{doc-apihelp-param|query+revisions+base|difftotextpst|description=the \"difftotextpst\" parameter to revision querying modules|noseealso=1}}",
	"apihelp-query+revisions+base-param-contentformat": "{{doc-apihelp-param|query+revisions+base|contentformat|description=the \"contentformat\" parameter to revision querying modules|noseealso=1}}",
	"apihelp-query+search-summary": "{{doc-apihelp-summary|query+search}}",
	"apihelp-query+search-param-search": "{{doc-apihelp-param|query+search|search}}",
	"apihelp-query+search-param-namespace": "{{doc-apihelp-param|query+search|namespace}}",
	"apihelp-query+search-param-what": "{{doc-apihelp-param|query+search|what}}",
	"apihelp-query+search-param-info": "{{doc-apihelp-param|query+search|info}}",
	"apihelp-query+search-param-prop": "{{doc-apihelp-param|query+search|prop|paramvalues=1}}",
	"apihelp-query+search-param-qiprofile": "{{doc-apihelp-param|query+search|qiprofile|paramvalues=1}}",
	"apihelp-query+search-paramvalue-prop-size": "{{doc-apihelp-paramvalue|query+search|prop|size}}",
	"apihelp-query+search-paramvalue-prop-wordcount": "{{doc-apihelp-paramvalue|query+search|prop|wordcount}}",
	"apihelp-query+search-paramvalue-prop-timestamp": "{{doc-apihelp-paramvalue|query+search|prop|timestamp}}",
	"apihelp-query+search-paramvalue-prop-snippet": "{{doc-apihelp-paramvalue|query+search|prop|snippet}}",
	"apihelp-query+search-paramvalue-prop-titlesnippet": "{{doc-apihelp-paramvalue|query+search|prop|titlesnippet}}",
	"apihelp-query+search-paramvalue-prop-redirectsnippet": "{{doc-apihelp-paramvalue|query+search|prop|redirectsnippet}}",
	"apihelp-query+search-paramvalue-prop-redirecttitle": "{{doc-apihelp-paramvalue|query+search|prop|redirecttitle}}",
	"apihelp-query+search-paramvalue-prop-sectionsnippet": "{{doc-apihelp-paramvalue|query+search|prop|sectionsnippet}}",
	"apihelp-query+search-paramvalue-prop-sectiontitle": "{{doc-apihelp-paramvalue|query+search|prop|sectiontitle}}",
	"apihelp-query+search-paramvalue-prop-categorysnippet": "{{doc-apihelp-paramvalue|query+search|prop|categorysnippet}}",
	"apihelp-query+search-paramvalue-prop-isfilematch": "{{doc-apihelp-paramvalue|query+search|prop|isfilematch}}",
	"apihelp-query+search-paramvalue-prop-extensiondata": "{{doc-apihelp-paramvalue|query+search|prop|extensiondata}}",
	"apihelp-query+search-paramvalue-prop-score": "{{doc-apihelp-paramvalue|query+search|prop|score}}\n{{Identical|Ignored}}",
	"apihelp-query+search-paramvalue-prop-hasrelated": "{{doc-apihelp-paramvalue|query+search|prop|hasrelated}}\n{{Identical|Ignored}}",
	"apihelp-query+search-param-limit": "{{doc-apihelp-param|query+search|limit}}",
	"apihelp-query+search-param-interwiki": "{{doc-apihelp-param|query+search|interwiki}}",
	"apihelp-query+search-param-backend": "{{doc-apihelp-param|query+search|backend}}",
	"apihelp-query+search-param-enablerewrites": "{{doc-apihelp-param|query+search|enablerewrites}}",
	"apihelp-query+search-example-simple": "{{doc-apihelp-example|query+search}}",
	"apihelp-query+search-example-text": "{{doc-apihelp-example|query+search}}",
	"apihelp-query+search-example-generator": "{{doc-apihelp-example|query+search}}",
	"apihelp-query+siteinfo-summary": "{{doc-apihelp-summary|query+siteinfo}}",
	"apihelp-query+siteinfo-param-prop": "{{doc-apihelp-param|query+siteinfo|prop|paramvalues=1}}",
	"apihelp-query+siteinfo-paramvalue-prop-general": "{{doc-apihelp-paramvalue|query+siteinfo|prop|general}}",
	"apihelp-query+siteinfo-paramvalue-prop-namespaces": "{{doc-apihelp-paramvalue|query+siteinfo|prop|namespaces}}",
	"apihelp-query+siteinfo-paramvalue-prop-namespacealiases": "{{doc-apihelp-paramvalue|query+siteinfo|prop|namespacealiases}}",
	"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases": "{{doc-apihelp-paramvalue|query+siteinfo|prop|specialpagealiases}}",
	"apihelp-query+siteinfo-paramvalue-prop-magicwords": "{{doc-apihelp-paramvalue|query+siteinfo|prop|magicwords}}",
	"apihelp-query+siteinfo-paramvalue-prop-statistics": "{{doc-apihelp-paramvalue|query+siteinfo|prop|statistics}}",
	"apihelp-query+siteinfo-paramvalue-prop-interwikimap": "{{doc-apihelp-paramvalue|query+siteinfo|prop|interwikimap}}",
	"apihelp-query+siteinfo-paramvalue-prop-dbrepllag": "{{doc-apihelp-paramvalue|query+siteinfo|prop|dbrepllag}}",
	"apihelp-query+siteinfo-paramvalue-prop-usergroups": "{{doc-apihelp-paramvalue|query+siteinfo|prop|usergroups}}",
	"apihelp-query+siteinfo-paramvalue-prop-libraries": "{{doc-apihelp-paramvalue|query+siteinfo|prop|libraries}}",
	"apihelp-query+siteinfo-paramvalue-prop-extensions": "{{doc-apihelp-paramvalue|query+siteinfo|prop|extensions}}",
	"apihelp-query+siteinfo-paramvalue-prop-fileextensions": "{{doc-apihelp-paramvalue|query+siteinfo|prop|fileextensions}}",
	"apihelp-query+siteinfo-paramvalue-prop-rightsinfo": "{{doc-apihelp-paramvalue|query+siteinfo|prop|rightsinfo}}",
	"apihelp-query+siteinfo-paramvalue-prop-restrictions": "{{doc-apihelp-paramvalue|query+siteinfo|prop|restrictions}}",
	"apihelp-query+siteinfo-paramvalue-prop-languages": "{{doc-apihelp-paramvalue|query+siteinfo|prop|languages}}",
	"apihelp-query+siteinfo-paramvalue-prop-languagevariants": "{{doc-apihelp-paramvalue|query+siteinfo|prop|languagevariants}}",
	"apihelp-query+siteinfo-paramvalue-prop-skins": "{{doc-apihelp-paramvalue|query+siteinfo|prop|skins}}",
	"apihelp-query+siteinfo-paramvalue-prop-extensiontags": "{{doc-apihelp-paramvalue|query+siteinfo|prop|extensiontags}}",
	"apihelp-query+siteinfo-paramvalue-prop-functionhooks": "{{doc-apihelp-paramvalue|query+siteinfo|prop|functionhooks}}",
	"apihelp-query+siteinfo-paramvalue-prop-showhooks": "{{doc-apihelp-paramvalue|query+siteinfo|prop|showhooks}}",
	"apihelp-query+siteinfo-paramvalue-prop-variables": "{{doc-apihelp-paramvalue|query+siteinfo|prop|variables}}",
	"apihelp-query+siteinfo-paramvalue-prop-protocols": "{{doc-apihelp-paramvalue|query+siteinfo|prop|protocols}}",
	"apihelp-query+siteinfo-paramvalue-prop-defaultoptions": "{{doc-apihelp-paramvalue|query+siteinfo|prop|defaultoptions}}",
	"apihelp-query+siteinfo-paramvalue-prop-uploaddialog": "{{doc-apihelp-paramvalue|query+siteinfo|prop|uploaddialog}}",
	"apihelp-query+siteinfo-param-filteriw": "{{doc-apihelp-param|query+siteinfo|filteriw}}",
	"apihelp-query+siteinfo-param-showalldb": "{{doc-apihelp-param|query+siteinfo|showalldb}}",
	"apihelp-query+siteinfo-param-numberingroup": "{{doc-apihelp-param|query+siteinfo|numberingroup}}",
	"apihelp-query+siteinfo-param-inlanguagecode": "{{doc-apihelp-param|query+siteinfo|inlanguagecode}}",
	"apihelp-query+siteinfo-example-simple": "{{doc-apihelp-example|query+siteinfo}}",
	"apihelp-query+siteinfo-example-interwiki": "{{doc-apihelp-example|query+siteinfo}}",
	"apihelp-query+siteinfo-example-replag": "{{doc-apihelp-example|query+siteinfo}}",
	"apihelp-query+stashimageinfo-summary": "{{doc-apihelp-summary|query+stashimageinfo}}",
	"apihelp-query+stashimageinfo-param-filekey": "{{doc-apihelp-param|query+stashimageinfo|filekey}}",
	"apihelp-query+stashimageinfo-param-sessionkey": "{{doc-apihelp-param|query+stashimageinfo|sessionkey}}",
	"apihelp-query+stashimageinfo-example-simple": "{{doc-apihelp-example|query+stashimageinfo}}",
	"apihelp-query+stashimageinfo-example-params": "{{doc-apihelp-example|query+stashimageinfo}}",
	"apihelp-query+tags-summary": "{{doc-apihelp-summary|query+tags}}",
	"apihelp-query+tags-param-limit": "{{doc-apihelp-param|query+tags|limit}}",
	"apihelp-query+tags-param-prop": "{{doc-apihelp-param|query+tags|prop|paramvalues=1}}",
	"apihelp-query+tags-paramvalue-prop-name": "{{doc-apihelp-paramvalue|query+tags|prop|name}}",
	"apihelp-query+tags-paramvalue-prop-displayname": "{{doc-apihelp-paramvalue|query+tags|prop|displayname}}",
	"apihelp-query+tags-paramvalue-prop-description": "{{doc-apihelp-paramvalue|query+tags|prop|description}}",
	"apihelp-query+tags-paramvalue-prop-hitcount": "{{doc-apihelp-paramvalue|query+tags|prop|hitcount}}",
	"apihelp-query+tags-paramvalue-prop-defined": "{{doc-apihelp-paramvalue|query+tags|prop|defined}}",
	"apihelp-query+tags-paramvalue-prop-source": "{{doc-apihelp-paramvalue|query+tags|prop|source}}",
	"apihelp-query+tags-paramvalue-prop-active": "{{doc-apihelp-paramvalue|query+tags|prop|active}}",
	"apihelp-query+tags-example-simple": "{{doc-apihelp-example|query+tags}}",
	"apihelp-query+templates-summary": "{{doc-apihelp-summary|query+templates}}",
	"apihelp-query+templates-param-namespace": "{{doc-apihelp-param|query+templates|namespace}}",
	"apihelp-query+templates-param-limit": "{{doc-apihelp-param|query+templates|limit}}",
	"apihelp-query+templates-param-templates": "{{doc-apihelp-param|query+templates|templates}}",
	"apihelp-query+templates-param-dir": "{{doc-apihelp-param|query+templates|dir}}",
	"apihelp-query+templates-example-simple": "{{doc-apihelp-example|query+templates}}",
	"apihelp-query+templates-example-generator": "{{doc-apihelp-example|query+templates}}",
	"apihelp-query+templates-example-namespaces": "{{doc-apihelp-example|query+templates}}",
	"apihelp-query+tokens-summary": "{{doc-apihelp-summary|query+tokens}}",
	"apihelp-query+tokens-param-type": "{{doc-apihelp-param|query+tokens|type}}",
	"apihelp-query+tokens-example-simple": "{{doc-apihelp-example|query+tokens}}",
	"apihelp-query+tokens-example-types": "{{doc-apihelp-example|query+tokens}}",
	"apihelp-query+transcludedin-summary": "{{doc-apihelp-summary|query+transcludedin}}",
	"apihelp-query+transcludedin-param-prop": "{{doc-apihelp-param|query+transcludedin|prop|paramvalues=1}}",
	"apihelp-query+transcludedin-paramvalue-prop-pageid": "{{doc-apihelp-paramvalue|query+transcludedin|prop|pageid}}",
	"apihelp-query+transcludedin-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+transcludedin|prop|title}}",
	"apihelp-query+transcludedin-paramvalue-prop-redirect": "{{doc-apihelp-paramvalue|query+transcludedin|prop|redirect}}",
	"apihelp-query+transcludedin-param-namespace": "{{doc-apihelp-param|query+transcludedin|namespace}}",
	"apihelp-query+transcludedin-param-limit": "{{doc-apihelp-param|query+transcludedin|limit}}",
	"apihelp-query+transcludedin-param-show": "{{doc-apihelp-param|query+transcludedin|show}}",
	"apihelp-query+transcludedin-example-simple": "{{doc-apihelp-example|query+transcludedin}}",
	"apihelp-query+transcludedin-example-generator": "{{doc-apihelp-example|query+transcludedin}}",
	"apihelp-query+usercontribs-summary": "{{doc-apihelp-summary|query+usercontribs}}",
	"apihelp-query+usercontribs-param-limit": "{{doc-apihelp-param|query+usercontribs|limit}}",
	"apihelp-query+usercontribs-param-start": "{{doc-apihelp-param|query+usercontribs|start}}",
	"apihelp-query+usercontribs-param-end": "{{doc-apihelp-param|query+usercontribs|end}}",
	"apihelp-query+usercontribs-param-user": "{{doc-apihelp-param|query+usercontribs|user}}",
	"apihelp-query+usercontribs-param-userprefix": "{{doc-apihelp-param|query+usercontribs|userprefix}}",
	"apihelp-query+usercontribs-param-userids": "{{doc-apihelp-param|query+usercontribs|userids}}",
	"apihelp-query+usercontribs-param-namespace": "{{doc-apihelp-param|query+usercontribs|namespace}}",
	"apihelp-query+usercontribs-param-prop": "{{doc-apihelp-param|query+usercontribs|prop|paramvalues=1}}",
	"apihelp-query+usercontribs-paramvalue-prop-ids": "{{doc-apihelp-paramvalue|query+usercontribs|prop|ids}}",
	"apihelp-query+usercontribs-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+usercontribs|prop|title}}",
	"apihelp-query+usercontribs-paramvalue-prop-timestamp": "{{doc-apihelp-paramvalue|query+usercontribs|prop|timestamp}}",
	"apihelp-query+usercontribs-paramvalue-prop-comment": "{{doc-apihelp-paramvalue|query+usercontribs|prop|comment}}",
	"apihelp-query+usercontribs-paramvalue-prop-parsedcomment": "{{doc-apihelp-paramvalue|query+usercontribs|prop|parsedcomment}}",
	"apihelp-query+usercontribs-paramvalue-prop-size": "{{doc-apihelp-paramvalue|query+usercontribs|prop|size}}",
	"apihelp-query+usercontribs-paramvalue-prop-sizediff": "{{doc-apihelp-paramvalue|query+usercontribs|prop|sizediff}}",
	"apihelp-query+usercontribs-paramvalue-prop-flags": "{{doc-apihelp-paramvalue|query+usercontribs|prop|flags}}",
	"apihelp-query+usercontribs-paramvalue-prop-patrolled": "{{doc-apihelp-paramvalue|query+usercontribs|prop|patrolled}}",
	"apihelp-query+usercontribs-paramvalue-prop-autopatrolled": "{{doc-apihelp-paramvalue|query+usercontribs|prop|autopatrolled}}",
	"apihelp-query+usercontribs-paramvalue-prop-tags": "{{doc-apihelp-paramvalue|query+usercontribs|prop|tags}}",
	"apihelp-query+usercontribs-param-show": "{{doc-apihelp-param|query+usercontribs|show|params=* $1 - Value of [[mw:Manual:$RCMaxAge|$RCMaxAge]]|paramstart=2}}",
	"apihelp-query+usercontribs-param-tag": "{{doc-apihelp-param|query+usercontribs|tag}}",
	"apihelp-query+usercontribs-param-toponly": "{{doc-apihelp-param|query+usercontribs|toponly}}",
	"apihelp-query+usercontribs-example-user": "{{doc-apihelp-example|query+usercontribs}}",
	"apihelp-query+usercontribs-example-ipprefix": "{{doc-apihelp-example|query+usercontribs}}",
	"apihelp-query+userinfo-summary": "{{doc-apihelp-summary|query+userinfo}}",
	"apihelp-query+userinfo-param-prop": "{{doc-apihelp-param|query+userinfo|prop|paramvalues=1}}",
	"apihelp-query+userinfo-paramvalue-prop-blockinfo": "{{doc-apihelp-paramvalue|query+userinfo|prop|blockinfo}}",
	"apihelp-query+userinfo-paramvalue-prop-hasmsg": "{{doc-apihelp-paramvalue|query+userinfo|prop|hasmsg}}",
	"apihelp-query+userinfo-paramvalue-prop-groups": "{{doc-apihelp-paramvalue|query+userinfo|prop|groups}}",
	"apihelp-query+userinfo-paramvalue-prop-groupmemberships": "{{doc-apihelp-paramvalue|query+userinfo|prop|groupmemberships}}",
	"apihelp-query+userinfo-paramvalue-prop-implicitgroups": "{{doc-apihelp-paramvalue|query+userinfo|prop|implicitgroups}}",
	"apihelp-query+userinfo-paramvalue-prop-rights": "{{doc-apihelp-paramvalue|query+userinfo|prop|rights}}",
	"apihelp-query+userinfo-paramvalue-prop-changeablegroups": "{{doc-apihelp-paramvalue|query+userinfo|prop|changeablegroups}}",
	"apihelp-query+userinfo-paramvalue-prop-options": "{{doc-apihelp-paramvalue|query+userinfo|prop|options}}",
	"apihelp-query+userinfo-paramvalue-prop-preferencestoken": "{{doc-apihelp-paramvalue|query+userinfo|prop|preferencestoken}}\n{{doc-important|You can translate the word \"Deprecated\", but please do not alter the <code><nowiki>class=\"apihelp-deprecated\"</nowiki></code> attribute}}",
	"apihelp-query+userinfo-paramvalue-prop-editcount": "{{doc-apihelp-paramvalue|query+userinfo|prop|editcount}}",
	"apihelp-query+userinfo-paramvalue-prop-ratelimits": "{{doc-apihelp-paramvalue|query+userinfo|prop|ratelimits}}",
	"apihelp-query+userinfo-paramvalue-prop-realname": "{{doc-apihelp-paramvalue|query+userinfo|prop|realname}}",
	"apihelp-query+userinfo-paramvalue-prop-email": "{{doc-apihelp-paramvalue|query+userinfo|prop|email}}",
	"apihelp-query+userinfo-paramvalue-prop-acceptlang": "{{doc-apihelp-paramvalue|query+userinfo|prop|acceptlang}}",
	"apihelp-query+userinfo-paramvalue-prop-registrationdate": "{{doc-apihelp-paramvalue|query+userinfo|prop|registrationdate}}",
	"apihelp-query+userinfo-paramvalue-prop-unreadcount": "{{doc-apihelp-paramvalue|query+userinfo|prop|unreadcount|params=* $1 - Maximum value for the \"unreadcount\" property.\n* $2 - Return value when there are more unread pages.|paramstart=3}}",
	"apihelp-query+userinfo-paramvalue-prop-centralids": "{{doc-apihelp-paramvalue|query+userinfo|prop|centralids}}",
	"apihelp-query+userinfo-param-attachedwiki": "{{doc-apihelp-param|query+userinfo|attachedwiki}}",
	"apihelp-query+userinfo-example-simple": "{{doc-apihelp-example|query+userinfo}}",
	"apihelp-query+userinfo-example-data": "{{doc-apihelp-example|query+userinfo}}",
	"apihelp-query+users-summary": "{{doc-apihelp-summary|query+users}}",
	"apihelp-query+users-param-prop": "{{doc-apihelp-param|query+users|prop|paramvalues=1}}",
	"apihelp-query+users-paramvalue-prop-blockinfo": "{{doc-apihelp-paramvalue|query+users|prop|blockinfo}}",
	"apihelp-query+users-paramvalue-prop-groups": "{{doc-apihelp-paramvalue|query+users|prop|groups}}",
	"apihelp-query+users-paramvalue-prop-groupmemberships": "{{doc-apihelp-paramvalue|query+users|prop|groupmemberships}}",
	"apihelp-query+users-paramvalue-prop-implicitgroups": "{{doc-apihelp-paramvalue|query+users|prop|implicitgroups}}",
	"apihelp-query+users-paramvalue-prop-rights": "{{doc-apihelp-paramvalue|query+users|prop|rights}}",
	"apihelp-query+users-paramvalue-prop-editcount": "{{doc-apihelp-paramvalue|query+users|prop|editcount}}",
	"apihelp-query+users-paramvalue-prop-registration": "{{doc-apihelp-paramvalue|query+users|prop|registration}}",
	"apihelp-query+users-paramvalue-prop-emailable": "{{doc-apihelp-paramvalue|query+users|prop|emailable}}",
	"apihelp-query+users-paramvalue-prop-gender": "{{doc-apihelp-paramvalue|query+users|prop|gender}}",
	"apihelp-query+users-paramvalue-prop-centralids": "{{doc-apihelp-paramvalue|query+users|prop|centralids}}",
	"apihelp-query+users-paramvalue-prop-cancreate": "{{doc-apihelp-paramvalue|query+users|prop|cancreate}}",
	"apihelp-query+users-param-attachedwiki": "{{doc-apihelp-param|query+users|attachedwiki}}",
	"apihelp-query+users-param-users": "{{doc-apihelp-param|query+users|users}}",
	"apihelp-query+users-param-userids": "{{doc-apihelp-param|query+users|userids}}",
	"apihelp-query+users-param-token": "{{doc-apihelp-param|query+users|token}}",
	"apihelp-query+users-example-simple": "{{doc-apihelp-example|query+users}}",
	"apihelp-query+watchlist-summary": "{{doc-apihelp-summary|query+watchlist}}",
	"apihelp-query+watchlist-param-allrev": "{{doc-apihelp-param|query+watchlist|allrev}}",
	"apihelp-query+watchlist-param-start": "{{doc-apihelp-param|query+watchlist|start}}",
	"apihelp-query+watchlist-param-end": "{{doc-apihelp-param|query+watchlist|end}}",
	"apihelp-query+watchlist-param-namespace": "{{doc-apihelp-param|query+watchlist|namespace}}",
	"apihelp-query+watchlist-param-user": "{{doc-apihelp-param|query+watchlist|user}}",
	"apihelp-query+watchlist-param-excludeuser": "{{doc-apihelp-param|query+watchlist|excludeuser}}",
	"apihelp-query+watchlist-param-limit": "{{doc-apihelp-param|query+watchlist|limit}}",
	"apihelp-query+watchlist-param-prop": "{{doc-apihelp-param|query+watchlist|prop|paramvalues=1}}",
	"apihelp-query+watchlist-paramvalue-prop-ids": "{{doc-apihelp-paramvalue|query+watchlist|prop|ids}}",
	"apihelp-query+watchlist-paramvalue-prop-title": "{{doc-apihelp-paramvalue|query+watchlist|prop|title}}",
	"apihelp-query+watchlist-paramvalue-prop-flags": "{{doc-apihelp-paramvalue|query+watchlist|prop|flags}}",
	"apihelp-query+watchlist-paramvalue-prop-user": "{{doc-apihelp-paramvalue|query+watchlist|prop|user}}",
	"apihelp-query+watchlist-paramvalue-prop-userid": "{{doc-apihelp-paramvalue|query+watchlist|prop|userid}}",
	"apihelp-query+watchlist-paramvalue-prop-comment": "{{doc-apihelp-paramvalue|query+watchlist|prop|comment}}",
	"apihelp-query+watchlist-paramvalue-prop-parsedcomment": "{{doc-apihelp-paramvalue|query+watchlist|prop|parsedcomment}}",
	"apihelp-query+watchlist-paramvalue-prop-timestamp": "{{doc-apihelp-paramvalue|query+watchlist|prop|timestamp}}",
	"apihelp-query+watchlist-paramvalue-prop-patrol": "{{doc-apihelp-paramvalue|query+watchlist|prop|patrol}}",
	"apihelp-query+watchlist-paramvalue-prop-autopatrol": "{{doc-apihelp-paramvalue|query+watchlist|prop|autopatrol}}",
	"apihelp-query+watchlist-paramvalue-prop-sizes": "{{doc-apihelp-paramvalue|query+watchlist|prop|sizes}}",
	"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp": "{{doc-apihelp-paramvalue|query+watchlist|prop|notificationtimestamp}}",
	"apihelp-query+watchlist-paramvalue-prop-loginfo": "{{doc-apihelp-paramvalue|query+watchlist|prop|loginfo}}",
	"apihelp-query+watchlist-paramvalue-prop-tags": "{{doc-apihelp-paramvalue|query+watchlist|prop|tags}}",
	"apihelp-query+watchlist-param-show": "{{doc-apihelp-param|query+watchlist|show}}",
	"apihelp-query+watchlist-param-type": "{{doc-apihelp-param|query+watchlist|type}}",
	"apihelp-query+watchlist-paramvalue-type-edit": "{{doc-apihelp-paramvalue|query+watchlist|type|edit}}",
	"apihelp-query+watchlist-paramvalue-type-external": "{{doc-apihelp-paramvalue|query+watchlist|type|external}}",
	"apihelp-query+watchlist-paramvalue-type-new": "{{doc-apihelp-paramvalue|query+watchlist|type|new}}",
	"apihelp-query+watchlist-paramvalue-type-log": "{{doc-apihelp-paramvalue|query+watchlist|type|log}}",
	"apihelp-query+watchlist-paramvalue-type-categorize": "{{doc-apihelp-paramvalue|query+watchlist|type|categorize}}",
	"apihelp-query+watchlist-param-owner": "{{doc-apihelp-param|query+watchlist|owner}}",
	"apihelp-query+watchlist-param-token": "{{doc-apihelp-param|query+watchlist|token}}",
	"apihelp-query+watchlist-example-simple": "{{doc-apihelp-example|query+watchlist}}",
	"apihelp-query+watchlist-example-props": "{{doc-apihelp-example|query+watchlist}}",
	"apihelp-query+watchlist-example-allrev": "{{doc-apihelp-example|query+watchlist}}",
	"apihelp-query+watchlist-example-generator": "{{doc-apihelp-example|query+watchlist}}",
	"apihelp-query+watchlist-example-generator-rev": "{{doc-apihelp-example|query+watchlist}}",
	"apihelp-query+watchlist-example-wlowner": "{{doc-apihelp-example|query+watchlist}}",
	"apihelp-query+watchlistraw-summary": "{{doc-apihelp-summary|query+watchlistraw}}",
	"apihelp-query+watchlistraw-param-namespace": "{{doc-apihelp-param|query+watchlistraw|namespace}}",
	"apihelp-query+watchlistraw-param-limit": "{{doc-apihelp-param|query+watchlistraw|limit}}",
	"apihelp-query+watchlistraw-param-prop": "{{doc-apihelp-param|query+watchlistraw|prop|paramvalues=1}}",
	"apihelp-query+watchlistraw-paramvalue-prop-changed": "{{doc-apihelp-paramvalue|query+watchlistraw|prop|changed}}",
	"apihelp-query+watchlistraw-param-show": "{{doc-apihelp-param|query+watchlistraw|show}}",
	"apihelp-query+watchlistraw-param-owner": "{{doc-apihelp-param|query+watchlistraw|owner}}",
	"apihelp-query+watchlistraw-param-token": "{{doc-apihelp-param|query+watchlistraw|token}}",
	"apihelp-query+watchlistraw-param-dir": "{{doc-apihelp-param|query+watchlistraw|dir}}",
	"apihelp-query+watchlistraw-param-fromtitle": "{{doc-apihelp-param|query+watchlistraw|fromtitle}}",
	"apihelp-query+watchlistraw-param-totitle": "{{doc-apihelp-param|query+watchlistraw|totitle}}",
	"apihelp-query+watchlistraw-example-simple": "{{doc-apihelp-example|query+watchlistraw}}",
	"apihelp-query+watchlistraw-example-generator": "{{doc-apihelp-example|query+watchlistraw}}",
	"apihelp-removeauthenticationdata-summary": "{{doc-apihelp-summary|removeauthenticationdata}}",
	"apihelp-removeauthenticationdata-example-simple": "{{doc-apihelp-example|removeauthenticationdata}}",
	"apihelp-resetpassword-summary": "{{doc-apihelp-summary|resetpassword}}",
	"apihelp-resetpassword-extended-description-noroutes": "{{doc-apihelp-extended-description|resetpassword|info=This message is used when no known routes are enabled in <var>[[mw:Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var>.|seealso={{msg-mw|apihelp-resetpassword-extended-description}}}}",
	"apihelp-resetpassword-param-user": "{{doc-apihelp-param|resetpassword|user}}",
	"apihelp-resetpassword-param-email": "{{doc-apihelp-param|resetpassword|email}}",
	"apihelp-resetpassword-example-user": "{{doc-apihelp-example|resetpassword}}",
	"apihelp-resetpassword-example-email": "{{doc-apihelp-example|resetpassword}}",
	"apihelp-revisiondelete-summary": "{{doc-apihelp-summary|revisiondelete}}",
	"apihelp-revisiondelete-param-type": "{{doc-apihelp-param|revisiondelete|type}}",
	"apihelp-revisiondelete-param-target": "{{doc-apihelp-param|revisiondelete|target}}",
	"apihelp-revisiondelete-param-ids": "{{doc-apihelp-param|revisiondelete|ids}}",
	"apihelp-revisiondelete-param-hide": "{{doc-apihelp-param|revisiondelete|hide}}",
	"apihelp-revisiondelete-param-show": "{{doc-apihelp-param|revisiondelete|show}}",
	"apihelp-revisiondelete-param-suppress": "{{doc-apihelp-param|revisiondelete|suppress}}",
	"apihelp-revisiondelete-param-reason": "{{doc-apihelp-param|revisiondelete|reason}}",
	"apihelp-revisiondelete-param-tags": "{{doc-apihelp-param|revisiondelete|tags}}",
	"apihelp-revisiondelete-example-revision": "{{doc-apihelp-example|revisiondelete}}",
	"apihelp-revisiondelete-example-log": "{{doc-apihelp-example|revisiondelete}}",
	"apihelp-rollback-summary": "{{doc-apihelp-summary|rollback}}",
	"apihelp-rollback-extended-description": "{{doc-apihelp-extended-description|rollback}}",
	"apihelp-rollback-param-title": "{{doc-apihelp-param|rollback|title}}",
	"apihelp-rollback-param-pageid": "{{doc-apihelp-param|rollback|pageid}}",
	"apihelp-rollback-param-tags": "{{doc-apihelp-param|rollback|tags}}",
	"apihelp-rollback-param-user": "{{doc-apihelp-param|rollback|user}}",
	"apihelp-rollback-param-summary": "{{doc-apihelp-param|rollback|summary}}",
	"apihelp-rollback-param-markbot": "{{doc-apihelp-param|rollback|markbot}}",
	"apihelp-rollback-param-watchlist": "{{doc-apihelp-param|rollback|watchlist}}",
	"apihelp-rollback-example-simple": "{{doc-apihelp-example|rollback}}",
	"apihelp-rollback-example-summary": "{{doc-apihelp-example|rollback}}",
	"apihelp-rsd-summary": "{{doc-apihelp-summary|rsd}}",
	"apihelp-rsd-example-simple": "{{doc-apihelp-example|rsd}}",
	"apihelp-setnotificationtimestamp-summary": "{{doc-apihelp-summary|setnotificationtimestamp}}",
	"apihelp-setnotificationtimestamp-extended-description": "{{doc-apihelp-extended-description|setnotificationtimestamp}}",
	"apihelp-setnotificationtimestamp-param-entirewatchlist": "{{doc-apihelp-param|setnotificationtimestamp|entirewatchlist}}",
	"apihelp-setnotificationtimestamp-param-timestamp": "{{doc-apihelp-param|setnotificationtimestamp|timestamp}}",
	"apihelp-setnotificationtimestamp-param-torevid": "{{doc-apihelp-param|setnotificationtimestamp|torevid}}",
	"apihelp-setnotificationtimestamp-param-newerthanrevid": "{{doc-apihelp-param|setnotificationtimestamp|newerthanrevid}}",
	"apihelp-setnotificationtimestamp-example-all": "{{doc-apihelp-example|setnotificationtimestamp}}",
	"apihelp-setnotificationtimestamp-example-page": "{{doc-apihelp-example|setnotificationtimestamp}}",
	"apihelp-setnotificationtimestamp-example-pagetimestamp": "{{doc-apihelp-example|setnotificationtimestamp}}",
	"apihelp-setnotificationtimestamp-example-allpages": "{{doc-apihelp-example|setnotificationtimestamp}}",
	"apihelp-setpagelanguage-summary": "{{doc-apihelp-summary|setpagelanguage}}",
	"apihelp-setpagelanguage-extended-description-disabled": "{{doc-apihelp-extended-description|setpagelanguage|info=This message is used when changing the language of a page is not allowed on the wiki because <var>[[mw:Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> is not enabled.|seealso={{msg-mw|apihelp-setpagelanguage-extended-description}}}}",
	"apihelp-setpagelanguage-param-title": "{{doc-apihelp-param|setpagelanguage|title}}",
	"apihelp-setpagelanguage-param-pageid": "{{doc-apihelp-param|setpagelanguage|pageid}}",
	"apihelp-setpagelanguage-param-lang": "{{doc-apihelp-param|setpagelanguage|lang}}",
	"apihelp-setpagelanguage-param-reason": "{{doc-apihelp-param|setpagelanguage|reason}}",
	"apihelp-setpagelanguage-param-tags": "{{doc-apihelp-param|setpagelanguage|tags}}",
	"apihelp-setpagelanguage-example-language": "{{doc-apihelp-example|setpagelanguage}}",
	"apihelp-setpagelanguage-example-default": "{{doc-apihelp-example|setpagelanguage}}",
	"apihelp-stashedit-summary": "{{doc-apihelp-summary|stashedit}}",
	"apihelp-stashedit-extended-description": "{{doc-apihelp-extended-description|stashedit}}",
	"apihelp-stashedit-param-title": "{{doc-apihelp-param|stashedit|title}}",
	"apihelp-stashedit-param-section": "{{doc-apihelp-param|stashedit|section}}",
	"apihelp-stashedit-param-sectiontitle": "{{doc-apihelp-param|stashedit|sectiontitle}}",
	"apihelp-stashedit-param-text": "{{doc-apihelp-param|stashedit|text}}",
	"apihelp-stashedit-param-stashedtexthash": "{{doc-apihelp-param|stashedit|stashedtexthash}}",
	"apihelp-stashedit-param-contentmodel": "{{doc-apihelp-param|stashedit|contentmodel}}",
	"apihelp-stashedit-param-contentformat": "{{doc-apihelp-param|stashedit|contentformat}}",
	"apihelp-stashedit-param-baserevid": "{{doc-apihelp-param|stashedit|baserevid}}",
	"apihelp-stashedit-param-summary": "{{doc-apihelp-param|stashedit|summary}}",
	"apihelp-tag-summary": "{{doc-apihelp-summary|tag}}",
	"apihelp-tag-param-rcid": "{{doc-apihelp-param|tag|rcid}}",
	"apihelp-tag-param-revid": "{{doc-apihelp-param|tag|revid}}",
	"apihelp-tag-param-logid": "{{doc-apihelp-param|tag|logid}}",
	"apihelp-tag-param-add": "{{doc-apihelp-param|tag|add}}",
	"apihelp-tag-param-remove": "{{doc-apihelp-param|tag|remove}}",
	"apihelp-tag-param-reason": "{{doc-apihelp-param|tag|reason}}",
	"apihelp-tag-param-tags": "{{doc-apihelp-param|tag|tags}}",
	"apihelp-tag-example-rev": "{{doc-apihelp-example|tag}}",
	"apihelp-tag-example-log": "{{doc-apihelp-example|tag}}",
	"apihelp-tokens-summary": "{{doc-apihelp-summary|tokens}}",
	"apihelp-tokens-extended-description": "{{doc-apihelp-extended-description|tokens}}",
	"apihelp-tokens-param-type": "{{doc-apihelp-param|tokens|type}}",
	"apihelp-tokens-example-edit": "{{doc-apihelp-example|tokens}}",
	"apihelp-tokens-example-emailmove": "{{doc-apihelp-example|tokens}}",
	"apihelp-unblock-summary": "{{doc-apihelp-summary|unblock}}",
	"apihelp-unblock-param-id": "{{doc-apihelp-param|unblock|id}}",
	"apihelp-unblock-param-user": "{{doc-apihelp-param|unblock|user}}",
	"apihelp-unblock-param-userid": "{{doc-apihelp-param|unblock|userid}}",
	"apihelp-unblock-param-reason": "{{doc-apihelp-param|unblock|reason}}",
	"apihelp-unblock-param-tags": "{{doc-apihelp-param|unblock|tags}}",
	"apihelp-unblock-example-id": "{{doc-apihelp-example|unblock}}",
	"apihelp-unblock-example-user": "{{doc-apihelp-example|unblock}}",
	"apihelp-undelete-summary": "{{doc-apihelp-summary|undelete}}",
	"apihelp-undelete-extended-description": "{{doc-apihelp-extended-description|undelete}}",
	"apihelp-undelete-param-title": "{{doc-apihelp-param|undelete|title}}",
	"apihelp-undelete-param-reason": "{{doc-apihelp-param|undelete|reason}}",
	"apihelp-undelete-param-tags": "{{doc-apihelp-param|undelete|tags}}",
	"apihelp-undelete-param-timestamps": "{{doc-apihelp-param|undelete|timestamps}}",
	"apihelp-undelete-param-fileids": "{{doc-apihelp-param|undelete|fileids}}",
	"apihelp-undelete-param-watchlist": "{{doc-apihelp-param|undelete|watchlist}}",
	"apihelp-undelete-example-page": "{{doc-apihelp-example|undelete}}",
	"apihelp-undelete-example-revisions": "{{doc-apihelp-example|undelete}}",
	"apihelp-unlinkaccount-summary": "{{doc-apihelp-summary|unlinkaccount}}",
	"apihelp-unlinkaccount-example-simple": "{{doc-apihelp-example|unlinkaccount}}",
	"apihelp-upload-summary": "{{doc-apihelp-summary|upload}}",
	"apihelp-upload-extended-description": "{{doc-apihelp-extended-description|upload}}",
	"apihelp-upload-param-filename": "{{doc-apihelp-param|upload|filename}}",
	"apihelp-upload-param-comment": "{{doc-apihelp-param|upload|comment}}",
	"apihelp-upload-param-tags": "{{doc-apihelp-param|upload|tags}}",
	"apihelp-upload-param-text": "{{doc-apihelp-param|upload|text}}",
	"apihelp-upload-param-watch": "{{doc-apihelp-param|upload|watch}}",
	"apihelp-upload-param-watchlist": "{{doc-apihelp-param|upload|watchlist}}",
	"apihelp-upload-param-ignorewarnings": "{{doc-apihelp-param|upload|ignorewarnings}}",
	"apihelp-upload-param-file": "{{doc-apihelp-param|upload|file}}",
	"apihelp-upload-param-url": "{{doc-apihelp-param|upload|url}}",
	"apihelp-upload-param-filekey": "{{doc-apihelp-param|upload|filekey}}",
	"apihelp-upload-param-sessionkey": "{{doc-apihelp-param|upload|sessionkey}}",
	"apihelp-upload-param-stash": "{{doc-apihelp-param|upload|stash}}",
	"apihelp-upload-param-filesize": "{{doc-apihelp-param|upload|filesize}}",
	"apihelp-upload-param-offset": "{{doc-apihelp-param|upload|offset}}",
	"apihelp-upload-param-chunk": "{{doc-apihelp-param|upload|chunk}}",
	"apihelp-upload-param-async": "{{doc-apihelp-param|upload|async}}",
	"apihelp-upload-param-checkstatus": "{{doc-apihelp-param|upload|checkstatus}}",
	"apihelp-upload-example-url": "{{doc-apihelp-example|upload}}",
	"apihelp-upload-example-filekey": "{{doc-apihelp-example|upload}}",
	"apihelp-userrights-summary": "{{doc-apihelp-summary|userrights}}",
	"apihelp-userrights-param-user": "{{doc-apihelp-param|userrights|user}}\n{{Identical|Username}}",
	"apihelp-userrights-param-userid": "{{doc-apihelp-param|userrights|userid}}\n{{Identical|User ID}}",
	"apihelp-userrights-param-add": "{{doc-apihelp-param|userrights|add}}",
	"apihelp-userrights-param-expiry": "{{doc-apihelp-param|userrights|expiry}}",
	"apihelp-userrights-param-remove": "{{doc-apihelp-param|userrights|remove}}",
	"apihelp-userrights-param-reason": "{{doc-apihelp-param|userrights|reason}}",
	"apihelp-userrights-param-tags": "{{doc-apihelp-param|userrights|tags}}",
	"apihelp-userrights-example-user": "{{doc-apihelp-example|userrights}}",
	"apihelp-userrights-example-userid": "{{doc-apihelp-example|userrights}}",
	"apihelp-userrights-example-expiry": "{{doc-apihelp-example|userrights}}",
	"apihelp-validatepassword-summary": "{{doc-apihelp-summary|validatepassword}}",
	"apihelp-validatepassword-extended-description": "{{doc-apihelp-extended-description|validatepassword}}",
	"apihelp-validatepassword-param-password": "{{doc-apihelp-param|validatepassword|password}}",
	"apihelp-validatepassword-param-user": "{{doc-apihelp-param|validatepassword|user}}",
	"apihelp-validatepassword-param-email": "{{doc-apihelp-param|validatepassword|email}}",
	"apihelp-validatepassword-param-realname": "{{doc-apihelp-param|validatepassword|realname}}",
	"apihelp-validatepassword-example-1": "{{doc-apihelp-example|validatepassword}}",
	"apihelp-validatepassword-example-2": "{{doc-apihelp-example|validatepassword}}",
	"apihelp-watch-summary": "{{doc-apihelp-summary|watch}}",
	"apihelp-watch-param-title": "{{doc-apihelp-param|watch|title}}",
	"apihelp-watch-param-unwatch": "{{doc-apihelp-param|watch|unwatch}}",
	"apihelp-watch-example-watch": "{{doc-apihelp-example|watch}}",
	"apihelp-watch-example-unwatch": "{{doc-apihelp-example|watch}}",
	"apihelp-watch-example-generator": "{{doc-apihelp-example|watch}}",
	"apihelp-format-example-generic": "{{doc-apihelp-example|format|params=* $1 - Format name|paramstart=2|noseealso=1}}",
	"apihelp-format-param-wrappedhtml": "{{doc-apihelp-param|format|wrappedhtml|description=the \"wrappedhtml\" parameter in pretty-printing format modules}}",
	"apihelp-json-summary": "{{doc-apihelp-summary|json|seealso=* {{msg-mw|apihelp-jsonfm-summary}}}}",
	"apihelp-json-param-callback": "{{doc-apihelp-param|json|callback}}",
	"apihelp-json-param-utf8": "{{doc-apihelp-param|json|utf8}}",
	"apihelp-json-param-ascii": "{{doc-apihelp-param|json|ascii}}",
	"apihelp-json-param-formatversion": "{{doc-apihelp-param|json|formatversion}}",
	"apihelp-jsonfm-summary": "{{doc-apihelp-summary|jsonfm|seealso=* {{msg-mw|apihelp-json-summary}}}}",
	"apihelp-none-summary": "{{doc-apihelp-summary|none}}",
	"apihelp-php-summary": "{{doc-apihelp-summary|php|seealso=* {{msg-mw|apihelp-phpfm-summary}}}}",
	"apihelp-php-param-formatversion": "{{doc-apihelp-param|php|formatversion}}",
	"apihelp-phpfm-summary": "{{doc-apihelp-summary|phpfm|seealso=* {{msg-mw|apihelp-php-summary}}}}",
	"apihelp-rawfm-summary": "{{doc-apihelp-summary|rawfm|seealso=* {{msg-mw|apihelp-raw-summary}}}}",
	"apihelp-xml-summary": "{{doc-apihelp-summary|xml|seealso=* {{msg-mw|apihelp-xmlfm-summary}}}}",
	"apihelp-xml-param-xslt": "{{doc-apihelp-param|xml|xslt}}",
	"apihelp-xml-param-includexmlnamespace": "{{doc-apihelp-param|xml|includexmlnamespace}}",
	"apihelp-xmlfm-summary": "{{doc-apihelp-summary|xmlfm|seealso=* {{msg-mw|apihelp-xml-summary}}}}",
	"api-format-title": "{{technical}}\nPage title when API output is pretty-printed in HTML.",
	"api-format-prettyprint-header": "{{technical}} Displayed as a header when API output is pretty-printed in HTML, but a post request is received.\n\nParameters:\n* $1 - Format name\n* $2 - Non-pretty-printing module name",
	"api-format-prettyprint-header-only-html": "{{technical}} Displayed as a header when API output is pretty-printed in HTML, but there is no non-html module.\n\nParameters:\n* $1 - Format name",
	"api-format-prettyprint-header-hyperlinked": "{{technical}} Displayed as a header when API output is pretty-printed in HTML.\n\nParameters:\n* $1 - Format name\n* $2 - Non-pretty-printing module name\n* $3 - URL to Non-pretty-printing module",
	"api-format-prettyprint-status": "{{technical}} Displayed as a header when API pretty-printed output is used for a response that uses an unusual HTTP status code.\n\nParameters:\n* $1 - HTTP status code (integer)\n* $2 - Standard English text for the status code.",
	"api-login-fail-aborted": "{{technical}} Displayed as an error when API login fails due to AuthManager requiring user interaction.\n\nSee also:\n* {{msg-mw|api-login-fail-aborted-nobotpw}}",
	"api-login-fail-aborted-nobotpw": "{{technical}} Displayed as an error when API login fails due to AuthManager requiring user interaction. Used when BotPasswords is disabled.\n\nSee also:\n* {{msg-mw|api-login-fail-aborted}}",
	"api-login-fail-badsessionprovider": "{{technical}} Displayed as an error when API login is not possible due to a session provider that doesn't support login.\n\nParameters:\n* $1 - Session type in use that makes it not possible to log in, from a message like {{msg-mw|sessionprovider-mediawiki-session-cookiesessionprovider}}.",
	"api-login-fail-sameorigin": "{{technical}} Displayed as an error when API login is not possible because the request does not enforce the Same-Origin policy.",
	"api-pageset-param-titles": "{{doc-apihelp-param|pageset|titles|description=the \"titles\" parameter in pageset-using modules}}",
	"api-pageset-param-pageids": "{{doc-apihelp-param|pageset|pageids|description=the \"pageids\" parameter in pageset-using modules}}",
	"api-pageset-param-revids": "{{doc-apihelp-param|pageset|revids|description=the \"revids\" parameter in pageset-using modules}}",
	"api-pageset-param-generator": "{{doc-apihelp-param|pageset|generator|description=the \"generator\" parameter in pageset-using modules}}",
	"api-pageset-param-redirects-generator": "{{doc-apihelp-param|pageset|redirects-generator|description=the \"redirects\" parameter in pageset-using modules when the \"generator\" parameter is also available}}",
	"api-pageset-param-redirects-nogenerator": "{{doc-apihelp-param|pageset|redirects-generator|description=the \"redirects\" parameter in pageset-using modules when the \"generator\" parameter is not available}}",
	"api-pageset-param-converttitles": "{{doc-apihelp-param|pageset|converttitles|description=the \"converttitles\" parameter in pageset-using modules|params=* $1 - List of languages with variants|paramstart=2}}",
	"api-help-title": "Page title for the auto-generated help output",
	"api-help-lead": "Text displayed at the top of the API help page",
	"api-help-main-header": "Text for the header of the main module",
	"api-help-undocumented-module": "Text displayed for the summary of a submodule parameter when the module can't be loaded.\n\nParameters:\n* $1 - The module path.",
	"api-help-fallback-description": "{{notranslate}}",
	"api-help-fallback-parameter": "{{notranslate}}",
	"api-help-fallback-example": "{{notranslate}}",
	"api-help-flags": "{{ignored}} Label for the API help flags box\n\nParameters:\n* $1 - Number of flags to be displayed",
	"api-help-flag-deprecated": "Flag displayed for an API module that is deprecated",
	"api-help-flag-internal": "Flag displayed for an API module that is considered internal or unstable",
	"api-help-flag-readrights": "Flag displayed for an API module that requires read rights",
	"api-help-flag-writerights": "Flag displayed for an API module that requires write rights",
	"api-help-flag-mustbeposted": "Flag displayed for an API module that only accepts POST requests",
	"api-help-flag-generator": "Flag displayed for an API module that can be used as a generator",
	"api-help-source": "Displayed in the flags box to indicate the source of an API module.\n\nParameters:\n* $1 - Possibly-localised extension name, or \"MediaWiki\" if it's a core module\n* $2 - Non-localised extension name.\n\nSee also:\n* {{msg-mw|api-help-source-unknown}}",
	"api-help-source-unknown": "Displayed in the flags box to indicate that the source of an API module is not known.\n\nSee also:\n* {{msg-mw|api-help-source}}",
	"api-help-license": "Displayed in the flags box to indicate the license of an API module.\n\nParameters:\n* $1 - Page to link to display the full license text\n* $2 - Display text for the link\n\nSee also:\n* {{msg-mw|api-help-license-noname}}\n* {{msg-mw|api-help-license-unknown}}",
	"api-help-license-noname": "Displayed in the flags box to indicate the license of an API module, when the tag for the license is not known.\n\nParameters:\n* $1 - Page to link to display the full license text\n\nSee also:\n* {{msg-mw|api-help-license}}\n* {{msg-mw|api-help-license-unknown}}",
	"api-help-license-unknown": "Displayed in the flags box to indicate that the license of the API module is not known.\n\nSee also:\n* {{msg-mw|api-help-license}}\n* {{msg-mw|api-help-license-noname}}",
	"api-help-help-urls": "{{ignored}} Label for the API help urls section\n\nParameters:\n* $1 - Number of urls to be displayed",
	"api-help-parameters": "Label for the API help parameters section\n\nParameters:\n* $1 - Number of parameters to be displayed\n{{Identical|Parameter}}",
	"api-help-param-deprecated": "Displayed in the API help for any deprecated parameter\n{{Identical|Deprecated}}",
	"api-help-param-required": "Displayed in the API help for any required parameter",
	"api-help-datatypes-header": "Header for the data type section in the API help output",
	"api-help-datatypes": "{{technical}} {{doc-important|Do not translate or reformat dates inside <nowiki><kbd></kbd></nowiki> or <nowiki><var></var></nowiki> tags}} Documentation of certain API data types\nSee also:\n* [[Special:PrefixIndex/MediaWiki:api-help-param-type]]",
	"api-help-param-type-limit": "{{technical}} {{doc-important|Do not translate text inside &lt;kbd&gt; tags}} Used to indicate that a parameter is a \"limit\" type. Parameters:\n* $1 - Always 1.\nSee also:\n* {{msg-mw|api-help-datatypes}}\n* [[Special:PrefixIndex/MediaWiki:api-help-param-type]]",
	"api-help-param-type-integer": "{{technical}} Used to indicate that a parameter is an integer or list of integers. Parameters:\n* $1 - 1 if the parameter takes one value, 2 if the parameter takes a list of values.\nSee also:\n* {{msg-mw|api-help-datatypes}}\n* [[Special:PrefixIndex/MediaWiki:api-help-param-type]]",
	"api-help-param-type-boolean": "{{technical}} {{doc-important|Do not translate <code>Special:ApiHelp</code> in this message.}} Used to indicate that a parameter is a boolean. Parameters:\n* $1 - Always 1.\nSee also:\n* {{msg-mw|api-help-datatypes}}\n* [[Special:PrefixIndex/MediaWiki:api-help-param-type]]",
	"api-help-param-type-password": "{{ignored}}{{technical}} Used to indicate that a parameter is a password or list of passwords. Parameters:\n* $1 - 1 if the parameter takes one value, 2 if the parameter takes a list of values.\nSee also:\n* {{msg-mw|api-help-datatypes}}\n* [[Special:PrefixIndex/MediaWiki:api-help-param-type]]",
	"api-help-param-type-timestamp": "{{technical}} {{doc-important|Do not translate <code>Special:ApiHelp</code> in this message.}} Used to indicate that a parameter is a timestamp or list of timestamps. Parameters:\n* $1 - 1 if the parameter takes one value, 2 if the parameter takes a list of values.\nSee also:\n* {{msg-mw|api-help-datatypes}}\n* [[Special:PrefixIndex/MediaWiki:api-help-param-type]]",
	"api-help-param-type-user": "{{technical}} Used to indicate that a parameter is a username or list of usernames. Parameters:\n* $1 - 1 if the parameter takes one value, 2 if the parameter takes a list of values.\nSee also:\n* {{msg-mw|api-help-datatypes}}\n* [[Special:PrefixIndex/MediaWiki:api-help-param-type]]",
	"api-help-param-list": "Used to display the possible values for a parameter taking a list of values\n\nParameters:\n* $1 - 1 if the parameter takes one value, 2 if the parameter takes any number of values\n* $2 - Comma-separated list of values, possibly formatted using {{msg-mw|api-help-param-list-can-be-empty}}\n{{Identical|Value}}",
	"api-help-param-list-can-be-empty": "Used to indicate that one of the possible values in the list is the empty string.\n\nParameters:\n* $1 - Number of items in the rest of the list; may be 0\n* $2 - Remainder of the list as a comma-separated string",
	"api-help-param-limit": "Used to display the maximum value of a limit parameter\n\nParameters:\n* $1 - Maximum value",
	"api-help-param-limit2": "Used to display the maximum values of a limit parameter\n\nParameters:\n* $1 - Maximum value without the apihighlimits right\n* $2 - Maximum value with the apihighlimits right",
	"api-help-param-integer-min": "Used to display an integer parameter with a minimum but no maximum value\n\nParameters:\n* $1 - 1 if the parameter takes one value, 2 if the parameter takes any number of values\n* $2 - Minimum value\n* $3 - unused\n\nSee also:\n* {{msg-mw|api-help-param-integer-max}}\n* {{msg-mw|api-help-param-integer-minmax}}",
	"api-help-param-integer-max": "Used to display an integer parameter with a maximum but no minimum value.\n\nParameters:\n* $1 - 1 if the parameter takes one value, 2 if the parameter takes any number of values\n* $2 - (Unused)\n* $3 - Maximum value\nSee also:\n* {{msg-mw|Api-help-param-integer-min}}\n* {{msg-mw|Api-help-param-integer-minmax}}",
	"api-help-param-integer-minmax": "Used to display an integer parameter with a maximum and minimum values\n\nParameters:\n* $1 - 1 if the parameter takes one value, 2 if the parameter takes any number of values\n* $2 - Minimum value\n* $3 - Maximum value\n\nSee also:\n* {{msg-mw|api-help-param-integer-min}}\n* {{msg-mw|api-help-param-integer-max}}",
	"api-help-param-upload": "{{technical}} Used to indicate that an 'upload'-type parameter must be posted as a file upload using multipart/form-data",
	"api-help-param-multi-separate": "Used to indicate how to separate multiple values. Not used with {{msg-mw|api-help-param-list}}.",
	"api-help-param-multi-max": "Used to indicate the maximum number of values accepted for a multi-valued parameter when that value is influenced by the user having apihighlimits right (otherwise {{msg-mw|api-help-param-multi-max-simple}} is used).\n\nParameters:\n* $1 - Maximum value without the apihighlimits right\n* $2 - Maximum value with the apihighlimits right",
	"api-help-param-multi-max-simple": "Used to indicate the maximum number of values accepted for a multi-valued parameter when that value is not influenced by the user having apihighlimits right (otherwise {{msg-mw|api-help-param-multi-max}} is used).\n\nParameters:\n* $1 - Maximum value",
	"api-help-param-multi-all": "Used to indicate what string can be used to specify all possible values of a multi-valued parameter. \n\nParameters:\n* $1 - String to specify all possible values of the parameter",
	"api-help-param-default": "Used to display the default value for an API parameter\n\nParameters:\n* $1 - Default value\n\nSee also:\n* {{msg-mw|api-help-param-default-empty}}\n{{Identical|Default}}",
	"api-help-param-default-empty": "Used to display the default value for an API parameter when that default is an empty value\n\nSee also:\n* {{msg-mw|api-help-param-default}}",
	"api-help-param-token": "{{doc-apihelp-param|description=any 'token' parameter|paramstart=2|params=\n* $1 - Token type|noseealso=1}}",
	"api-help-param-token-webui": "{{doc-apihelp-param|description=additional text for any \"token\" parameter, explaining that web UI tokens are also accepted|noseealso=1}}",
	"api-help-param-disabled-in-miser-mode": "{{doc-apihelp-param|description=any parameter that is disabled when [[mw:Manual:$wgMiserMode|$wgMiserMode]] is set.|noseealso=1}}",
	"api-help-param-limited-in-miser-mode": "{{doc-apihelp-param|description=additional text for any parameter that may cause the module to return few results when [[mw:Manual:$wgMiserMode|$wgMiserMode]] is set.|noseealso=1}}",
	"api-help-param-direction": "{{doc-apihelp-param|description=any standard \"dir\" parameter|noseealso=1}}",
	"api-help-param-continue": "{{doc-apihelp-param|description=any standard \"continue\" parameter, or other parameter with the same semantics|noseealso=1}}",
	"api-help-param-no-description": "Displayed on API parameters that lack any description",
	"api-help-param-maxbytes": "Used to display the maximum allowed length of a parameter, in bytes.",
	"api-help-param-maxchars": "Used to display the maximum allowed length of a parameter, in characters.",
	"api-help-examples": "Label for the API help examples section\n\nParameters:\n* $1 - Number of examples to be displayed\n{{Identical|Example}}",
	"api-help-permissions": "Label for the \"permissions\" section in the main module's help output.\n\nParameters:\n* $1 - Number of permissions displayed\n{{Identical|Permission}}",
	"api-help-permissions-granted-to": "Used to introduce the list of groups each permission is assigned to.\n\nParameters:\n* $1 - Number of groups\n* $2 - List of group names, comma-separated",
	"api-help-right-apihighlimits": "{{technical}}{{doc-right|apihighlimits|prefix=api-help}}\nThis message is used instead of {{msg-mw|right-apihighlimits}} in the API help to display the actual limits.\n\nParameters:\n* $1 - Limit for slow queries\n* $2 - Limit for fast queries",
	"api-help-open-in-apisandbox": "Text for the link to open an API example in [[Special:ApiSandbox]].",
	"api-help-no-extended-description": "{{notranslate}} Message used when no extended description is provided. Should be empty.",
	"api-help-authmanager-general-usage": "{{doc-important|Do not translate text that either quoted, or inside <nowiki><var></var></nowiki>, <nowiki><kbd></kbd></nowiki>, <nowiki><samp></samp></nowiki>, or <nowiki><code></code></nowiki> in this message.}}\nText giving a brief overview of how to use an AuthManager-using API module. Parameters:\n* $1 - Module parameter prefix, e.g. \"login\"\n* $2 - Module name, e.g. \"clientlogin\"\n* $3 - Module path, e.g. \"clientlogin\"\n* $4 - AuthManager action to use with this module.\n* $5 - Token type needed by the module.",
	"api-help-authmanagerhelper-requests": "{{doc-apihelp-param|description=the \"requests\" parameter for AuthManager-using API modules|params=* $1 - AuthManager action used by this module|paramstart=2|noseealso=1}}",
	"api-help-authmanagerhelper-request": "{{doc-apihelp-param|description=the \"request\" parameter for AuthManager-using API modules|params=* $1 - AuthManager action used by this module|paramstart=2|noseealso=1}}",
	"api-help-authmanagerhelper-messageformat": "{{doc-apihelp-param|description=the \"messageformat\" parameter for AuthManager-using API modules|noseealso=1}}",
	"api-help-authmanagerhelper-mergerequestfields": "{{doc-apihelp-param|description=the \"mergerequestfields\" parameter for AuthManager-using API modules|noseealso=1}}",
	"api-help-authmanagerhelper-preservestate": "{{doc-apihelp-param|description=the \"preservestate\" parameter for AuthManager-using API modules|noseealso=1}}",
	"api-help-authmanagerhelper-returnurl": "{{doc-apihelp-param|description=the \"returnurl\" parameter for AuthManager-using API modules|noseealso=1}}",
	"api-help-authmanagerhelper-continue": "{{doc-apihelp-param|description=the \"continue\" parameter for AuthManager-using API modules|noseealso=1}}",
	"api-help-authmanagerhelper-additional-params": "Message to display for AuthManager modules that take additional parameters to populate AuthenticationRequests. Parameters:\n* $1 - AuthManager action used by this module\n* $2 - Module parameter prefix, e.g. \"login\"\n* $3 - Module name, e.g. \"clientlogin\"\n* $4 - Module path, e.g. \"clientlogin\"",
	"apierror-allimages-redirect": "{{doc-apierror}}",
	"apierror-allpages-generator-redirects": "{{doc-apierror}}",
	"apierror-appendnotsupported": "{{doc-apierror}}\n\nParameters:\n* $1 - Content model",
	"apierror-articleexists": "{{doc-apierror}}",
	"apierror-assertbotfailed": "{{doc-apierror}}",
	"apierror-assertnameduserfailed": "{{doc-apierror}}\n\nParameters:\n* $1 - User name passed in.",
	"apierror-assertuserfailed": "{{doc-apierror}}",
	"apierror-autoblocked": "{{doc-apierror}}",
	"apierror-badconfig-resulttoosmall": "{{doc-apierror}}",
	"apierror-badcontinue": "{{doc-apierror}}",
	"apierror-baddiff": "{{doc-apierror}}",
	"apierror-baddiffto": "{{doc-apierror}}\n\nParameters:\n* $1 - Module parameter prefix, e.g. \"bl\".",
	"apierror-badformat-generic": "{{doc-apierror}}\n\nParameters:\n* $1 - Content format.\n* $2 - Content model.",
	"apierror-badformat": "{{doc-apierror}}\n\nParameters:\n* $1 - Content format.\n* $2 - Content model.\n* $3 - Title using the model.",
	"apierror-badgenerator-notgenerator": "{{doc-apierror}}\n\nParameters:\n* $1 - Generator module name.",
	"apierror-badgenerator-unknown": "{{doc-apierror}}\n\nParameters:\n* $1 - Generator module name.",
	"apierror-badip": "{{doc-apierror}}",
	"apierror-badmd5": "{{doc-apierror}}",
	"apierror-badmodule-badsubmodule": "{{doc-apierror}}\n\nParameters:\n* $1 - Module path.\n* $2 - Submodule name.",
	"apierror-badmodule-nosubmodules": "{{doc-apierror}}\n\nParameters:\n* $1 - Module path.",
	"apierror-badparameter": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.",
	"apierror-badquery": "{{doc-apierror}}",
	"apierror-badtimestamp": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.\n* $2 - Value of the parameter.",
	"apierror-badtoken": "{{doc-apierror}}",
	"apierror-badupload": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.",
	"apierror-badurl": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.\n* $2 - Value of the parameter.",
	"apierror-baduser": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.\n* $2 - Value of the parameter.",
	"apierror-badvalue-notmultivalue": "{{doc-apierror}}",
	"apierror-bad-watchlist-token": "{{doc-apierror}}",
	"apierror-blockedfrommail": "{{doc-apierror}}",
	"apierror-blocked": "{{doc-apierror}}",
	"apierror-botsnotsupported": "{{doc-apierror}}",
	"apierror-cannot-async-upload-file": "{{doc-apierror}}",
	"apierror-cannotreauthenticate": "{{doc-apierror}}",
	"apierror-cannotviewtitle": "{{doc-apierror}}\n\nParameters:\n* $1 - Title.",
	"apierror-cantblock-email": "{{doc-apierror}}",
	"apierror-cantblock": "{{doc-apierror}}",
	"apierror-cantchangecontentmodel": "{{doc-apierror}}",
	"apierror-canthide": "{{doc-apierror}}",
	"apierror-cantimport-upload": "{{doc-apierror}}",
	"apierror-cantimport": "{{doc-apierror}}",
	"apierror-cantoverwrite-sharedfile": "{{doc-apierror}}",
	"apierror-cantsend": "{{doc-apierror}}",
	"apierror-cantundelete": "{{doc-apierror}}",
	"apierror-changeauth-norequest": "{{doc-apierror}}",
	"apierror-chunk-too-small": "{{doc-apierror}}\n\nParameters:\n* $1 - Minimum size in bytes.",
	"apierror-cidrtoobroad": "{{doc-apierror}}\n\nParameters:\n* $1 - \"IPv4\" or \"IPv6\"\n* $2 - Minimum CIDR mask length.",
	"apierror-compare-no-title": "{{doc-apierror}}",
	"apierror-compare-nosuchfromsection": "{{doc-apierror}}\n\nParameters:\n* $1 - Section identifier. Probably a number or \"T-\" followed by a number.",
	"apierror-compare-nosuchtosection": "{{doc-apierror}}\n\nParameters:\n* $1 - Section identifier. Probably a number or \"T-\" followed by a number.",
	"apierror-compare-relative-to-nothing": "{{doc-apierror}}",
	"apierror-contentserializationexception": "{{doc-apierror}}\n\nParameters:\n* $1 - Exception text, may end with punctuation. Currently this is probably English, hopefully we'll fix that in the future.",
	"apierror-contenttoobig": "{{doc-apierror}}\n\nParameters:\n* $1 - Maximum article size in kilobytes.",
	"apierror-copyuploadbaddomain": "{{doc-apierror}}",
	"apierror-copyuploadbadurl": "{{doc-apierror}}",
	"apierror-create-titleexists": "{{doc-apierror}}",
	"apierror-csp-report": "{{doc-apierror}}\n\nParameters:\n* $1 - Error code, e.g. \"toobig\".",
	"apierror-databaseerror": "{{doc-apierror}}\n\nParameters:\n* $1 - Exception log ID code. This is meaningless to the end user, but can be used by people with access to the logs to easily find the logged error.",
	"apierror-deletedrevs-param-not-1-2": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.\n\nSee also:\n* {{msg-mw|apihelp-query+deletedrevs-extended-description}}",
	"apierror-deletedrevs-param-not-3": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.\n\nSee also:\n* {{msg-mw|apihelp-query+deletedrevs-extended-description}}",
	"apierror-emptynewsection": "{{doc-apierror}}",
	"apierror-emptypage": "{{doc-apierror}}",
	"apierror-exceptioncaught": "{{doc-apierror}}\n\nParameters:\n* $1 - Exception log ID code. This is meaningless to the end user, but can be used by people with access to the logs to easily find the logged error.\n* $2 - Exception message, which may end with punctuation. Probably in English.",
	"apierror-filedoesnotexist": "{{doc-apierror}}",
	"apierror-fileexists-sharedrepo-perm": "{{doc-apierror}}",
	"apierror-filenopath": "{{doc-apierror}}",
	"apierror-filetypecannotberotated": "{{doc-apierror}}",
	"apierror-formatphp": "{{doc-apierror}}",
	"apierror-imageusage-badtitle": "{{doc-apierror}}\n\nParameters:\n* $1 - Module name.",
	"apierror-import-unknownerror": "{{doc-apierror}}\n\nParameters:\n* $1 - Error message returned by the import, probably in English.",
	"apierror-integeroutofrange-abovebotmax": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name\n* $2 - Maximum allowed value\n* $3 - Supplied value",
	"apierror-integeroutofrange-abovemax": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name\n* $2 - Maximum allowed value\n* $3 - Supplied value",
	"apierror-integeroutofrange-belowminimum": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name\n* $2 - Minimum allowed value\n* $3 - Supplied value",
	"apierror-invalidcategory": "{{doc-apierror}}",
	"apierror-invalid-chunk": "{{doc-apierror}}",
	"apierror-invalidexpiry": "{{doc-apierror}}\n\nParameters:\n* $1 - Value provided.",
	"apierror-invalid-file-key": "{{doc-apierror}}",
	"apierror-invalidlang": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.",
	"apierror-invalidoldimage": "{{doc-apierror}}",
	"apierror-invalidparammix-cannotusewith": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name or \"parameter=value\" text.\n* $2 - Parameter name or \"parameter=value\" text.",
	"apierror-invalidparammix-mustusewith": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name or \"parameter=value\" text.\n* $2 - Parameter name or \"parameter=value\" text.",
	"apierror-invalidparammix-parse-new-section": "{{doc-apierror}}",
	"apierror-invalidparammix": "{{doc-apierror}}\n\nParameters:\n* $1 - List of parameter names or \"parameter=value\" text.\n* $2 - Number of parameters.",
	"apierror-invalidsection": "{{doc-apierror}}",
	"apierror-invalidsha1base36hash": "{{doc-apierror}}",
	"apierror-invalidsha1hash": "{{doc-apierror}}",
	"apierror-invalidtitle": "{{doc-apierror}}\n\nParameters:\n* $1 - Title that is invalid",
	"apierror-invalidurlparam": "{{doc-apierror}}\n\nParameters:\n* $1 - Module parameter prefix, e.g. \"bl\".\n* $2 - Key\n* $3 - Value.",
	"apierror-invaliduser": "{{doc-apierror}}\n\nParameters:\n* $1 - User name that is invalid.",
	"apierror-invaliduserid": "{{doc-apierror}}",
	"apierror-maxbytes": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.\n* $2 - Maximum allowed bytes.",
	"apierror-maxchars": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.\n* $2 - Maximum allowed characters.",
	"apierror-maxlag-generic": "{{doc-apierror}}\n\nParameters:\n* $1 - Database is lag in seconds.",
	"apierror-maxlag": "{{doc-apierror}}\n\nParameters:\n* $1 - Database lag in seconds.\n* $2 - Database server that is lagged.",
	"apierror-mimesearchdisabled": "{{doc-apierror}}",
	"apierror-missingcontent-pageid": "{{doc-apierror}}\n\nParameters:\n* $1 - Page ID number.",
	"apierror-missingcontent-revid": "{{doc-apierror}}\n\nParameters:\n* $1 - Revision ID number",
	"apierror-missingparam-at-least-one-of": "{{doc-apierror}}\n\nParameters:\n* $1 - List of parameter names.\n* $2 - Number of parameters.",
	"apierror-missingparam-one-of": "{{doc-apierror}}\n\nParameters:\n* $1 - List of parameter names.\n* $2 - Number of parameters.",
	"apierror-missingparam": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.",
	"apierror-missingrev-pageid": "{{doc-apierror}}\n\nParameters:\n* $1 - Page ID number.",
	"apierror-missingrev-title": "{{doc-apierror}}\n\nParameters:\n* $1 - Page title.",
	"apierror-missingtitle-createonly": "{{doc-apierror}}",
	"apierror-missingtitle": "{{doc-apierror}}",
	"apierror-missingtitle-byname": "{{doc-apierror}}",
	"apierror-moduledisabled": "{{doc-apierror}}\n\nParameters:\n* $1 - Name of the module.",
	"apierror-multival-only-one-of": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.\n* $2 - Possible values for the parameter.\n* $3 - Number of values.",
	"apierror-multpages": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name",
	"apierror-mustbeloggedin-changeauth": "{{doc-apierror}}",
	"apierror-mustbeloggedin-generic": "{{doc-apierror}}",
	"apierror-mustbeloggedin-linkaccounts": "{{doc-apierror}}",
	"apierror-mustbeloggedin-removeauth": "{{doc-apierror}}",
	"apierror-mustbeloggedin-uploadstash": "{{doc-apierror}}",
	"apierror-mustbeloggedin": "{{doc-apierror}}\n\nParameters:\n* $1 - One of the action-* messages (for example {{msg-mw|action-edit}}) or other such messages tagged with {{tl|doc-action}} in their documentation\n\nPlease report at [[Support]] if you are unable to properly translate this message. Also see [[phab:T16246]] (now closed) for background.\n\nSee also:\n* {{msg-mw|apierror-permissiondenied}}\n* {{msg-mw|permissionserrorstext-withaction}}",
	"apierror-mustbeposted": "{{doc-apierror}}\n\nParameters:\n* $1 - Module name.",
	"apierror-mustpostparams": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter names.\n* $2 - Number of parameters.",
	"apierror-noapiwrite": "{{doc-apierror}}",
	"apierror-nochanges": "{{doc-apierror}}",
	"apierror-nodeleteablefile": "{{doc-apierror}}",
	"apierror-no-direct-editing": "{{doc-apierror}}\n\nParameters:\n* $1 - Content model.\n* $2 - Title using the model.",
	"apierror-noedit-anon": "{{doc-apierror}}",
	"apierror-noedit": "{{doc-apierror}}",
	"apierror-noimageredirect-anon": "{{doc-apierror}}",
	"apierror-noimageredirect": "{{doc-apierror}}",
	"apierror-nosuchlogid": "{{doc-apierror}}\n\nParameters:\n* $1 - Log ID number.",
	"apierror-nosuchpageid": "{{doc-apierror}}\n\nParameters:\n* $1 - Page ID number.",
	"apierror-nosuchrcid": "{{doc-apierror}}\n\nParameters:\n* $1 - RecentChanges ID number.",
	"apierror-nosuchrevid": "{{doc-apierror}}\n\nParameters:\n* $1 - Revision ID number.",
	"apierror-nosuchsection": "{{doc-apierror}}\n\nParameters:\n* $1 - Section identifier. Probably a number or \"T-\" followed by a number.",
	"apierror-nosuchsection-what": "{{doc-apierror}}\n\nParameters:\n* $1 - Section identifier. Probably a number or \"T-\" followed by a number.\n* $2 - Page title, revision ID formatted with {{msg-mw|revid}}, or page ID formatted with {{msg-mw|pageid}}.",
	"apierror-nosuchuserid": "{{doc-apierror}}",
	"apierror-notarget": "{{doc-apierror}}",
	"apierror-notpatrollable": "{{doc-apierror}}\n\nParameters:\n* $1 - Revision ID number.",
	"apierror-nouploadmodule": "{{doc-apierror}}",
	"apierror-offline": "{{doc-apierror}}\nError message for when files could not be uploaded as a result of bad/lost internet connection.",
	"apierror-opensearch-json-warnings": "{{doc-apierror}}",
	"apierror-pagecannotexist": "{{doc-apierror}}",
	"apierror-pagedeleted": "{{doc-apierror}}",
	"apierror-pagelang-disabled": "{{doc-apierror}}",
	"apierror-paramempty": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.",
	"apierror-parsetree-notwikitext": "{{doc-apierror}}",
	"apierror-parsetree-notwikitext-title": "{{doc-apierror}}\n\nParameters:\n* $1 - Page title.\n* $2 - Content model.",
	"apierror-pastexpiry": "{{doc-apierror}}\n\nParameters:\n* $1 - Supplied expiry time.",
	"apierror-permissiondenied": "{{doc-apierror}}\n\nParameters:\n* $1 - One of the action-* messages (for example {{msg-mw|action-edit}}) or other such messages tagged with {{tl|doc-action}} in their documentation\n\nPlease report at [[Support]] if you are unable to properly translate this message. Also see [[phab:T16246]] (now closed) for background.\n\nSee also:\n* {{msg-mw|permissionserrorstext-withaction}}",
	"apierror-permissiondenied-generic": "{{doc-apierror}}",
	"apierror-permissiondenied-patrolflag": "{{doc-apierror}}\n\nSee also:\n* {{msg-mw|apierror-permissiondenied}}",
	"apierror-permissiondenied-unblock": "{{doc-apierror}}\n\nSee also:\n* {{msg-mw|apierror-permissiondenied}}",
	"apierror-prefixsearchdisabled": "{{doc-apierror}}",
	"apierror-promised-nonwrite-api": "{{doc-apierror}}",
	"apierror-protect-invalidaction": "{{doc-apierror}}\n\nParameters:\n* $1 - Supplied protection type.",
	"apierror-protect-invalidlevel": "{{doc-apierror}}\n\nParameters:\n* $1 - Supplied protection level.",
	"apierror-ratelimited": "{{doc-apierror}}",
	"apierror-readapidenied": "{{doc-apierror}}",
	"apierror-readonly": "{{doc-apierror}}",
	"apierror-reauthenticate": "{{doc-apierror}}",
	"apierror-redirect-appendonly": "{{doc-apierror}}",
	"apierror-revdel-mutuallyexclusive": "{{doc-apierror}}",
	"apierror-revdel-needtarget": "{{doc-apierror}}",
	"apierror-revdel-paramneeded": "{{doc-apierror}}",
	"apierror-revisions-badid": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter in question, e.g. \"rvstartid\".",
	"apierror-revisions-norevids": "{{doc-apierror}}\n\nParameters:\n* $1 - Module parameter prefix, e.g. \"bl\".",
	"apierror-revisions-singlepage": "{{doc-apierror}}\n\nParameters:\n* $1 - Module parameter prefix, e.g. \"bl\".",
	"apierror-revwrongpage": "{{doc-apierror}}\n\nParameters:\n* $1 - Revision ID number.\n* $2 - Page title.",
	"apierror-searchdisabled": "{{doc-apierror}}\n\nParameters:\n* $1 - Search parameter that is disabled.",
	"apierror-sectionreplacefailed": "{{doc-apierror}}",
	"apierror-sectionsnotsupported": "{{doc-apierror}}\n\nParameters:\n* $1 - Content model that doesn't support sections.",
	"apierror-sectionsnotsupported-what": "{{doc-apierror}}\n\nParameters:\n* $1 - Page title, revision ID formatted with {{msg-mw|revid}}, or page ID formatted with {{msg-mw|pageid}}.",
	"apierror-show": "{{doc-apierror}}",
	"apierror-siteinfo-includealldenied": "{{doc-apierror}}",
	"apierror-sizediffdisabled": "{{doc-apierror}}",
	"apierror-spamdetected": "{{doc-apierror}}\n\nParameters:\n* $1 - Matching \"spam filter\".\n\nSee also:\n* {{msg-mw|spamprotectionmatch}}",
	"apierror-specialpage-cantexecute": "{{doc-apierror}}",
	"apierror-stashedfilenotfound": "{{doc-apierror}}\n\nParameters:\n* $1 - Exception text. Currently this is probably English, hopefully we'll fix that in the future.",
	"apierror-stashedit-missingtext": "{{doc-apierror}}",
	"apierror-stashexception": "{{doc-apierror}}\n\nParameters:\n* $1 - Exception text. May be English or localized, may or may not end in punctuation.",
	"apierror-stashfailed-complete": "{{doc-apierror}}",
	"apierror-stashfailed-nosession": "{{doc-apierror}}",
	"apierror-stashfilestorage": "{{doc-apierror}}\n\nParameters:\n* $1 - Exception text, which may already end with punctuation. Currently this is probably English, hopefully we'll fix that in the future.",
	"apierror-stashinvalidfile": "{{doc-apierror}}",
	"apierror-stashnosuchfilekey": "{{doc-apierror}}\n\nParameters:\n* $1 - Exception text. Currently this is probably English, hopefully we'll fix that in the future.",
	"apierror-stashpathinvalid": "{{doc-apierror}}\n\nParameters:\n* $1 - Exception text. Currently this is probably English, hopefully we'll fix that in the future.",
	"apierror-stashwrongowner": "{{doc-apierror}}\n\nParameters:\n* $1 - Exception text, which should already end with punctuation. Currently this is probably English, hopefully we'll fix that in the future.",
	"apierror-stashzerolength": "{{doc-apierror}}\n\nParameters:\n* $1 - Exception text. Currently this is probably English, hopefully we'll fix that in the future.",
	"apierror-systemblocked": "{{doc-apierror}}",
	"apierror-templateexpansion-notwikitext": "{{doc-apierror}}\n\nParameters:\n* $1 - Page title.\n* $2 - Content model.",
	"apierror-timeout": "{{doc-apierror}}\nAPI error message that can be used for client side localisation of API errors.",
	"apierror-toofewexpiries": "{{doc-apierror}}\n\nParameters:\n* $1 - Number provided.\n* $2 - Number needed.",
	"apierror-unknownaction": "{{doc-apierror}}\n\nParameters:\n* $1 - Action provided.",
	"apierror-unknownerror-editpage": "{{doc-apierror}}\n\nParameters:\n* $1 - Error code (an integer).",
	"apierror-unknownerror-nocode": "{{doc-apierror}}",
	"apierror-unknownerror": "{{doc-apierror}}\n\nParameters:\n* $1 - Error code (possibly a message key) not handled by ApiBase::parseMsg().",
	"apierror-unknownformat": "{{doc-apierror}}\n\nParameters:\n* $1 - Format provided.",
	"apierror-unrecognizedparams": "{{doc-apierror}}\n\nParameters:\n* $1 - List of parameters.\n* $2 - Number of parameters.",
	"apierror-unrecognizedvalue": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.\n* $2 - Parameter value.",
	"apierror-unsupportedrepo": "{{doc-apierror}}",
	"apierror-upload-filekeyneeded": "{{doc-apierror}}",
	"apierror-upload-filekeynotallowed": "{{doc-apierror}}",
	"apierror-upload-inprogress": "{{doc-apierror}}",
	"apierror-upload-missingresult": "{{doc-apierror}}",
	"apierror-urlparamnormal": "{{doc-apierror}}\n\nParameters:\n* $1 - Image title.",
	"apierror-writeapidenied": "{{doc-apierror}}",
	"apiwarn-alldeletedrevisions-performance": "{{doc-apierror}}\n\nParameters:\n* $1 - Module parameter prefix, e.g. \"bl\".",
	"apiwarn-badurlparam": "{{doc-apierror}}\n\nParameters:\n* $1 - Module parameter prefix, e.g. \"bl\".\n* $2 - Image title.",
	"apiwarn-badutf8": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.\n{{doc-important|Do not translate \"\\t\", \"\\n\", and \"\\r\"}}",
	"apiwarn-checktoken-percentencoding": "{{doc-apierror}}",
	"apiwarn-compare-nocontentmodel": "{{doc-apierror}}\n\nParameters:\n* $1 - Content model being assumed.",
	"apiwarn-deprecation-deletedrevs": "{{doc-apierror}}",
	"apiwarn-deprecation-expandtemplates-prop": "{{doc-apierror}}",
	"apiwarn-deprecation-httpsexpected": "{{doc-apierror}}",
	"apiwarn-deprecation-login-botpw": "{{doc-apierror}}",
	"apiwarn-deprecation-login-nobotpw": "{{doc-apierror}}",
	"apiwarn-deprecation-login-token": "{{doc-apierror}}",
	"apiwarn-deprecation-parameter": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.",
	"apiwarn-deprecation-parse-headitems": "{{doc-apierror}}",
	"apiwarn-deprecation-purge-get": "{{doc-apierror}}",
	"apiwarn-deprecation-withreplacement": "{{doc-apierror}}\n\nParameters:\n* $1 - Query string fragment that is deprecated, e.g. \"action=tokens\".\n* $2 - Query string fragment to use instead, e.g. \"action=tokens\".",
	"apiwarn-difftohidden": "{{doc-apierror}}\n\nParameters:\n* $1 - Revision ID number.\n\n\"r\" is short for \"revision\". You may translate it.",
	"apiwarn-errorprinterfailed": "{{doc-apierror}}",
	"apiwarn-errorprinterfailed-ex": "{{doc-apierror}}\n\nParameters:\n* $1 - Exception message, which may already end in punctuation. Probably in English.",
	"apiwarn-invalidcategory": "{{doc-apierror}}\n\nParameters:\n* $1 - Supplied category name.",
	"apiwarn-invalidtitle": "{{doc-apierror}}\n\nParameters:\n* $1 - Supplied title.",
	"apiwarn-invalidxmlstylesheetext": "{{doc-apierror}}",
	"apiwarn-invalidxmlstylesheet": "{{doc-apierror}}",
	"apiwarn-invalidxmlstylesheetns": "{{doc-apierror}}",
	"apiwarn-moduleswithoutvars": "{{doc-apierror}}",
	"apiwarn-notfile": "{{doc-apierror}}\n\nParameters:\n* $1 - Supplied file name.",
	"apiwarn-nothumb-noimagehandler": "{{doc-apierror}}\n\nParameters:\n* $1 - File name.",
	"apiwarn-parse-nocontentmodel": "{{doc-apierror}}\n\nParameters:\n* $1 - Content model being assumed.",
	"apiwarn-parse-revidwithouttext": "{{doc-apierror}}",
	"apiwarn-parse-titlewithouttext": "{{doc-apierror}}",
	"apiwarn-redirectsandrevids": "{{doc-apierror}}",
	"apiwarn-tokennotallowed": "{{doc-apierror}}\n\nParameters:\n* $1 - Token type being requested, typically named after the action requiring the token.",
	"apiwarn-tokens-origin": "{{doc-apierror}}",
	"apiwarn-toomanyvalues": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.\n* $2 - Maximum number of values allowed.",
	"apiwarn-truncatedresult": "{{doc-apierror}}\n\nParameters:\n* $1 - Size limit in bytes.",
	"apiwarn-unclearnowtimestamp": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.\n* $2 - Supplied value.",
	"apiwarn-unrecognizedvalues": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.\n* $2 - List of unknown values supplied.\n* $3 - Number of unknown values.",
	"apiwarn-unsupportedarray": "{{doc-apierror}}\n\nParameters:\n* $1 - Parameter name.",
	"apiwarn-urlparamwidth": "{{doc-apierror}}\n\nParameters:\n* $1 - Module parameter prefix, e.g. \"bl\".\n* $2 - Width being ignored.\n* $3 - Width being used.",
	"apiwarn-validationfailed-badchars": "{{doc-apierror}}\n\nUsed with {{msg-mw|apiwarn-validationfailed}}.",
	"apiwarn-validationfailed-badpref": "{{doc-apierror}}\n\nUsed with {{msg-mw|apiwarn-validationfailed}}.",
	"apiwarn-validationfailed-cannotset": "{{doc-apierror}}\n\nUsed with {{msg-mw|apiwarn-validationfailed}}.",
	"apiwarn-validationfailed-keytoolong": "{{doc-apierror}}\n\nUsed with {{msg-mw|apiwarn-validationfailed}}.\n\nParameters:\n* $1 - Maximum allowed key length in bytes.",
	"apiwarn-validationfailed": "{{doc-apierror}}\n\nParameters:\n* $1 - User preference name.\n* $2 - Failure message, such as {{msg-mw|apiwarn-validationfailed-badpref}}. Probably already ends with punctuation",
	"apiwarn-wgDebugAPI": "{{doc-apierror}}",
	"api-feed-error-title": "Used as a feed item title when an error occurs in <kbd>action=feedwatchlist</kbd>.\n\nParameters:\n* $1 - API error code\n{{Identical|Error}}",
	"api-usage-docref": "\n\nParameters:\n* $1 - URL of the API auto-generated documentation.",
	"api-usage-mailinglist-ref": "{{doc-apierror}} Also used in the error response.",
	"api-exception-trace": "\n\nParameters:\n* $1 - Exception class.\n* $2 - File from which the exception was thrown.\n* $3 - Line number from which the exception was thrown.\n* $4 - Exception backtrace.",
	"api-credits-header": "Header for the API credits section in the API help output\n{{Identical|Credit}}",
	"api-credits": "API credits text, displayed in the API help output"
}