Changes

Jump to: navigation, search
Trim '(videogame)'. Per Special:Diff/4211761
:gsub( 'the', '' )
:gsub( 'gameboy', '' )
:gsub( '%(videogame%)', '' )
-- Normalize some titles:
:gsub( 'expert', 'ex' )
:gsub( 'worldchampionshiptournament', 'worldchampionship' )
-- Remove "gx" and "ygo", if it's large enough (preserve "gx01", "gx3", "ygoo", "ygo" ):
if normalizedV:len() > 4 then
normalizedV = normalizedV
if normalizedV:len() > 13 then
normalizedV = normalizedV:gsub( 'duelmonsters', '' )
 
-- Remove "worldchampionship", if it's large enough (preserve cases like /worldchampionship20\d\d/):
if normalizedV:len() > 21 then
Bureaucrats, System administrator, Administrators
57,479
edits

Navigation menu