Shii Kayano

Results 11 comments of Shii Kayano

The distinct node type would allow differentiation between `{{Module:Foo}}` and `{{#invoke:Foo}}`, I presume? I'd expect just the second option to return `True`. It makes sense in terms of valid namespaces...

Tested Mediawiker v3.6.3, Firefox v79.0. Changes successfully saved without `firefox_cookie_files` specified: ``` "wreckit-woodhouse.fandom.com": { "authorization_type": "cookies", "cookies_browser": "firefox", "host": "wreckit-woodhouse.fandom.com", "https": true, "is_ssl_cert_verify": true, "pagepath": "/wiki/", "path": "/" } ```

For UCP, non-cookie version requires credentials generated via Special:BotPasswords (i.e. if your wiki has this special page, then you need to use this for API logins, edits, etc). Cookie version...

@tosher On UCP, `clientlogin` does not work. There's a relevant ticket for pywikibot (https://phabricator.wikimedia.org/T249403) where this is mentioned: > Hmm, it seems UCP does not support login through API currently:...

Yeah, many pages face this problem, but sometimes the page opens up fine on first try. (Granted, the successful first-time opens may have failed a while ago and I just...

That page loads fine for me as well (haven't managed to reproduce for some arbitrary existing page on that test wiki in this brief session). I swapped back to see...

Thanks, I'll give `retry_timeout` a go (trying 40 for now). By the way, when a page fails to load, this gets dumped to ST console (paths truncated for brevity): ```...

Could we get icons split by region too? There's a few other operators that could benefit from this split.

Fixed in https://github.com/Aceship/AN-EN-Tags/commit/5222bcc9c6ce7dc358932fb186685459a4c8d140

The order is defined here https://github.com/Aceship/AN-EN-Tags/blob/82f5b1219ae46eb959a124d3ec9d5161df771a60/json/gamedata/zh_CN/gamedata/excel/gacha_table.json#L3-L154 so it wouldn't take much effort to sort. 👍