User:Polygnotus/sandbox
{{User sandbox}}
https://en.wikipedia.org/wiki/User:LuckyLouie/sandbox
https://en.wikipedia.org/wiki/User:SD0001/Making_user_scripts_load_faster
https://en.wikipedia.org/wiki/Wikipedia:Deputy
https://startist.toolforge.org/
https://en.wikipedia.org/wiki/User:John_of_Reading/Typo_fixing_with_AutoWikiBrowser
Old friend is now using https://en.wikipedia.org/wiki/Special:Contributions/158.51.80.0/22 and JBTurner44 (had 207.53.252.58 before) https://en.wikipedia.org/w/index.php?title=Special:Contributions/207.53.252.0/22&target=207.53.252.0%2F22&offset=&limit=500
class="wikitable"
|+ Caption text | |||
Name | Limitations | Comments | Documentation |
---|---|---|---|
Action API | Example | Example | |
[https://wikimedia.org/api/rest_v1/#/ REST API] | https://www.mediawiki.org/wiki/API:REST_API | Example | |
[https://xtools.wmcloud.org/api#/ XTools API] | Example | [https://xtools.wmcloud.org/ webversion] - Fatal errors are in the format specified by [https://datatracker.ietf.org/doc/html/rfc7807 RFC 7807]. | :mw:XTools/API |
[https://stream.wikimedia.org/?doc=#/streams EventStreams] | https://stream.wikimedia.org/v2/ui/#/ | https://www.mediawiki.org/wiki/Special:ApiSandbox#action=feedrecentchanges&format=json&feedformat=atom&days=14&limit=50&hidebots=1&target=Category%3AOpen_requests_for_comment&formatversion=2 | |
https://toolhub.wikimedia.org/api-docs |
- URLs containing certain characters will display and link incorrectly unless those characters are percent-encoded. For example, a space must be replaced by
%20
(this can be done using the PATH option of the Help:Parser function#Paths parser function).
{{incomplete list}}
class="wikitable"
! sp !! " !! ' !! , !! ; !! < !! > !! ? !! [ !! ] !! { !! | ||||||||||||
%20 | %22 | %27 | %2C | %3B | %3C | %3E | %3F | %5B | %5D | %7B | %7C | %7D |
:{{small|Single apostrophes do not need to be encoded; but unencoded multiples will be parsed as italic or bold markup}}
- Titles containing certain characters will display and link incorrectly unless those characters are encoded with HTML character references.
class="wikitable"
! newline !! [ !! ] !! | | |||
space | [ | ] | | |
- Even though PHP's [https://www.php.net/manual/en/function.urlencode.php urlencode()] automatically percent-encodes them, these characters do not get URL-encoded by [https://github.com/wikimedia/mediawiki/blob/master/includes/GlobalFunctions.php#L309 wfUrlencode()]. The ":" symbol is a partial exception – it is not encoded anywhere except for IIS 7.0.
class="wikitable sortable"
|+ Typofixers | ||
Name | Comments | Works/Active |
---|---|---|
AWB RegExTypoFix | Built in to AWB | ✓ |
JavaScript Wiki Browser | Javascript | ? |
Wikipedia:Correct typos in one click | Javascript + generated lists https://typos.toolforge.org/ & User_talk%3AUziel302#Correct_typos_in_one_click_2 | ✓ |
Moss | Python | ? |
Wikipedia:WikiProject TypoScan | TypoScan plugin for AWB | ✗ -> User_talk:Reedy |
WPCleaner | Java | ? |
Example | Example | Example |
Example | Example | Example |