Dablinks for the Monthly Dab Challenge Created Last Month

The current time is January 18, 2025, 1:47 UTC.

             SELECT a.dab_id AS dab_id,
                    a.dab_title AS dab_title,
                    count(*) AS count,
                    lc_amnt AS all_count
               FROM all_dab_links_basic a, monthly_list_count
              WHERE a.dab_id = lc_id
                AND EXISTS
                      (
                       SELECT 1
                         FROM monthly_list_full b
                        WHERE a.dab_id = b.dab_id
                          AND a.article_id = b.article_id
                      )
                AND EXISTS
                      (
                       SELECT 1
                         FROM all_dab_links c
                        WHERE a.dab_id = c.dab_id
                          AND a.article_id = c.article_id
                          AND dab_date LIKE '202412%'
                      )
              GROUP BY a.dab_id
              ORDER BY count DESC, dab_title
         LIMIT 51

Showing below up to 50 results starting with #1.

View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500)

   1. Bengali wedding (19 new links of 19)
   2. Alianza (5 new links of 5)
   3. Koshare (5 new links of 5)
   4. Betweenness (4 new links of 4)
   5. Chic (disambiguation) (4 new links of 4)
   6. Imam Ali Mosque (4 new links of 4)
   7. Latinisation (4 new links of 4)
   8. Mahbubur Rahman (4 new links of 4)
   9. San Francesco d'Assisi (4 new links of 4)
   10. Arjun (3 new links of 3)
   11. Chen Hui (3 new links of 3)
   12. Enlightenment (3 new links of 3)
   13. Fancy Dance (3 new links of 3)
   14. Freeman (3 new links of 3)
   15. Habib ur Rahman (3 new links of 3)
   16. Hooghly (3 new links of 3)
   17. Ist (3 new links of 3)
   18. János Bókay (3 new links of 3)
   19. Kingdom (3 new links of 3)
   20. Lee Seung-hoon (3 new links of 3)
   21. Mikhail Mikhailovich Ivanov (3 new links of 3)
   22. Nebridius (3 new links of 3)
   23. Original Sin (disambiguation) (3 new links of 3)
   24. Orthodox (3 new links of 3)
   25. Rudolf of Habsburg (3 new links of 3)
   26. Sadism (3 new links of 3)
   27. Shaheed Minar (3 new links of 5)
   28. Spirit animal (3 new links of 3)
   29. Sunday Night Football (3 new links of 3)
   30. 1st Division (2 new links of 2)
   31. Act (2 new links of 2)
   32. Adolf-Hitler-Platz (2 new links of 2)
   33. Al Qastal (2 new links of 2)
   34. Alkylamines (2 new links of 2)
   35. Alok Kumar (2 new links of 2)
   36. American Indians (2 new links of 2)
   37. Anthropogenic (2 new links of 2)
   38. Antony (2 new links of 2)
   39. Arzhan (2 new links of 2)
   40. Associate (2 new links of 2)
   41. BJD (2 new links of 2)
   42. Bauernbund (2 new links of 2)
   43. Big Four (2 new links of 2)
   44. Buffalo (2 new links of 2)
   45. CBS Records (2 new links of 3)
   46. CED (2 new links of 2)
   47. CID (2 new links of 2)
   48. CV (2 new links of 2)
   49. Caesarea (2 new links of 2)
   50. Cassa (2 new links of 2)

View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500)



Contact: the bot discussion page on the English Wikipedia.
Source code available here.