This is the current revision of this page, as edited by Bsherr(talk | contribs) at 04:01, 1 February 2025(reassessing as outside WikiProject scope). The present address (URL) is a permanent link to this version.Revision as of 04:01, 1 February 2025 by Bsherr(talk | contribs)(reassessing as outside WikiProject scope)
This module is within the scope of WikiProject Software, a collaborative effort to improve the coverage of software on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.SoftwareWikipedia:WikiProject SoftwareTemplate:WikiProject Softwaresoftware
This module is within the scope of WikiProject International relations, a collaborative effort to improve the coverage of International relations on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.International relationsWikipedia:WikiProject International relationsTemplate:WikiProject International relationsInternational relations
This module is within the scope of WikiProject Languages, a collaborative effort to improve the coverage of languages on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.LanguagesWikipedia:WikiProject LanguagesTemplate:WikiProject Languageslanguage
This module does the check next(res) ~= nil to see if the res table is not empty, and then references res.i18n assuming that that key exists and contains a table. However, as we have seen recently, this causes errors if that assumption fails. A more resilient check would be type(res.i18n) == "table". Thayts•••21:19, 30 September 2019 (UTC)[reply]