Dablinks for the Monthly Dab Challenge Created Last Month

The current time is April 20, 2025, 1:06 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 '202503%'
                      )
              GROUP BY a.dab_id
              ORDER BY count DESC, dab_title
         LIMIT 500, 51

Showing below up to 50 results starting with #501.

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

   501. Dearth (1 new link of 1)
   502. Debut (1 new link of 1)
   503. Decision (1 new link of 1)
   504. Decommissioning (1 new link of 1)
   505. Defect (1 new link of 1)
   506. Deia River (1 new link of 1)
   507. Demirköy (1 new link of 1)
   508. Democrat (1 new link of 1)
   509. Democratic National Party (1 new link of 1)
   510. Democratic Socialist Party (1 new link of 1)
   511. Demos (1 new link of 1)
   512. Demotic (1 new link of 1)
   513. Denticle (1 new link of 1)
   514. Department (1 new link of 1)
   515. Department of Cultural Affairs (1 new link of 1)
   516. Department of Tourism (1 new link of 1)
   517. Dependency (1 new link of 1)
   518. Deputy (1 new link of 1)
   519. Derelict (1 new link of 1)
   520. Desa (1 new link of 1)
   521. Descendant (1 new link of 1)
   522. Desert Museum (1 new link of 1)
   523. Desktop (1 new link of 1)
   524. Destination Moon (1 new link of 1)
   525. Detention center (1 new link of 1)
   526. Deutsch (1 new link of 1)
   527. Devas (1 new link of 2)
   528. Devotional (1 new link of 1)
   529. Dexter (1 new link of 2)
   530. Dhak (1 new link of 1)
   531. Dhankar (1 new link of 1)
   532. Dharampur Assembly constituency (1 new link of 1)
   533. Diamond Bus (1 new link of 1)
   534. Dido, Queen of Carthage (1 new link of 1)
   535. Diet (1 new link of 1)
   536. Differentiation (1 new link of 1)
   537. Digitalization (1 new link of 1)
   538. Dilettante (1 new link of 1)
   539. Dinajpur District (1 new link of 1)
   540. Dinner Party (1 new link of 1)
   541. Director (1 new link of 1)
   542. Directorate of Military Intelligence (1 new link of 1)
   543. Disciple (1 new link of 1)
   544. Dish (1 new link of 1)
   545. Distinguished Service Cross (1 new link of 1)
   546. District commissioner (1 new link of 1)
   547. District council (1 new link of 1)
   548. Disturbed (1 new link of 1)
   549. Divine Office (1 new link of 2)
   550. Division (1 new link of 1)

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



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