コード例 #1
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("summary", "iwcode", "fullhistory", "into_namespace", "templates"));
 }
コード例 #2
0
ファイル: _protect.php プロジェクト: tomzx/wikimedia-apibot
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("reason", "protections", "expiry", "cascade"));
 }
コード例 #3
0
ファイル: block.php プロジェクト: tomzx/wikimedia-apibot
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("reason", "expiry", "anononly", "nocreate", "autoblock", "noemail"));
 }
コード例 #4
0
ファイル: userrights.php プロジェクト: tomzx/wikimedia-apibot
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("reason", "add_groups", "remove_groups"));
 }
コード例 #5
0
ファイル: watch.php プロジェクト: tomzx/wikimedia-apibot
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("unwatch"));
 }
コード例 #6
0
ファイル: _move.php プロジェクト: tomzx/wikimedia-apibot
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("reason", "to_title", "noredirect", "movetalk", "movesubpages", "watch"));
 }
コード例 #7
0
ファイル: _delete.php プロジェクト: tomzx/wikimedia-apibot
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("reason", "watch", "oldimage"));
 }
コード例 #8
0
ファイル: unblock.php プロジェクト: tomzx/wikimedia-apibot
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("reason", "block_id"));
 }
コード例 #9
0
ファイル: emailuser.php プロジェクト: tomzx/wikimedia-apibot
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("subject", "text", "ccme"));
 }
コード例 #10
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("name", "password", "domain", "email", "realname", "mailpassword", "reason", "language"));
 }
コード例 #11
0
ファイル: undo.php プロジェクト: tomzx/wikimedia-apibot
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("summary", "undo_revid", "to_revid", "is_bot", "is_minor", "watch"));
 }
コード例 #12
0
ファイル: undelete.php プロジェクト: tomzx/wikimedia-apibot
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("reason", "timestamps"));
 }
コード例 #13
0
ファイル: import_xml.php プロジェクト: tomzx/wikimedia-apibot
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("summary"));
 }
コード例 #14
0
ファイル: edit.php プロジェクト: tomzx/wikimedia-apibot
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("summary", "section", "sectiontitle", "is_bot", "is_minor", "watch", "recreate", "createonly", "nocreate"));
 }