Skip to content

NovemLinguae/twinkle

This branch is 1 commit ahead of, 106 commits behind wikimedia-gadgets/twinkle:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38fc7b4 · Jan 22, 2024
Jan 22, 2024
Oct 17, 2020
Jan 22, 2024
Dec 26, 2022
Aug 10, 2023
Feb 10, 2020
Feb 12, 2023
Jun 9, 2015
Jan 26, 2023
Feb 17, 2015
Mar 23, 2023
Dec 15, 2023
Jan 22, 2023
Jul 20, 2022
Jan 11, 2020
Oct 26, 2022
Jan 22, 2023
Feb 24, 2023
Feb 24, 2023
Dec 4, 2023
Dec 4, 2023
Dec 15, 2023
Dec 13, 2023
Dec 4, 2023

Repository files navigation

Twinkle Linter

Twinkle is a JavaScript application that gives Wikipedians a quick way of performing common maintenance tasks, such as nominating pages for deletion and cleaning up vandalism.

See Wikipedia:Twinkle on the English Wikipedia for more information.

AzaToth is the original author and maintainer of the tool, as well as the morebits.js library gadget, which forms the basis for many Wikipedia scripts and editing tools in addition to Twinkle.

How to file a bug report or feature request

If you're unsure whether you are experiencing a Twinkle-based bug, you should first try asking at Wikipedia talk:Twinkle, where other editors may assist you. Bugs may be filed either here or at Wikipedia talk:Twinkle. For simple feature requests or changes (e.g., a template was deleted or renamed) feel free to open an issue or pull request here, but for more significant changes, consider discussing the idea on Wikipedia talk:Twinkle and any relevant pages first to ensure there is consensus for the change and to get broader community input. If you believe you have found a security issue, follow the guidelines in SECURITY.md.

If you'd like to start contributing, awesome! Check out CONTRIBUTING.md to get started!

Layout of this repository

  • morebits.js: The central library used by Twinkle and many other scripts. Contains code to interact with the MediaWiki API, display forms and dialogs, generate status logs, and do various other useful things. The vast majority of code in here is not Twinkle-specific; see docs (1 and 2)
  • twinkle.js: General Twinkle-specific code, mostly related to preferences and exposing Twinkle in the UI. Significantly, it contains the default set of preferences of Twinkle.
  • modules: Contains the individual Twinkle modules. Descriptions for these can be found in header comments or in the Twinkle documentation. The module twinkleconfig.js powers the Twinkle preferences panel.

select2 is added under the MIT license.

About

The English Wikipedia twinkle javascript helper

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.5%
  • Perl 1.5%
  • CSS 1.0%