Content deleted Content added
hopefully last bug |
blnamespace param |
||
Line 174:
'action': 'query',
'list': 'backlinks',
'blnamespace': [0, 100], // main space and portal space only
'bltitle': self.params.page,
'bllimit': userIsInGroup( 'sysop' ) ? 5000 : 500 // 500 is max for normal users, 5000 for bots and sysops
|