Page MenuHomePhabricator

mw.ext.data.get() with '_' as the language (get all) does not 1-base re-indexing
Closed, ResolvedPublic

Description

Inconvenient, not yet used by wikis, but might get used soon, so should be fixed rather soonish.

`mw.ext.data.get('data', '_') will get 0-based data, while without the '_', or with a specific language value, it will return it 1-based.