User:Keller999/projects/gamepageupdate: Difference between revisions

no edit summary
m (Version display update)
No edit summary
Line 95: Line 95:
'''''1.02.7'''''
'''''1.02.7'''''
*Omit infobox title parameter
*Omit infobox title parameter
'''''1.02.8'''''
*Embolden title in description


<pre>
<pre>
Line 113: Line 115:


print "************************************\n";
print "************************************\n";
print "* Dolphin Wiki Page Update v1.02.7 *\n";
print "* Dolphin Wiki Page Update v1.02.8 *\n";
print "************************************\n\n";
print "************************************\n\n";


Line 137: Line 139:


print "************************************\n";
print "************************************\n";
print "* Dolphin Wiki Page Update v1.02.7 *\n";
print "* Dolphin Wiki Page Update v1.02.8 *\n";
print "************************************\n\n";
print "************************************\n\n";


Line 348: Line 350:
$newLine =~ s/\<ref.+?\/.{0,3}\>//gi; # remove citations references
$newLine =~ s/\<ref.+?\/.{0,3}\>//gi; # remove citations references
$newLine =~ s/\{\{vgy\|([0-9]{4})\}\}/$1/gi; # we don't do Template:vgy, removing
$newLine =~ s/\{\{vgy\|([0-9]{4})\}\}/$1/gi; # we don't do Template:vgy, removing
$newLine =~ s/\{\{nihongo\|.*\"(.+)\"\}\}/\{\{SUBPAGENAME\}\}/gi; # we don't do Template:nihongo.  Since this is almost always the name of the page, replace with {{SUBPAGENAME}}
$newLine =~ s/\{\{nihongo\|.*\"(.+)\"\}\}/\'''{\{SUBPAGENAME\}\}'''/gi; # we don't do Template:nihongo.  Since this is almost always the name of the page, replace with {{SUBPAGENAME}}
$newLine =~ s/\{\{cite.*?\}\}//gi; # remove references
$newLine =~ s/\{\{cite.*?\}\}//gi; # remove references
$newLine =~ s/\[\[(([.]|[^\|])+?)\]\]/$1/g; # un-wiki-fy wiki links in the format [[link]]
$newLine =~ s/\[\[(([.]|[^\|])+?)\]\]/$1/g; # un-wiki-fy wiki links in the format [[link]]