Main public logs
From Downtime Wiki
Combined display of all available logs of Downtime Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:51, 25 April 2025 Orashgle talk contribs created page Module:Text (Created page with "-- Source: https://phabricator.wikimedia.org/diffusion/ELUA/browse/master/includes/Engines/LuaCommon/lualib/mw.text.lua local p = {} function p.gsplit( text, pattern, plain ) local s, l = 1, text:len() return function () if s then local e, n = text:find( pattern, s, plain ) local ret if not e then ret = text:sub( s ) s = nil elseif n < e then -- Empty separator! ret = text:sub( s, e ) if e < l then...")