[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 local TitleBlacklist = {} 2 local php 3 4 function TitleBlacklist.test( action, title ) 5 return php.test( action, title ) 6 end 7 8 function TitleBlacklist.setupInterface( options ) 9 -- Boilerplate 10 TitleBlacklist.setupInterface = nil 11 php = mw_interface 12 mw_interface = nil 13 14 -- Register this library in the "mw" global 15 mw = mw or {} 16 mw.ext = mw.ext or {} 17 mw.ext.TitleBlacklist = TitleBlacklist 18 19 package.loaded['mw.ext.TitleBlacklist'] = TitleBlacklist 20 end 21 22 return TitleBlacklist
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |