Fandom Developers Wiki
Advertisement

BlockSummary adds a block summary of a blocked user on their User namespace pages. Its purpose is to provide more information about a user's block on a wiki, along with easy accessibility for users to see the block and traceability to the wiki of the user's block from a physical, displayed link. It also serves to show information for block questioning and appealing (if appeal is applicable).

BlockSummary provides the following information about a user's block:

  • Username - provides username of blocked user
  • Block ID - unique block ID of user's local block
  • Block Performer - provides username and link of user who conducted the local block.
  • Block Timestamp - start time of block
  • Block Expiry - end time of block
  • Block Reason - reason given by block performer

Installation

See also

Changelog

Version Date Description
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 August 5, 2022 Simplifying code by using "mw.config" object
v1.2.1 July 16, 2022 Minor change to seeing if a path to class/id exists.
v1.2 July 11, 2022 Adding the user's block log as a block information.
v1.1.1 July 9, 2022 "sitename" may sometimes be undefined. Ensuring that the data grabbed from the API is loaded and retrieved.
v1.1 June 29, 2022 Physically showing link of user's block for easy traceability and showing language code of wiki (e.g., "es", "ru", "fr", etc.) if user blocked on a wiki is not an English wiki. English wikis will not show language code.
v1.0 June 27, 2022 Initial revision
Text above can be found here (edit)
Advertisement