[15:16:49] In Lua modules, is it possible to require() another module only if that module actually exists? And then do something different if it doesn't exist? [15:33:25] perhaps "if mw.title.new("Module:Xyz"):id == 0 then require("...") end"? [20:43:43] @jhsoby: https://stackoverflow.com/questions/44418727/is-it-possible-to-conditionally-load-libraries-in-lua has a trick I think would work in scribunto