User:Keller999/projects/gamepageupdate: Difference between revisions

m
Itty bitty bugfix for when wikipedia pages are inconsistent (NEVAR!)
m (Script update -- version 1.01 (see Version History))
m (Itty bitty bugfix for when wikipedia pages are inconsistent (NEVAR!))
Line 288: Line 288:
$line =~ s/^\ *//;
$line =~ s/^\ *//;
$line =~ s/\ +$//;
$line =~ s/\ +$//;
$line =~ s/\ *(game|games)\ *//i;
push (@autoCategory, "\[\[Category:" . $line . " games\]\]");
push (@autoCategory, "\[\[Category:" . $line . " games\]\]");
}
}
1,411

edits