Page MenuHomePhabricator

Make it possible to link to individual params in ApiHelp (add id attributes / anchors)
Closed, ResolvedPublic

Description

Currently, api.php?action=help output has linkable IDs (anchors) for each module (e.g. #query+allpages). It would be useful to also have this for each parameter.

Since help output for multiple API modules may be shown at once, the ID for each parameter will need to include the module name as well, in order to be unambiguous.