English Wikipedia @ Freddythechick:Reference desk/Archives/Computing/Early/20050709 Dmcdevit
- This case has been resolved
Background info: there have been many VfD's that ended with a "transwiki" decision. Those articles that should now be deleted after they've been transwikied, but usually the transwikiers aren't the same as the admins, so after being transwikied, they are promptly forgotten (and not deleted). So, <technical help> I'm wondering if it would be possible to write something that would look at all the entries at WP:TL and put a link at the end of the line to a VfD page if one exists for that article. So for example the first entry would become:
Letter writing→ Wikibooks:Transwiki:Letter writing --Woohookitty 05:44, 4 Feb 2005 (UTC) (Deleted) (VfD)
Do you think this could be done? This is just a one-time thing to help clean out that log. </technical help> Of course this is not urgent, especially since it seems like you're probably busy. Thanks. --Dmcdevit July 9, 2005 02:06 (UTC)
Solution
I solved this with Perl using a regular expression to parse the list at WP:TL, then made an HTTP request to a VfD page for each article name from the list to create a list of articles that had VfD pages. Then I used another regular expression and a hash to tack on the VfD link suffix if the VfD page did exist. Triddle 02:19, July 10, 2005 (UTC)
{{Wikipedia:WikiProject help desk/20050709 Dmcdevit.pl}}