Dablinks for the Monthly Dab Challenge Created Last Month

The current time is May 8, 2024, 20:18 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 '202404%'
                      )
              GROUP BY a.dab_id
              ORDER BY count DESC, dab_title
         LIMIT 50, 21

Showing below up to 20 results starting with #51.

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

   51. American Fiction (2 new links of 2)
   52. Anabela Rodrigues (2 new links of 2)
   53. Anaphora (2 new links of 2)
   54. Anesthetize (disambiguation) (2 new links of 2)
   55. Arcade (2 new links of 2)
   56. Armored car (2 new links of 2)
   57. Assoc. (2 new links of 2)
   58. Audible (2 new links of 2)
   59. Auxiliary (2 new links of 2)
   60. Aye Zindagi (2 new links of 2)
   61. Aziza (2 new links of 2)
   62. Azizur Rahman (2 new links of 2)
   63. Bankson (2 new links of 2)
   64. Baron Field (2 new links of 2)
   65. Beauvoir (2 new links of 2)
   66. Beşiktaş–Fenerbahçe rivalry (2 new links of 2)
   67. Bijapur (disambiguation) (2 new links of 2)
   68. Biškupec (2 new links of 2)
   69. Blood purity (2 new links of 2)
   70. Bow (2 new links of 2)

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



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