用户标识工具是一个站点小工具,可在Special:参数设置#mw-input-wpgadgets-usergroup启用,可以在监视列表、最近更改等地方中标示用户的用户组和封禁状态。
| 用户组 | 用户组名称 | 显示 (启用小工具后可见) |
|---|---|---|
| STAFF | staff | |
| 行政员 | bureaucrat | |
| 用户查核员 | checkuser | |
| 监督员 | suppress | |
| 管理员 | sysop | |
| 界面管理员 | interface-admin | |
| 维护姬 | patroller | |
| 荣誉维护人员 | honoredmaintainer | |
| 技术编辑员 | techeditor | |
| 文件维护员 | file-maintainer | |
| 机器人 | bot | |
| 机器用户 | flood | |
| IP封禁豁免者 | ipblock-exempt | |
| 延伸确认用户 | extendedconfirmed | |
| 手动确认用户 | manually-confirmed | |
| 优质编辑者 | goodeditor | |
| 特殊贡献者 | special-contributor |
.markrights-用户组名称::after {
content: "显示文字" !important;
color: 颜色;
}
.markrights-bureaucrat::after {
content: "政" !important;
}
.markrights-sysop::after {
color: orange;
}
.markrights-bot::after {
display: none !important;
}
sup[class^=markrights-]+sup[class^=markrights-] {
margin-left:0 !important;
}
鼠标悬停于[封+]上方时可显示封禁详情。