Manual:$wgActions
From MediaWiki.org
| 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' => trueLoad the class FooAction which subclasses Action'foo' => falseThe action is disabled; show an error message
Unsetting core actions will probably cause things to complain loudly.
| Language: | English • Français |
|---|