All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Linguifex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:13, 25 November 2025 Sware talk contribs created page Module:fun/xpcall (Created page with "local xpcall = xpcall -- In Lua 5.2+, xpcall() can handle arguments natively, so return the -- built-in version if the argument passed to the test function is returned. if select(2, xpcall(function(v) return v -- 1 if xpcall() passes arguments, or nil if not end, xpcall, 1)) == 1 then return xpcall end local table_pack_module = "Module:table/pack" local unpack = unpack or table.unpack -- Lua 5.2 compatibility local function pack(...) pack = require(table_pack_modu...")