User:GhostInTheMachine/Scripts
Appearance
GhostInTheMachine • Talk • All • Barnstars • Help • Misc • Modules • Other • Layout • Photos • Projects • Scripts • Tidying • TidyingSD • UBX • WIP • 2020-11-30 17:26:40 |
Script | Status | JS | Description |
---|---|---|---|
SDlinkBuilder | Live | JS | Create a list of links to pages with their Short descriptions |
ShinyButtons | Live | JS | Add extra menu buttons for my TODO and WIP subpages |
SubPages | Live | JS | Add a button to list the subpages of the current page |
TalkHelper | Live | JS | Improves readability of long talk pages, highlighting posts from yesterday and today |
TalkHelper2 | Live | JS | Extends TalkHelper with sidebar menu for simpler navigation |
TalkHelper3 | work in progress | Extends TalkHelper2 with extended navigation | |
Tasky | prototyping | Add articles to a task list and manage the task status | |
UI | continuous | JS | Assorted changes to the layout of current skin and menus Now includes ShinyButtons and SubPages |
WRANA | drafted | This will be a prototype of a Wizard for requesting a new Wikipedia article |
Info
Loading user scripts
- {{Iusc}} = {{Install user script}}
old way using importScript()
- {{Lusc}} = {{Load user script}}
new way using mw.loader.load()
- {{J}} = {{Js}}
uses the full URL, so cross-wiki
- Migration guide re Iusc vs. Lusc
- MW:ResourceLoader/Core modules
- mw.loader mw.loader
- mw.loader-method-using load dependencies
Gadgets
- MediaWiki:Gadgets-definition ⇒ Special:Gadgets — list of special gadgets users can enable
JavaScript misc
- jQuery API documentation
Scripts that I use
My common.js and common.css
- User:Anomie/linkclassifier — colour code wiki links — vital
- User:Evad37/ToDoLister — manage a TODO list in my TODO subpage — see my ShinyButtons script and my UI script
- User:Bradv/Scripts/Superlinks — adds a menu with an assortment of pop-up quick views
- User:Þjarkur/Highlight recently added text — highlights any text that has been recently added — rather heavy and not very effective — disabled
- User:SD0001/shortdescs-in-category — add button to category listings to display the short descriptions — awesome
- User:PerfektesChaos/js/lintHint — button to run a lint check on a page
- Wikipedia:Subpages#Notes — add subpages link to the sidebar Tools menu —
hard-codedmoved to my UI script