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 { } else {
$first = 0; $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 { } else {
#$card =~ s/([A-Z]{1}[a-z]+)/ $1/g; #$card =~ s/([A-Z]{1}[a-z]+)/ $1/g;
#$card =~ s/A Ether/ AEther/g; #$card =~ s/A Ether/ AEther/g;

View file

@ -1 +0,0 @@
git log 9ac166abc92f70aebdbe34825880ff8f909465ed..HEAD --diff-filter=A --name-status | sed -ne "s/^A[^u]Mage.Sets\/src\/mage\/sets\///p" | sort > added_cards.txt