Dablinks for the Monthly Dab Challenge Created Last Month

The current time is April 21, 2025, 0:13 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 1100, 51

Showing below up to 50 results starting with #1101.

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

   1101. Level 5 (1 new link of 1)
   1102. Level Up (1 new link of 1)
   1103. Lexington High School (1 new link of 1)
   1104. Lešje (1 new link of 1)
   1105. LiUNA (1 new link of 1)
   1106. Lianhua (1 new link of 1)
   1107. Liberian Civil War (1 new link of 1)
   1108. Libertad (1 new link of 1)
   1109. Liberty High School (1 new link of 1)
   1110. Lierse S.K. (1 new link of 1)
   1111. Lifeboat (1 new link of 1)
   1112. Liftoff (1 new link of 1)
   1113. Lightstone (1 new link of 1)
   1114. Like a Hurricane (1 new link of 1)
   1115. Liminha (1 new link of 1)
   1116. Linas-Montlhéry (1 new link of 1)
   1117. Lincoln (1 new link of 1)
   1118. Lincoln Creek (1 new link of 1)
   1119. Lioness (1 new link of 1)
   1120. Lipez (1 new link of 1)
   1121. Liska (1 new link of 1)
   1122. Lismore (1 new link of 1)
   1123. List of high schools in New York (1 new link of 1)
   1124. List of high schools in Washington (1 new link of 1)
   1125. Little Bird (1 new link of 1)
   1126. Little Dipper (disambiguation) (1 new link of 1)
   1127. Little River Railroad (1 new link of 1)
   1128. Llap (1 new link of 1)
   1129. Locomotion (1 new link of 1)
   1130. London Live (1 new link of 1)
   1131. Longitudinal muscle of tongue (1 new link of 1)
   1132. Lontar (1 new link of 1)
   1133. Loopy (1 new link of 1)
   1134. Loose Talk (1 new link of 1)
   1135. Lord High Commissioner (1 new link of 1)
   1136. Lords (1 new link of 1)
   1137. Loreto (1 new link of 1)
   1138. Lorne Clarke (1 new link of 1)
   1139. Lotus (1 new link of 1)
   1140. Love (disambiguation) (1 new link of 1)
   1141. Love Island (1 new link of 1)
   1142. Luciano Sánchez (1 new link of 1)
   1143. Lucius Cornelius Scipio (1 new link of 1)
   1144. Ludmila (1 new link of 1)
   1145. Lufthansa (disambiguation) (1 new link of 1)
   1146. Luis Fajardo (1 new link of 1)
   1147. Luther College (1 new link of 1)
   1148. Luxury (1 new link of 1)
   1149. M23 (1 new link of 1)
   1150. M50 (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.