mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08: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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue