Diagnostics/Scribunto/UriLibrary
From XOWA: the free, open-source, offline wiki application
Uri Library
- Calls code in Module:Diagnostics/UriLibrary
- Tests compatibility for UriLibrary.php and mw.uri.lua
| name | code | actl | rslt |
|---|---|---|---|
| pass | anchorEncode | {{#invoke:Diagnostics/UriLibrary|anchorEncode|[irc://a b c]}} |
b_c
|
| pass | localUrl | {{#invoke:Diagnostics/UriLibrary|localUrl|a&b! c}} |
/wiki/A%26b!_c
|
| pass | fullUrl | {{#invoke:Diagnostics/UriLibrary|fullUrl|a&b! c}} |
//home/wiki/A%26b!_c
|
| pass | defaultUrl | {{#invoke:Diagnostics/UriLibrary|defaultUrl}} |
//home/wiki/Diagnostics/Scribunto/UriLibrary
|