Jump to content

User:기나ㅏㄴ/userinfo

From Meta, a Wikimedia project coordination wiki

userinfo is an userscript that annotates user links across Wikimedia projects with block status, user group information, and rename history. Original script: User:Count Count/js/userinfo-dev.js

Installation

[edit]

Add the following to your Special:MyPage/global.js :

importScript('User:기나ㅏㄴ/userinfo.js'); // Backlink: [[User:기나ㅏㄴ/userinfo.js]]

Features

[edit]
  • Block status styling; User links are visually styled based on block status:
    • Local block: red strikethrough (double for indefinite, dashed for partial)
    • Other wiki block: yellow strikethrough
    • Global lock: solid red underline
    • Global block: dashed red underline (thicker for indefinite)
  • User group icon; An info icon (ⓘ) appears after user links. Clicking it opens a popup listing the user's permissions, organized by:
    • Local groups (e.g. sysop, bureaucrat, checkuser)
    • Global groups (e.g. steward, GS)
    • Admin roles on other wikis
    • Xwiki only account indicator (for accounts with low local edit count)
    • If the user has no special permissions, the icon is shown in a disabled (greyed out) state.
    • The icon is not shown for temporary accounts.
    • Only one icon is displayed per line for the same user, even if multiple links exist.
  • Hover popup; Hovering over a user link shows a detailed popup with:
    • Username linked to Special:CentralAuth, total wiki count and edit count
    • Global groups and lock/block status
    • Local and global block details (blocker, expiry, reason with parsed wikilinks)
    • Rename history; Previous usernames are displayed with the date each name was active until, fetched from Meta-Wiki's global rename log.
    • Active wikis list (top 15, sorted by relevance) with edit counts, groups, and block status

Source

[edit]

See also

[edit]