Dablinks for the Monthly Dab Challenge Created Last Month

The current time is April 22, 2025, 3:31 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 1500, 51

Showing below up to 50 results starting with #1501.

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

   1501. Valance (1 new link of 1)
   1502. Veja (1 new link of 1)
   1503. Victoria Park (1 new link of 1)
   1504. Vinyl (1 new link of 2)
   1505. Vitinha (1 new link of 1)
   1506. Vought Corsair (1 new link of 2)
   1507. Walt Disney Studios (1 new link of 1)
   1508. Waverley (1 new link of 1)
   1509. Way of the World (1 new link of 1)
   1510. We Are (1 new link of 1)
   1511. Web 3.0 (1 new link of 1)
   1512. Welfare (1 new link of 1)
   1513. Welt (1 new link of 1)
   1514. West Oaks Mall (1 new link of 1)
   1515. Western Slavonia (1 new link of 1)
   1516. Western State (1 new link of 1)
   1517. Westminster Press (1 new link of 1)
   1518. Weymouth (1 new link of 1)
   1519. Whetstone (1 new link of 1)
   1520. White tiger (disambiguation) (1 new link of 1)
   1521. Wild child (1 new link of 1)
   1522. Willem II (1 new link of 1)
   1523. William Adams (1 new link of 1)
   1524. William Anderson (1 new link of 1)
   1525. William Ashurst (1 new link of 1)
   1526. William Ball (1 new link of 1)
   1527. William Bell (1 new link of 1)
   1528. William Byron (1 new link of 1)
   1529. William Courthope (1 new link of 1)
   1530. William Ferguson (1 new link of 1)
   1531. William Hamilton (1 new link of 1)
   1532. William Heathcote (1 new link of 1)
   1533. William Jones (1 new link of 1)
   1534. William Law (disambiguation) (1 new link of 1)
   1535. William O'Reilly (1 new link of 1)
   1536. William O. Douglas Award (1 new link of 1)
   1537. William Owens (1 new link of 1)
   1538. William Romain (1 new link of 1)
   1539. William Shepherd (disambiguation) (1 new link of 1)
   1540. William Woodward (1 new link of 1)
   1541. Willie Williams (1 new link of 1)
   1542. Willmar (1 new link of 1)
   1543. Wilma Smith (1 new link of 1)
   1544. Windham (1 new link of 1)
   1545. Windows 4.1 (1 new link of 1)
   1546. Winfield High School (1 new link of 1)
   1547. Wishbone (1 new link of 1)
   1548. Wolf man (1 new link of 2)
   1549. Wolseley Hornet (1 new link of 1)
   1550. Woodbury, New York (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.