Main public logs

From Space Station 14 Wiki

Combined display of all available logs of Space Station 14 Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:15, 25 May 2025 Aliser talk contribs created page Module:Term/testcases/keys (Created page with "local p = require('Module:Module:Term') -- the module to be tested local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() local frame = mw.getCurrentFrame() local terms_json = mw:loadJsonData(p.terms_json_path and p.terms_json_path or error("failed to load terms json table: table path is not exported")) function suite:test_keys_casing() for key, _ in terms_json do self:assertEquals(string.lower(key), key) end end return suite")