mirror of
https://github.com/correl/mage.git
synced 2024-11-28 11:09:54 +00:00
Updated extract_in_wiki_format.pl (added links to cards).
This commit is contained in:
parent
759ef8b9d0
commit
504f05a632
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue