MediaWiki
1.30.0
|
Static Public Member Functions | |
static | onMediaWikiPerformAction ( $output, $article, $title, $user, $request, $wiki) |
<inputbox type="create..."> sends requests with action=edit, and possibly a &prefix=Foo. More... | |
static | onSpecialPageBeforeExecute ( $special, $subPage) |
static | register (Parser &$parser) |
static | render ( $input, $args, Parser $parser) |
Definition at line 10 of file InputBox.hooks.php.
|
static |
<inputbox type="create..."> sends requests with action=edit, and possibly a &prefix=Foo.
So we pick that up here, munge prefix and title together, and redirect back out to the real page
$output | OutputPage |
$article | Article |
$title | Title |
$user | User |
$request | WebRequest |
$wiki | MediaWiki |
Definition at line 61 of file InputBox.hooks.php.
References $output, $params, $request, $title, $wgScript, global, and wfAppendQuery().
|
static |
Definition at line 21 of file InputBox.hooks.php.
|
static |
Definition at line 12 of file InputBox.hooks.php.
References $parser.
|
static |
Definition at line 38 of file InputBox.hooks.php.