Wikipedia:WikiProject Louisville/OldIssues
{{WPLouisville page|suppressalerts=yes}}
Following is a list of WikiProject Louisville's articles with old cleanup issues. These are WikiProject Louisville-included articles with unresolved issues, identified by cleanup tags/categories, first reported over 10 years ago (on an annual basis, thus through the end of 2014).
If you address any unresolved issue, Thank you!, but it is not necessary to remove the associated article from the pertinent list, as these lists will be updated by a bot on a daily basis.
Notes:
- An alphabetized list of all the articles appearing the below lists can be found [https://petscan.wmflabs.org/?psid=28715148 here].
- Priority articles in the below lists can be found [https://petscan.wmflabs.org/?psid=27167012 here].
- Currently popular articles (i.e., those in our list of 1000 articles with the most pageviews last month) in the below lists can be found [https://petscan.wmflabs.org/?psid=27051139 here].
- Issues below shared with old issues in WikiProject Kentucky can be found [https://petscan.wmflabs.org/?psid=28046389 here].
- Issues involving lack of citations are included, but since errors within citations are not tracked by date, those are not included in the below lists.
Unresolved issues from 2006
{{Database report
|sql =
WITH RECURSIVE maincattree AS (
SELECT cl1.cl_from
FROM categorylinks cl1
WHERE cl1.cl_to = CONCAT('Clean-up_categories_from_', '2006') -- Substitute the year of old issues you're interested in
UNION
SELECT cl1.cl_from
FROM categorylinks cl1
JOIN page p ON cl1.cl_to = p.page_title AND p.page_namespace = 14
JOIN maincattree mct ON mct.cl_from = p.page_id
),
talkcat AS (
SELECT cl2.cl_from
FROM categorylinks cl2
WHERE cl2.cl_to = 'WikiProject_Louisville_articles' -- substitute your project category of included articles, pages, etc.
)
SELECT p.page_title AS 'Article', SUBSTRING_INDEX(cl3.cl_to, "-", 1) AS 'Rating', SUBSTRING_INDEX(cl4.cl_to, "-", 1) AS 'Importance', cl5.cl_to AS 'Cleanup Category'
FROM page p
JOIN page tp ON p.page_title = tp.page_title AND tp.page_namespace = 1
LEFT JOIN categorylinks AS cl3 ON cl3.cl_from = tp.page_id
AND cl3.cl_to REGEXP "^\\w+-Class_Louisville_articles$" -- substitute your project BASE category name for the rating
LEFT JOIN categorylinks AS cl4 ON cl4.cl_from = tp.page_id
AND cl4.cl_to REGEXP "^\\w+-importance_Louisville_articles$" -- substitute your project BASE category name for project importance
LEFT JOIN categorylinks AS cl5 on cl5.cl_from = p.page_id AND cl5.cl_to LIKE '%2006'
WHERE p.page_namespace = 0
AND p.page_id IN (SELECT mct.cl_from FROM maincattree mct)
AND tp.page_id IN (SELECT tc.cl_from FROM talkcat tc)
AND cl5.cl_to NOT LIKE '%_English_%'
ORDER BY p.page_title ASC;
|wikilinks = 1, 4:14
|widths = 2:4em, 3:6em
|interval = 1
}}
class="wikitable sortable" style="overflow-wrap: anywhere" |
scope="col" | Article
! scope="col" style="width: 4em" | Rating ! scope="col" style="width: 6em" | Importance ! scope="col" | Cleanup Category |
---|
Sports in Louisville, Kentucky
| C | High |
----
{{Database report/footer|count=1|query_runtime=2.51|last_updated=09:25, 23 June 2025 (UTC)}}
{{Database report end}}
Unresolved issues from 2007
{{Database report
|sql =
WITH RECURSIVE maincattree AS (
SELECT cl1.cl_from
FROM categorylinks cl1
WHERE cl1.cl_to = CONCAT('Clean-up_categories_from_', '2007') -- Substitute the year of old issues you're interested in
UNION
SELECT cl1.cl_from
FROM categorylinks cl1
JOIN page p ON cl1.cl_to = p.page_title AND p.page_namespace = 14
JOIN maincattree mct ON mct.cl_from = p.page_id
),
talkcat AS (
SELECT cl2.cl_from
FROM categorylinks cl2
WHERE cl2.cl_to = 'WikiProject_Louisville_articles' -- substitute your project category of included articles, pages, etc.
)
SELECT p.page_title AS 'Article', SUBSTRING_INDEX(cl3.cl_to, "-", 1) AS 'Rating', SUBSTRING_INDEX(cl4.cl_to, "-", 1) AS 'Importance', cl5.cl_to AS 'Cleanup Category'
FROM page p
JOIN page tp ON p.page_title = tp.page_title AND tp.page_namespace = 1
LEFT JOIN categorylinks AS cl3 ON cl3.cl_from = tp.page_id
AND cl3.cl_to REGEXP "^\\w+-Class_Louisville_articles$" -- substitute your project BASE category name for the rating
LEFT JOIN categorylinks AS cl4 ON cl4.cl_from = tp.page_id
AND cl4.cl_to REGEXP "^\\w+-importance_Louisville_articles$" -- substitute your project BASE category name for project importance
LEFT JOIN categorylinks AS cl5 on cl5.cl_from = p.page_id AND cl5.cl_to LIKE '%2007'
WHERE p.page_namespace = 0
AND p.page_id IN (SELECT mct.cl_from FROM maincattree mct)
AND tp.page_id IN (SELECT tc.cl_from FROM talkcat tc)
AND cl5.cl_to NOT LIKE '%_English_%'
ORDER BY p.page_title ASC;
|wikilinks = 1, 4:14
|widths = 2:4em, 3:6em
|interval = 1
}}
class="wikitable sortable" style="overflow-wrap: anywhere" |
scope="col" | Article
! scope="col" style="width: 4em" | Rating ! scope="col" style="width: 6em" | Importance ! scope="col" | Cleanup Category |
---|
Bluegrass Parkway
| Start | Low |
Ear X-tacy
| Start | Mid |
Fabian Ver
| Start | Low |
Harvey I. Sloane
| Start | Mid |
Haywood Sullivan
| Start | Low |
Highview, Louisville
| Start | Low |
Indiana State Road 64
| Start | Low |
Kippy Brown
| C | Low |
Louisville Shooters
| Stub | Low |
Peter Ratchuk
| Start | Low |
Steve Henry
| C | Mid |
Transportation in Louisville, Kentucky
| Start | High | Articles containing potentially dated statements from 2007 |
West Point, Kentucky
| Start | Low |
----
{{Database report/footer|count=13|query_runtime=3.62|last_updated=09:25, 23 June 2025 (UTC)}}
{{Database report end}}
Unresolved issues from 2008
{{Database report
|sql =
WITH RECURSIVE maincattree AS (
SELECT cl1.cl_from
FROM categorylinks cl1
WHERE cl1.cl_to = CONCAT('Clean-up_categories_from_', '2008') -- Substitute the year of old issues you're interested in
UNION
SELECT cl1.cl_from
FROM categorylinks cl1
JOIN page p ON cl1.cl_to = p.page_title AND p.page_namespace = 14
JOIN maincattree mct ON mct.cl_from = p.page_id
),
talkcat AS (
SELECT cl2.cl_from
FROM categorylinks cl2
WHERE cl2.cl_to = 'WikiProject_Louisville_articles' -- substitute your project category of included articles, pages, etc.
)
SELECT p.page_title AS 'Article', SUBSTRING_INDEX(cl3.cl_to, "-", 1) AS 'Rating', SUBSTRING_INDEX(cl4.cl_to, "-", 1) AS 'Importance', cl5.cl_to AS 'Cleanup Category'
FROM page p
JOIN page tp ON p.page_title = tp.page_title AND tp.page_namespace = 1
LEFT JOIN categorylinks AS cl3 ON cl3.cl_from = tp.page_id
AND cl3.cl_to REGEXP "^\\w+-Class_Louisville_articles$" -- substitute your project BASE category name for the rating
LEFT JOIN categorylinks AS cl4 ON cl4.cl_from = tp.page_id
AND cl4.cl_to REGEXP "^\\w+-importance_Louisville_articles$" -- substitute your project BASE category name for project importance
LEFT JOIN categorylinks AS cl5 on cl5.cl_from = p.page_id AND cl5.cl_to LIKE '%2008'
WHERE p.page_namespace = 0
AND p.page_id IN (SELECT mct.cl_from FROM maincattree mct)
AND tp.page_id IN (SELECT tc.cl_from FROM talkcat tc)
AND cl5.cl_to NOT LIKE '%_English_%'
ORDER BY p.page_title ASC;
|wikilinks = 1, 4:14
|widths = 2:4em, 3:6em
|interval = 1
}}
----
{{Database report/footer|count=35|query_runtime=5.32|last_updated=09:25, 23 June 2025 (UTC)}}
{{Database report end}}
Unresolved issues from 2009
{{Database report
|sql =
WITH RECURSIVE maincattree AS (
SELECT cl1.cl_from
FROM categorylinks cl1
WHERE cl1.cl_to = CONCAT('Clean-up_categories_from_', '2009') -- Substitute the year of old issues you're interested in
UNION
SELECT cl1.cl_from
FROM categorylinks cl1
JOIN page p ON cl1.cl_to = p.page_title AND p.page_namespace = 14
JOIN maincattree mct ON mct.cl_from = p.page_id
),
talkcat AS (
SELECT cl2.cl_from
FROM categorylinks cl2
WHERE cl2.cl_to = 'WikiProject_Louisville_articles' -- substitute your project category of included articles, pages, etc.
)
SELECT p.page_title AS 'Article', SUBSTRING_INDEX(cl3.cl_to, "-", 1) AS 'Rating', SUBSTRING_INDEX(cl4.cl_to, "-", 1) AS 'Importance', cl5.cl_to AS 'Cleanup Category'
FROM page p
JOIN page tp ON p.page_title = tp.page_title AND tp.page_namespace = 1
LEFT JOIN categorylinks AS cl3 ON cl3.cl_from = tp.page_id
AND cl3.cl_to REGEXP "^\\w+-Class_Louisville_articles$" -- substitute your project BASE category name for the rating
LEFT JOIN categorylinks AS cl4 ON cl4.cl_from = tp.page_id
AND cl4.cl_to REGEXP "^\\w+-importance_Louisville_articles$" -- substitute your project BASE category name for project importance
LEFT JOIN categorylinks AS cl5 on cl5.cl_from = p.page_id AND cl5.cl_to LIKE '%2009'
WHERE p.page_namespace = 0
AND p.page_id IN (SELECT mct.cl_from FROM maincattree mct)
AND tp.page_id IN (SELECT tc.cl_from FROM talkcat tc)
AND cl5.cl_to NOT LIKE '%_English_%'
ORDER BY p.page_title ASC;
|wikilinks = 1, 4:14
|widths = 2:4em, 3:6em
|interval = 1
}}
----
{{Database report/footer|count=63|query_runtime=7.07|last_updated=09:25, 23 June 2025 (UTC)}}
{{Database report end}}
Unresolved issues from 2010
{{Database report
|sql =
WITH RECURSIVE maincattree AS (
SELECT cl1.cl_from
FROM categorylinks cl1
WHERE cl1.cl_to = CONCAT('Clean-up_categories_from_', '2010') -- Substitute the year of old issues you're interested in
UNION
SELECT cl1.cl_from
FROM categorylinks cl1
JOIN page p ON cl1.cl_to = p.page_title AND p.page_namespace = 14
JOIN maincattree mct ON mct.cl_from = p.page_id
),
talkcat AS (
SELECT cl2.cl_from
FROM categorylinks cl2
WHERE cl2.cl_to = 'WikiProject_Louisville_articles' -- substitute your project category of included articles, pages, etc.
)
SELECT p.page_title AS 'Article', SUBSTRING_INDEX(cl3.cl_to, "-", 1) AS 'Rating', SUBSTRING_INDEX(cl4.cl_to, "-", 1) AS 'Importance', cl5.cl_to AS 'Cleanup Category'
FROM page p
JOIN page tp ON p.page_title = tp.page_title AND tp.page_namespace = 1
LEFT JOIN categorylinks AS cl3 ON cl3.cl_from = tp.page_id
AND cl3.cl_to REGEXP "^\\w+-Class_Louisville_articles$" -- substitute your project BASE category name for the rating
LEFT JOIN categorylinks AS cl4 ON cl4.cl_from = tp.page_id
AND cl4.cl_to REGEXP "^\\w+-importance_Louisville_articles$" -- substitute your project BASE category name for project importance
LEFT JOIN categorylinks AS cl5 on cl5.cl_from = p.page_id AND cl5.cl_to LIKE '%2010'
WHERE p.page_namespace = 0
AND p.page_id IN (SELECT mct.cl_from FROM maincattree mct)
AND tp.page_id IN (SELECT tc.cl_from FROM talkcat tc)
AND cl5.cl_to NOT LIKE '%_English_%'
ORDER BY p.page_title ASC;
|wikilinks = 1, 4:14
|widths = 2:4em, 3:6em
|interval = 1
}}
----
{{Database report/footer|count=123|query_runtime=8.99|last_updated=09:26, 23 June 2025 (UTC)}}
{{Database report end}}
Unresolved issues from 2011
{{Database report
|sql =
WITH RECURSIVE maincattree AS (
SELECT cl1.cl_from
FROM categorylinks cl1
WHERE cl1.cl_to = CONCAT('Clean-up_categories_from_', '2011') -- Substitute the year of old issues you're interested in
UNION
SELECT cl1.cl_from
FROM categorylinks cl1
JOIN page p ON cl1.cl_to = p.page_title AND p.page_namespace = 14
JOIN maincattree mct ON mct.cl_from = p.page_id
),
talkcat AS (
SELECT cl2.cl_from
FROM categorylinks cl2
WHERE cl2.cl_to = 'WikiProject_Louisville_articles' -- substitute your project category of included articles, pages, etc.
)
SELECT p.page_title AS 'Article', SUBSTRING_INDEX(cl3.cl_to, "-", 1) AS 'Rating', SUBSTRING_INDEX(cl4.cl_to, "-", 1) AS 'Importance', cl5.cl_to AS 'Cleanup Category'
FROM page p
JOIN page tp ON p.page_title = tp.page_title AND tp.page_namespace = 1
LEFT JOIN categorylinks AS cl3 ON cl3.cl_from = tp.page_id
AND cl3.cl_to REGEXP "^\\w+-Class_Louisville_articles$" -- substitute your project BASE category name for the rating
LEFT JOIN categorylinks AS cl4 ON cl4.cl_from = tp.page_id
AND cl4.cl_to REGEXP "^\\w+-importance_Louisville_articles$" -- substitute your project BASE category name for project importance
LEFT JOIN categorylinks AS cl5 on cl5.cl_from = p.page_id AND cl5.cl_to LIKE '%2011'
WHERE p.page_namespace = 0
AND p.page_id IN (SELECT mct.cl_from FROM maincattree mct)
AND tp.page_id IN (SELECT tc.cl_from FROM talkcat tc)
AND cl5.cl_to NOT LIKE '%_English_%'
ORDER BY p.page_title ASC;
|wikilinks = 1, 4:14
|widths = 2:4em, 3:6em
|interval = 1
}}
----
{{Database report/footer|count=77|query_runtime=19.26|last_updated=13:27, 23 June 2025 (UTC)}}
{{Database report end}}
Unresolved issues from 2012
{{Database report
|sql =
WITH RECURSIVE maincattree AS (
SELECT cl1.cl_from
FROM categorylinks cl1
WHERE cl1.cl_to = CONCAT('Clean-up_categories_from_', '2012') -- Substitute the year of old issues you're interested in
UNION
SELECT cl1.cl_from
FROM categorylinks cl1
JOIN page p ON cl1.cl_to = p.page_title AND p.page_namespace = 14
JOIN maincattree mct ON mct.cl_from = p.page_id
),
talkcat AS (
SELECT cl2.cl_from
FROM categorylinks cl2
WHERE cl2.cl_to = 'WikiProject_Louisville_articles' -- substitute your project category of included articles, pages, etc.
)
SELECT p.page_title AS 'Article', SUBSTRING_INDEX(cl3.cl_to, "-", 1) AS 'Rating', SUBSTRING_INDEX(cl4.cl_to, "-", 1) AS 'Importance', cl5.cl_to AS 'Cleanup Category'
FROM page p
JOIN page tp ON p.page_title = tp.page_title AND tp.page_namespace = 1
LEFT JOIN categorylinks AS cl3 ON cl3.cl_from = tp.page_id
AND cl3.cl_to REGEXP "^\\w+-Class_Louisville_articles$" -- substitute your project BASE category name for the rating
LEFT JOIN categorylinks AS cl4 ON cl4.cl_from = tp.page_id
AND cl4.cl_to REGEXP "^\\w+-importance_Louisville_articles$" -- substitute your project BASE category name for project importance
LEFT JOIN categorylinks AS cl5 on cl5.cl_from = p.page_id AND cl5.cl_to LIKE '%2012'
WHERE p.page_namespace = 0
AND p.page_id IN (SELECT mct.cl_from FROM maincattree mct)
AND tp.page_id IN (SELECT tc.cl_from FROM talkcat tc)
AND cl5.cl_to NOT LIKE '%_English_%'
ORDER BY p.page_title ASC;
|wikilinks = 1, 4:14
|widths = 2:4em, 3:6em
|interval = 1
}}
----
{{Database report/footer|count=70|query_runtime=8.75|last_updated=13:27, 23 June 2025 (UTC)}}
{{Database report end}}
Unresolved issues from 2013
{{Database report
|sql =
WITH RECURSIVE maincattree AS (
SELECT cl1.cl_from
FROM categorylinks cl1
WHERE cl1.cl_to = CONCAT('Clean-up_categories_from_', '2013') -- Substitute the year of old issues you're interested in
UNION
SELECT cl1.cl_from
FROM categorylinks cl1
JOIN page p ON cl1.cl_to = p.page_title AND p.page_namespace = 14
JOIN maincattree mct ON mct.cl_from = p.page_id
),
talkcat AS (
SELECT cl2.cl_from
FROM categorylinks cl2
WHERE cl2.cl_to = 'WikiProject_Louisville_articles' -- substitute your project category of included articles, pages, etc.
)
SELECT p.page_title AS 'Article', SUBSTRING_INDEX(cl3.cl_to, "-", 1) AS 'Rating', SUBSTRING_INDEX(cl4.cl_to, "-", 1) AS 'Importance', cl5.cl_to AS 'Cleanup Category'
FROM page p
JOIN page tp ON p.page_title = tp.page_title AND tp.page_namespace = 1
LEFT JOIN categorylinks AS cl3 ON cl3.cl_from = tp.page_id
AND cl3.cl_to REGEXP "^\\w+-Class_Louisville_articles$" -- substitute your project BASE category name for the rating
LEFT JOIN categorylinks AS cl4 ON cl4.cl_from = tp.page_id
AND cl4.cl_to REGEXP "^\\w+-importance_Louisville_articles$" -- substitute your project BASE category name for project importance
LEFT JOIN categorylinks AS cl5 on cl5.cl_from = p.page_id AND cl5.cl_to LIKE '%2013'
WHERE p.page_namespace = 0
AND p.page_id IN (SELECT mct.cl_from FROM maincattree mct)
AND tp.page_id IN (SELECT tc.cl_from FROM talkcat tc)
AND cl5.cl_to NOT LIKE '%_English_%'
ORDER BY p.page_title ASC;
|wikilinks = 1, 4:14
|widths = 2:4em, 3:6em
|interval = 1
}}
----
{{Database report/footer|count=106|query_runtime=14.69|last_updated=09:26, 23 June 2025 (UTC)}}
{{Database report end}}
Unresolved issues from 2014
{{Database report
|sql =
WITH RECURSIVE maincattree AS (
SELECT cl1.cl_from
FROM categorylinks cl1
WHERE cl1.cl_to = CONCAT('Clean-up_categories_from_', '2014') -- Substitute the year of old issues you're interested in
UNION
SELECT cl1.cl_from
FROM categorylinks cl1
JOIN page p ON cl1.cl_to = p.page_title AND p.page_namespace = 14
JOIN maincattree mct ON mct.cl_from = p.page_id
),
talkcat AS (
SELECT cl2.cl_from
FROM categorylinks cl2
WHERE cl2.cl_to = 'WikiProject_Louisville_articles' -- substitute your project category of included articles, pages, etc.
)
SELECT p.page_title AS 'Article', SUBSTRING_INDEX(cl3.cl_to, "-", 1) AS 'Rating', SUBSTRING_INDEX(cl4.cl_to, "-", 1) AS 'Importance', cl5.cl_to AS 'Cleanup Category'
FROM page p
JOIN page tp ON p.page_title = tp.page_title AND tp.page_namespace = 1
LEFT JOIN categorylinks AS cl3 ON cl3.cl_from = tp.page_id
AND cl3.cl_to REGEXP "^\\w+-Class_Louisville_articles$" -- substitute your project BASE category name for the rating
LEFT JOIN categorylinks AS cl4 ON cl4.cl_from = tp.page_id
AND cl4.cl_to REGEXP "^\\w+-importance_Louisville_articles$" -- substitute your project BASE category name for project importance
LEFT JOIN categorylinks AS cl5 on cl5.cl_from = p.page_id AND cl5.cl_to LIKE '%2014'
WHERE p.page_namespace = 0
AND p.page_id IN (SELECT mct.cl_from FROM maincattree mct)
AND tp.page_id IN (SELECT tc.cl_from FROM talkcat tc)
AND cl5.cl_to NOT LIKE '%_English_%'
ORDER BY p.page_title ASC;
|wikilinks = 1, 4:14
|widths = 2:4em, 3:6em
|interval = 1
}}
----
{{Database report/footer|count=135|query_runtime=14.08|last_updated=09:26, 23 June 2025 (UTC)}}
{{Database report end}}