Jump to content

مينيول:Action.php

From mediawiki.org
This page is a translated version of the page Manual:Action.php and the translation is 67% complete.
Outdated translations are marked like this.

عمل اهي شيون آهن جيڪي صفحن تي ڪري سگهجن ٿا (سنواريو، ڊاهيو، رولبيڪ، وغيره) It is distinct from Special Pages in that an action must apply to exactly one page. To add an action to an extension, create a subclass of Action, and add the key to $wgActions.

Actions generally fall into two groups:

  • a group represented by the FormAction class, intended for showing a form and acting on the input (protect, delete, move, etc.),
  • a group represented by the FormlessAction class, intended for actions that do not require a form (watch, rollback, patrol, etc.).

Methods

@todo

پڻ ڏسو