Editing User talk:Greenpickle
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 122: | Line 122: | ||
I found a code that will redirect users from the old Pikipedia on wikia to here. | I found a code that will redirect users from the old Pikipedia on wikia to here. | ||
<code> | <code> | ||
if ( wgUserGroups === null || typeof( wgUserGroups ) != null && wgUserGroups.join(' ').indexOf( 'staff' ) == -1 && wgUserGroups.join(' ').indexOf( 'helper' ) == -1 && wgUserGroups.join(' ').indexOf( 'vstf' ) == -1 && wgUserGroups.join(' ').indexOf( 'sysop' ) == -1 && wgUserGroups.join(' ').indexOf( 'bureaucrat' ) == -1 ) { window.location = 'http://pikminwiki.com/wiki/' + wgPageName; | |||
} | } | ||
</code> | </code> |