This module is within the scope of WikiProject Wikipedia, a collaborative effort to improve Wikipedia's encyclopedic coverage of itself. If you would like to participate, please visit the project page. Please remember to avoid self-references and maintain a neutral point of view, even on topics relating to Wikipedia.WikipediaWikipedia:WikiProject WikipediaTemplate:WikiProject WikipediaWikipedia articles
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 articles
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 articles
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 articles
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]