Dablinks for the Monthly Dab Challenge Created Last Month

The current time is August 4, 2025, 5:56 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 250, 51

Showing below up to 50 results starting with #251.

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

   251. Gangwon (2 new links of 2)
   252. Gaumont (2 new links of 4)
   253. Gaza Freedom Flotilla (2 new links of 5)
   254. Giovanni Orsini (2 new links of 2)
   255. Glenn Hughes (2 new links of 2)
   256. Gofer (2 new links of 2)
   257. Goth (2 new links of 2)
   258. Gothic script (2 new links of 3)
   259. Grandmaster (2 new links of 2)
   260. Greenspace (2 new links of 2)
   261. Guardian (2 new links of 2)
   262. Harmala (2 new links of 2)
   263. Homophony (disambiguation) (2 new links of 3)
   264. Hood (2 new links of 2)
   265. Hôtel de ville (2 new links of 2)
   266. IPS (2 new links of 2)
   267. In absentia (2 new links of 2)
   268. Inclusive (2 new links of 2)
   269. Infamous (2 new links of 2)
   270. Influence (2 new links of 2)
   271. Intangibles (2 new links of 2)
   272. Internalization (2 new links of 2)
   273. International (2 new links of 3)
   274. Ire (2 new links of 3)
   275. Irish (2 new links of 2)
   276. Islamic Jihad (2 new links of 2)
   277. James I (2 new links of 2)
   278. James Robertson (2 new links of 2)
   279. Jeffrey (2 new links of 2)
   280. Jessica (2 new links of 2)
   281. Jin (2 new links of 2)
   282. John Duncan (2 new links of 2)
   283. Josef Steiner (2 new links of 2)
   284. Jota (2 new links of 2)
   285. Julian (2 new links of 2)
   286. Kabaddi World Cup (2 new links of 2)
   287. Kangean (2 new links of 2)
   288. Kangra (2 new links of 2)
   289. Karaite (2 new links of 2)
   290. Karen Read (2 new links of 2)
   291. Karimabad (2 new links of 2)
   292. Katie White (2 new links of 2)
   293. Kimberley Dynamiters (2 new links of 2)
   294. Kosmo (2 new links of 2)
   295. Kota (2 new links of 2)
   296. Krems (2 new links of 2)
   297. Lady Olivier (2 new links of 2)
   298. Lakas (2 new links of 2)
   299. Lancastrian (2 new links of 2)
   300. London theatre (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.