Manual:$wgActions

From MediaWiki.org
Jump to: navigation, search
Access: $wgActions
Array of allowed values for the "action" parameter for normal pages.
Introduced in version: 1.18.0 (r86041)
Removed in version: still in use
Allowed values: array mapping strings to boolean or string
Default value: (variable between versions)

Other settings: Alphabetical | By Function


[edit] Details

Array of allowed values for the "action" parameter for normal pages.

Syntax is:

  • 'foo' => 'ClassName' Load the specified class which subclasses Action
  • 'foo' => true Load the class FooAction which subclasses Action
  • 'foo' => false The action is disabled; show an error message

Unsetting core actions will probably cause things to complain loudly.

Language: English  • Français
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox