- Notifications
You must be signed in to change notification settings - Fork0
The wikipedia twinkle javascript helper
License
ninjastrikers/twinkle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
SeeWikipedia:Twinkle on the English Wikipedia for more information.
AzaToth is the original author and maintainer of the tool, as well as themorebits.js
library gadget, which forms the basis for many Wikipedia scripts and editing tools in addition to Twinkle.
If you're unsure whether you are experiencing a Twinkle-based bug, you should first try asking atWikipedia talk:Twinkle, where other editors may assist you. Bugs may be filed either here or atWikipedia 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 onWikipedia 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 inSECURITY.md.
If you'd like to start contributing, awesome! Check outCONTRIBUTING.md to get started!
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 and2)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 theTwinkle documentation. The moduletwinkleconfig.js
powers theTwinkle preferences panel.
select2 is added under theMIT license.
About
The wikipedia twinkle javascript helper
Resources
License
Security policy
Stars
Watchers
Forks
Packages0
Languages
- JavaScript97.2%
- Perl1.5%
- Other1.3%