Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.
// request.cf · coarse context
A page that knows where it met you.
Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.
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
Latest comment: 6 years ago1 comment1 person in discussion
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