MW 1.34 + Arrays 2.2.0 (40737de)
Converted to 1.34 and seeing the "array prints "Array" issue [1] already documented.
I understand that it can be addressed one of two ways:
- Add
$egArraysCompatibilityMode = true;
in LocalSettings, or - Update uses to conform to the new implementation standard.
I'm perfectly happy to update my wikitext to conform to the new array coding standard, but it's not clear to me what changes I need to make. The examples provided in Extension:Arrays hasn't changes that I can tell, only the way the extension processes the array values. Where's the in-wiki issue?
Please, what is the "in wiki" change I need to make to allow Arrays to handle my data as it previously did?
Thanks!