Dablinks for the Monthly Dab Challenge Created Last Month

The current time is April 27, 2024, 0:04 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 '202403%'
                      )
              GROUP BY a.dab_id
              ORDER BY count DESC, dab_title
         LIMIT 50, 51

Showing below up to 50 results starting with #51.

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

   51. Athletic (3 new links of 3)
   52. Autochthon (3 new links of 3)
   53. Axios (3 new links of 3)
   54. Baizhu (3 new links of 3)
   55. Business First (3 new links of 3)
   56. Chorus (3 new links of 4)
   57. Crystal Globe (3 new links of 3)
   58. Devotion (3 new links of 4)
   59. District council (3 new links of 3)
   60. Domain (3 new links of 3)
   61. Echo (disambiguation) (3 new links of 3)
   62. Facula (3 new links of 3)
   63. Fruit fly (3 new links of 3)
   64. George Young (3 new links of 3)
   65. Grand Slam (3 new links of 3)
   66. Gunner (3 new links of 3)
   67. Hao (given name) (3 new links of 3)
   68. Howard Creek (3 new links of 3)
   69. IND (3 new links of 4)
   70. Ifta (disambiguation) (3 new links of 3)
   71. Ikshvaku (disambiguation) (3 new links of 3)
   72. Impossibility (3 new links of 3)
   73. Jalan (3 new links of 4)
   74. Jewish national movements (3 new links of 3)
   75. Jodha (3 new links of 3)
   76. Kanevsky (3 new links of 3)
   77. Key (3 new links of 3)
   78. Khabar Rural District (3 new links of 3)
   79. Khan (3 new links of 3)
   80. Khurram Shahzad (3 new links of 3)
   81. Klenje (3 new links of 3)
   82. Kotha (3 new links of 3)
   83. Krishnaraja (3 new links of 3)
   84. Lokvica (3 new links of 3)
   85. Long Hải (3 new links of 3)
   86. Lozovik (3 new links of 3)
   87. Mani (3 new links of 3)
   88. Normalization (3 new links of 3)
   89. Now (3 new links of 3)
   90. Nowshera (3 new links of 3)
   91. Palatalization (3 new links of 3)
   92. Phenomenology (3 new links of 3)
   93. Polymorphism (3 new links of 3)
   94. Pratihara (3 new links of 3)
   95. Punjab University (3 new links of 3)
   96. Purple sea urchin (3 new links of 3)
   97. Purpose (3 new links of 3)
   98. Saint Bruno (3 new links of 3)
   99. Samit (3 new links of 3)
   100. Sanica (3 new links of 3)

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



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