The tag name is listed as a property that can be turned on and off... But in the code, it really can't be
'prop' => [ ApiBase::PARAM_DFLT => 'name', ApiBase::PARAM_TYPE => [ 'name', 'displayname', 'description', 'hitcount', 'defined', 'source', 'active', ],
And then
$tag = []; $tag['name'] = $tagName; if ( $fld_displayname ) { $tag['displayname'] = ChangeTags::tagDescription( $tagName, $this ); }
Should we make it possible to not display it? Or just remove it from the properties?