User:Keller999/projects/gamepageupdate: Difference between revisions

m
v1.02.5 (minor bug fix)
m (dolphinpageupdate.pl v1.02.4)
m (v1.02.5 (minor bug fix))
Line 87: Line 87:
* Template:nihongo is now handled.  Replaced with the subpage name, since this is almost always used to give the Japanese for the game in question on Wikipedia.  Other option would be to replace with the literal translation, but that often does not match the actual game name.
* Template:nihongo is now handled.  Replaced with the subpage name, since this is almost always used to give the Japanese for the game in question on Wikipedia.  Other option would be to replace with the literal translation, but that often does not match the actual game name.
* Trailing spaces no longer cause extra subheadings to be generated
* Trailing spaces no longer cause extra subheadings to be generated
'''''1.02.5'''''
* Wii with a non-space will now be properly converted into a wiki link


<pre>
<pre>
Line 105: Line 107:


print "************************************\n";
print "************************************\n";
print "* Dolphin Wiki Page Update v1.02.4 *\n";
print "* Dolphin Wiki Page Update v1.02.5 *\n";
print "************************************\n\n";
print "************************************\n\n";


Line 129: Line 131:


print "************************************\n";
print "************************************\n";
print "* Dolphin Wiki Page Update v1.02.4 *\n";
print "* Dolphin Wiki Page Update v1.02.5 *\n";
print "************************************\n\n";
print "************************************\n\n";


Line 413: Line 415:
$newLine =~ s/GameCube/[[GameCube]]/i;
$newLine =~ s/GameCube/[[GameCube]]/i;
$newLine =~ s/Nintendo GameCube/[[GameCube]]/i;
$newLine =~ s/Nintendo GameCube/[[GameCube]]/i;
$newLine =~ s/\ Wii\ / [[Wii]] /i;
$newLine =~ s/Wii(\W)/[[Wii]]$1/i;
$newLine =~ s/WiiWare/[[WiiWare]]/i;
$newLine =~ s/WiiWare/[[WiiWare]]/i;
$newLine =~ s/Virtual Console/[[Virtual Console]]/i;
$newLine =~ s/Virtual Console/[[Virtual Console]]/i;
1,411

edits