User:L10nM4st3r/sandbox
Jump to navigation
Jump to search
User:L10nM4st3r/sandbox
mw.config.get -> https://www.mediawiki.org/wiki/Manual:Interface/JavaScript
For when I decide to revamp the show notifications message: https://meta.wikimedia.org/wiki/Special:ApiSandbox#action=query&format=json&meta=notifications&formatversion=2¬filter=read¬sections=alert%7Cmessage
css styling id for the edit textbox -> wpTextbox1
Css style font-weight
- A value of 800 is default bold text. A value of 300 is normal text (I think)
Useful Templates[edit | edit source]
{{tlx|<template name>|<arguments>}}
- used for previewing a template's link, and supports any number of arguments.
ToDo List[edit | edit source]
-- In general
- Finish removing Template:OmBox and similar.
-- For wTools
- Add a "notice this user" toggle on the block screen, to automatically tell them when they are blocked.
- Perhaps have the bot protect archive pages. Should be a parameter, and should check to see the user is an admin or crat. (If it is a non-user-talkpage, it should be added to a whitelist for it to be protected)
- Have a proper settings menu
- Have a proper update changelog menu
- Have a configuration menu which only appears for me or admins. Allows automatic editing of the per-wiki configuration for tools like user templating.
- Have a purge button
- Have a page templating button
- Improve edit conflict detection, by passing more info into the edit post, rather than checking the most recent revision (because it's slower)
- Add list buttons (to create lists)
- Add common typo correction (have a buton, not an autocorrection feature)
- Typing {{Tl|, {{tlx|, {{ping|, {{u|, {{user|, or {{userlinks| will give auto-completions for usernames/templates (whichever fits best)
- Implement a form of typo-correction and typo suggestions (we can underline typos if we find them, as well as a button to disable auto-typo correction)
- Add themes, such as dark mode, different colour scemes, etc.
- Add a page size data to the area below the textarea.