MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=ajaxshoweditors
(main | ajaxshoweditors)
- This module requires read rights.
- Source: Ajax Show Editors
- License: GPL-2.0-only
Get the list of users who are currently editing the given page
Specific parameters:
Other general parameters are available.
- pageid
Numeric identifier for the page that is being edited
- This parameter is required.
- Type: integer
- username
Name of the current user who is editing the page
Example:
- Get the list of users (as HTML) who are editing the page that has the ID #666
- api.php?action=ajaxshoweditors&pageid=666 [open in sandbox]