Updated extract_in_wiki_format.pl (added links to cards).

This commit is contained in:
North 2012-11-28 10:41:16 +02:00
parent 759ef8b9d0
commit 504f05a632
2 changed files with 1 additions and 2 deletions

View file

@ -76,7 +76,7 @@ foreach my $set (keys(%cards)) {
} else {
$first = 0;
}
print REPORT $cardsBySet{$knownSets{$set}}{$card}[0];
print REPORT "[$cardsBySet{$knownSets{$set}}{$card}[0]](http://magiccards.info/query?q=$cardsBySet{$knownSets{$set}}{$card}[0])";
} else {
#$card =~ s/([A-Z]{1}[a-z]+)/ $1/g;
#$card =~ s/A Ether/ AEther/g;