Dablinks for the Monthly Dab Challenge Created Last Month

The current time is August 4, 2025, 1:11 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 '202507%'
                      )
              GROUP BY a.dab_id
              ORDER BY count DESC, dab_title
         LIMIT 150, 51

Showing below up to 50 results starting with #151.

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

   151. Army of the West (2 new links of 2)
   152. Asian (2 new links of 2)
   153. Assembly (2 new links of 2)
   154. Assimilation (2 new links of 2)
   155. Assisted dying (2 new links of 3)
   156. Athletics (2 new links of 2)
   157. Australia national soccer team (2 new links of 2)
   158. Azure Bluet (2 new links of 2)
   159. BMI (2 new links of 2)
   160. Basque Country (2 new links of 2)
   161. Baton (2 new links of 2)
   162. Behzad (2 new links of 2)
   163. Bengal Province (2 new links of 2)
   164. Betty Cantrell (2 new links of 2)
   165. Bharata (2 new links of 2)
   166. Bicol (2 new links of 2)
   167. Bille (2 new links of 2)
   168. Blessing (disambiguation) (2 new links of 2)
   169. Bootleg (2 new links of 2)
   170. Breton (2 new links of 2)
   171. Brian Easton (2 new links of 2)
   172. British Lions (2 new links of 2)
   173. Buckwild (2 new links of 2)
   174. Bulgarian Empire (2 new links of 3)
   175. Burque (2 new links of 2)
   176. CE (2 new links of 2)
   177. CTO (2 new links of 3)
   178. Calcot (2 new links of 2)
   179. Canal+ (2 new links of 2)
   180. Canopy (2 new links of 3)
   181. Caritas (2 new links of 2)
   182. Carlo Bergonzi (2 new links of 2)
   183. Carmelo Lazatin (2 new links of 2)
   184. Cell (2 new links of 2)
   185. Ceres (2 new links of 2)
   186. Champaka (2 new links of 2)
   187. Character development (2 new links of 2)
   188. Charles II (2 new links of 2)
   189. Chauhan (2 new links of 2)
   190. Childhood education (2 new links of 2)
   191. Chris Miller (2 new links of 2)
   192. Christopher Evans (2 new links of 2)
   193. Chronicles (2 new links of 3)
   194. Chukotka (2 new links of 2)
   195. Civil law (2 new links of 2)
   196. Clint Murchison (2 new links of 2)
   197. Clinton, New York (2 new links of 3)
   198. Colonial (2 new links of 2)
   199. Constructivism (2 new links of 3)
   200. Continuum (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.