dev

BlockSummary 在其 User 命名空间页面上添加了被封禁用户的阻止摘要。其目的是提供有关用户在wiki上的封禁的更多信息,以及用户易于访问以查看封禁以及从物理显示链接中追溯用户封禁的wiki。它还用于显示块质疑和上诉的信息(如果上诉适用)。

BlockSummary 提供有关用户被封禁的以下信息:

Installation

See also

更新日志

版本 日期 详细信息
v1.4.2 January 6, 2026 Implemented a minor code fix to display URL link of blocked user's user page on header.
v1.4.1 December 12, 2024 Fixed compatibility issue. This update allows proper loading of the JavaScript on Fandom's ResourceLoader (compatible with IE8).
v1.4.0 December 11, 2024 Added feature for adding details of the block type (e.g., sitewide or partial). If partial block applies, fetch what wiki features, pages, and namespaces the user is blocked on.
v1.3 2022年8月5日 使用“mw.config”对象简化代码
v1.2.1 2022年7月16日 查看类/id 的路径是否存在的微小更改。
v1.2 2022年7月11日 将用户的封禁日志添加为封禁信息。
v1.1.1 2022年7月9日 “sitename”有时可能未定义。确保加载和检索从 API 获取的数据。
v1.1 2022年6月29日 物理显示用户块的链接以便于可追溯性,并显示wiki的语言代码(例如,“es”,“ru”,“fr”等),如果用户在wiki上被阻止不是英语wiki。英文维基不会显示语言代码。
v1.0 2022年6月27日 初始修订