Esta es una lista de wikipedistas por número de creaciones de artículos.
Se realiza una vez al mes, el día 1, y tarda entre un día y dos semanas en completarse, dependiendo de la carga.
Para cancelar su suscripción: agregue su nombre a esta página y su posición en la lista aparecerá como "Anónimo".
Para mostrar una plantilla que le ayudará a realizar un seguimiento de este logro, agréguelo a su página de usuario.{{User article count ranking}}
Para una lista alternativa de lo mismo con más datos, consulte Wikiscan.
La creación masiva de artículos que utilicen cualquier tipo de automatización requiere la aprobación de la comunidad. La creación masiva de artículos generalmente puede generar interrupciones. Por lo tanto, el orden de los 100 mejores editores se ha alterado para desalentar la creación masiva por parte de usuarios competitivos que buscan un puesto alto, como convertirse en el editor número uno de Wikipedia.
Para obtener más información, las preguntas frecuentes describen cómo se crea la lista, etc.
Lista
Según la última actualización del 2 de octubre de 2024, hay 6.889.936 páginas del espacio principal creadas por 816.081 usuarios únicos. Los 10.000 usuarios principales crearon 4.687.542 páginas o el 68,0 % de Wikipedia. [1]
3. What if the data is suspect - the numbers don't seem right or my name is missing?
Wait for the next run to confirm. The next run might clear it up. Also compare with prior runs.
4. How does it count creations?
Only pages that exist at the time of list generation are counted, not deleted pages. Because the list is generated by looking at the user associated with the oldest edit to a particular page, it may fail to account for scenarios such as a user creating a redirect that is later expanded by a different user. Or an article creation that is later converted to a redirect.
5. How does it work technically?
Due to the size of Enwiki it does not use SQL queries because of CPU and memory load, rather it is 100% API driven. At the start of each run, it generates the complete list of ~6 million article titles (via API a few hours). For each title, it queries the API to see who made the first revision. This is saved in an index file (comprising two columns, article title and who made it). The purpose of the index is speed so that in future runs it doesn't have to check the API for every article because the article creator doesn't change and only needs to be determined 1 time. The next time it runs, it generates a new list of ~6 million article titles and for each checks to see if the article is in the index from the previous run, and if not (ie. a new article or renamed), retrieves the creator data from the API and adds it to the index (this takes 12-48 hours). Likewise any deleted pages (in the old index but not the new list) are removed from the index. It then counts the index and posts the top 10,000. It operates in under 40MB of memory because it doesn't hold the full list of users in memory, and doesn't load the full index into memory (via merge sort). As such it can scale indefinitely as Wikipedia grows in size and is easy on WikiMedia resources.
6. How can I watchlist the list?
Watchlist one of the sub-pages such as WP:List of Wikipedians by article count/1–1000. Watchlisting this page (WP:List of Wikipedians by article count) will not work since regular updates are made to the sub-pages which are transcluded into this one.
7. Where does it run?
It runs on a computer at my personal lab. It previously ran on Toolforge, but after 2023, they changed from the Grid to Containers, so I moved all my tools off Toolforge. The bot is designed to crash and restart without loss of data mid-process, so any temporary problems with the home system will not be noticed. In practice, my home system is more stable than Toolforge was.
The GitHub page.
8. How long does it take?
In most cases it should finish in no more than 48hrs. If building an index for the first time up to 7 days or more. Periodically the index will be purged and rebuilt to account for username renames.
En abril de 2021 se planteó la inquietud de que el objetivo de ser el número uno podría dar lugar a una competencia poco saludable o a un egocentrismo que puede llevar a prácticas de edición cuestionables, como la creación de fragmentos de código con la ayuda de máquinas. ¿Eso llevaría al mismo problema si se estuviera entre los 100 primeros? Es posible, pero el software se puede ajustar al Top 500 o a lo que sea necesario. A menos que no haya ninguna lista, no existe una solución perfecta, pero esto ayuda a restar importancia a la posición número uno. Esta es una opción del software que se puede desactivar.
11. ¿Funciona con wikis de otros idiomas?
¡Sí! Fue diseñado con eso en mente. Comuníquese con la página de discusión para configurarlo. Actualmente funciona en Enwiki, Trwiki y Slwiki. La función de los 100 mejores que se analiza en la pregunta frecuente n.° 10 se puede habilitar o deshabilitar.
^ Como regla general, el 20 % superior de los usuarios creará aproximadamente el 80 % de los artículos según la regla 80/20 . Por ejemplo, a partir de octubre de 2019, el 20 % superior creó el 88 % de los artículos.
Enlaces externos
https://xtools.wmcloud.org/pages – La herramienta de creación de páginas de X!