Dablinks for the Monthly Dab Challenge Created Last Month

The current time is August 4, 2025, 13:00 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 400, 51

Showing below up to 50 results starting with #401.

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

   401. Statesman (2 new links of 2)
   402. Steno (2 new links of 3)
   403. Steven Smith (2 new links of 2)
   404. Suri (2 new links of 2)
   405. Surprise Lake (2 new links of 2)
   406. Synopsis (2 new links of 2)
   407. Tajik (2 new links of 2)
   408. Tarsus (2 new links of 2)
   409. Tehuana (2 new links of 2)
   410. Tenant (2 new links of 2)
   411. Texada (2 new links of 2)
   412. Tharu (2 new links of 2)
   413. The Devils (2 new links of 2)
   414. The Outer Limits (2 new links of 2)
   415. Tibetan language (2 new links of 3)
   416. Tilbury Town (2 new links of 2)
   417. Tim O'Brien (2 new links of 2)
   418. Times-Union (2 new links of 4)
   419. Tina Charles (2 new links of 2)
   420. Title III (2 new links of 2)
   421. To the Moon (2 new links of 2)
   422. Top Gear (2 new links of 2)
   423. Torrington (2 new links of 2)
   424. Travelogue (2 new links of 2)
   425. Trencher (2 new links of 2)
   426. Troitsky (2 new links of 2)
   427. Truth and Reconciliation Commission (2 new links of 3)
   428. Tsugi (2 new links of 2)
   429. Turkmen (2 new links of 5)
   430. Tërstenik (2 new links of 2)
   431. USP (2 new links of 2)
   432. United Provinces (2 new links of 3)
   433. University of Brussels (2 new links of 3)
   434. V (disambiguation) (2 new links of 2)
   435. Validity (2 new links of 2)
   436. Vidyasagar (2 new links of 2)
   437. Vijay (2 new links of 3)
   438. Volatility (2 new links of 2)
   439. Vélez Sársfield (2 new links of 2)
   440. WSL (2 new links of 2)
   441. Walt Disney Studios (2 new links of 2)
   442. Water Act (2 new links of 2)
   443. Waterloo Road (2 new links of 2)
   444. Weingarten (2 new links of 2)
   445. Welfare (2 new links of 3)
   446. Welsh (2 new links of 2)
   447. White Mosque (2 new links of 2)
   448. White space (2 new links of 2)
   449. William Edwards (2 new links of 2)
   450. William Henry Stevenson (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.