Dablinks for the Monthly Dab Challenge Created Last Month

The current time is October 9, 2025, 6:38 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 '202509%'
                      )
              GROUP BY a.dab_id
              ORDER BY count DESC, dab_title
         LIMIT 150, 51

Showing below up to 50 results starting with #151.

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

   151. Copa Rio (2 new links of 2)
   152. Cronides (2 new links of 2)
   153. Cruiserweight (2 new links of 2)
   154. Daily Record (2 new links of 2)
   155. Dana Evans (2 new links of 2)
   156. David Vernon (2 new links of 2)
   157. Deadline (2 new links of 2)
   158. Democratic Party (2 new links of 2)
   159. Denomination (2 new links of 3)
   160. Diesel (2 new links of 2)
   161. Digital technology (2 new links of 4)
   162. Digitalization (2 new links of 4)
   163. Dinesh Kumar (2 new links of 2)
   164. Disneyland Hotel (2 new links of 2)
   165. Dolomite (2 new links of 2)
   166. Dong Xin (2 new links of 2)
   167. Dows (2 new links of 2)
   168. East African (2 new links of 3)
   169. East–West line (2 new links of 3)
   170. Electrokinetics (2 new links of 3)
   171. Emperor of Heaven (2 new links of 2)
   172. Epigynum (2 new links of 2)
   173. Episkopi (2 new links of 2)
   174. Eulalia (2 new links of 2)
   175. Extant (2 new links of 5)
   176. Fairmount, Cincinnati (2 new links of 2)
   177. Fatality (2 new links of 2)
   178. Federal (2 new links of 2)
   179. Fernando Olivera (2 new links of 2)
   180. Financial Express (2 new links of 2)
   181. Financial assistance (2 new links of 2)
   182. First Nations (2 new links of 2)
   183. Fullback (2 new links of 2)
   184. Fundamental physical constant (2 new links of 2)
   185. GEA (2 new links of 2)
   186. Gain (2 new links of 2)
   187. Gallery (2 new links of 3)
   188. Gaozong (2 new links of 2)
   189. Gordon Elliott (2 new links of 2)
   190. Gratis (2 new links of 2)
   191. Greek New Testament (2 new links of 2)
   192. Green Island (2 new links of 2)
   193. Grove (2 new links of 2)
   194. Guardia Urbana (2 new links of 2)
   195. Gulf War (disambiguation) (2 new links of 3)
   196. HTS (2 new links of 2)
   197. Hahn Air (2 new links of 2)
   198. Heartbeat (2 new links of 2)
   199. Herald (disambiguation) (2 new links of 2)
   200. Hertzog (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.