MediaWiki:Common.js: Difference between revisions
Link MII/IPW team codes without combining titles |
Title-case ALL-CAPS names in category lists; keep ordinals. |
||
| Line 47: | Line 47: | ||
word = $.trim(word); | word = $.trim(word); | ||
if (!word) { | if (!word) { | ||
return word; | |||
} | |||
if (/\d/.test(word)) { | |||
return word; | return word; | ||
} | } | ||