User:Sheep8144402/linter errors
Ever since May 4 I decided to join the group of "linter wikignomes" to fix linter errors. I don't know how many exactly there are, but there are millions in total that are present on pages.
Regarding the total linter errors I fixed, this number does NOT accumulate if I fix linter errors I created. Also in cases the edit is reverted (for example in this case), the amount accumulated is reverted as well.
I've fixed approx. 420k linter errors (not including task 2 lint fixing) across my entire WP career here.
Some Linter wikignomes I know (ofc)
editHistory
editResults are taken from Wikipedia talk:Linter and this linter error counter.
Outstanding linter errors | Errors fixed/day |
---|---|
21m | - |
20m | 45512 (21d 23h 20m) |
19m | 43401 (23d 59m) |
18m | 26671 (37d 11h 51m) |
17m | 21438 (46d 15h 30m) |
16m | 35216 (28d 9h 30m) |
15m | 55812 (17d 22h 1m) |
14m | 67656 (14d 18h 44m) |
13m | 38311 (26d 2h 27m) |
12m | 33941 (29d 11h 6m) |
11m | 16427 (60d 21h 1m) |
10m | 52632 (19d 3h 58m) |
9m | 35920 (27d 20h 9m) |
8m | 6536 (153d 5h 23m) |
7m | 103679 (9d 15h 29m) |
6m | 102128 (9d 19h) |
5m | 103115 (9d 16h 45m) |
4m | 48144 (20d 18h 30m) |
3.76m+ | Not calculated yet |
Linter errors by project
edit# | Wikimedia project | Linter errors | As of |
---|---|---|---|
1 | viwiki | 30.83m | 2022-10-28 13:35:58 |
2 | enwiki | 8.89m | 2022-10-28 13:47:14 |
3 | commonswiki | 5.74m | 2022-10-28 13:48:52 |
4 | ptwiki | 2.54m | 2022-10-28 13:35:24 |
5 | zhwiki | 2.19m | 2022-10-28 13:35:24 |
6 | arwiki | 1.95m | 2022-10-28 13:35:23 |
7 | ruwiki | 1m | 2022-10-28 13:35:17 |
8 | metawiki | 895.53k | 2022-10-28 13:48:13 |
9 | srwiki | 841.21k | 2022-10-28 13:55:15 |
10 | plwiki | 528.66k | 2022-10-28 13:55:13 |
11 | simplewiki | 253.48k | 2022-10-28 13:55:11 |
12 | dewiki | 110.25k | 2022-10-28 13:55:11 |
13 | wikidatawiki | 60.14k | 2022-10-28 13:48:09 |
14 | enwiktionary | 50.04k | 2022-10-28 13:48:10 |
15 | enwikivoyage | 28.98k | 2022-10-28 13:48:09 |
Linter errors I mostly attempt to fix
editAmount fixed if there's one type I have to fix may be shown in my edit summary, as [fix linter errors (type, if there's only one type involved)].
I may add more to this list if I can identify more patterns of this category.
- Obsolete font tags:
- <font color="(color)">(text)</font> --> <span style="color:(color);">(text)</span>
- <sup>[[(text)|<font color="(color)">(text)</font>]]</sup> --> [[(text)|<sup style="color:(color);">(text)</sup>]]
- <font face="(font)">(text)</font> --> <span style="font-family:(font);">(text)</span>
- <font size="(size)">(text)</font> --> <span style="font-size:(font size);">(text)</span>
- <font size="1">(text)</font> --> <span style="font-size:x-small;">(text)</span>
- <font size="2">(text)</font> --> <span style="font-size:small;">(text)</span>
- <font size="3">(text)</font> --> <span style="font-size:medium;">(text)</span>
- <font size="4">(text)</font> --> <span style="font-size:large;">(text)</span>
- <font size="5">(text)</font> --> <span style="font-size:x-large;">(text)</span>
- <font size="6">(text)</font> --> <span style="font-size:xx-large;">(text)</span>
- <font size="7">(text)</font> --> <span style="font-size:xxx-large;">(text)</span>
- <font size="-2">(text)</font> --> <span style="font-size:x-small;">(text)</span>
- <font size="-1">(text)</font> --> <span style="font-size:small;">(text)</span>
- <font size="+1">(text)</font> --> <span style="font-size:large;">(text)</span>
- <font size="+2">(text)</font> --> <span style="font-size:x-large;">(text)</span>