Content deleted Content added
PhantomTech (talk | contribs) bug fix, increase sloppiness |
PhantomTech (talk | contribs) expand WikiProject template matching to include WPFoo instead of just WikiProject Foo |
||
Line 202:
talkPageText += '\n{' + '{WikiProject ' + 'Disambiguation|class=redirect}}';
}
var match = targetPageTalkPage.getPageText().match( /\{\{ ?
if ( match !== null ) {
for ( var t = 0; t < match.length; t++ ) {
|