Dablinks for the Monthly Dab Challenge Created Last Month

The current time is April 20, 2025, 8: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 650, 51

Showing below up to 50 results starting with #651.

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

   651. Fatehabad (1 new link of 1)
   652. Fatherland Union (1 new link of 1)
   653. Fatty (1 new link of 1)
   654. Federal (1 new link of 1)
   655. Federal Circuit Court (1 new link of 1)
   656. Federal court (1 new link of 1)
   657. Felipinho (1 new link of 1)
   658. Ferdinand of Habsburg (1 new link of 1)
   659. Fetch (1 new link of 1)
   660. Fey (1 new link of 1)
   661. Fight or Flight (1 new link of 1)
   662. Finitely generated (1 new link of 1)
   663. Firewall (1 new link of 1)
   664. First Dynasty (1 new link of 1)
   665. First Secretary (1 new link of 1)
   666. Fishing rights (1 new link of 1)
   667. Fitchburg (1 new link of 1)
   668. Flair (1 new link of 1)
   669. Flammarion (1 new link of 1)
   670. Flapjack (1 new link of 1)
   671. Flatstyle (1 new link of 1)
   672. Flaw (1 new link of 1)
   673. Fleet (1 new link of 1)
   674. Floating dock (1 new link of 1)
   675. Flock (1 new link of 1)
   676. Flores Island (1 new link of 1)
   677. Folding (1 new link of 1)
   678. Folk music (disambiguation) (1 new link of 1)
   679. Follow-up (1 new link of 1)
   680. Football referee (1 new link of 1)
   681. Foothill Boulevard (1 new link of 1)
   682. Ford Fairlane (1 new link of 1)
   683. Foreign (1 new link of 1)
   684. Foreign secretary (1 new link of 1)
   685. Forest Hill (1 new link of 1)
   686. Forest Law (1 new link of 1)
   687. Forest Lawn (1 new link of 1)
   688. Forever More (1 new link of 1)
   689. Foul Play (1 new link of 1)
   690. Foundation (1 new link of 1)
   691. Four Seasons (1 new link of 1)
   692. Fox 5 (1 new link of 1)
   693. Fox Hills (1 new link of 1)
   694. Fragmentation (1 new link of 1)
   695. Franchise (1 new link of 1)
   696. Franciscan monastery (1 new link of 1)
   697. Frank House (1 new link of 1)
   698. Frankish (1 new link of 1)
   699. Frederick IX (1 new link of 1)
   700. Fredrik Andersson (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.