Main public logs

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

Logs
  • 18:05, 22 January 2026 Mhm talk contribs created page Module:Ifexist (Created page with "-- Upstream: zh:Module:Ifexist local p = {} local function makeTitle(title, callFn) if type(title) == type({}) and type(title.fullText) == type('') then return title elseif type(title) == type('') then local success, titleObj = pcall(mw.title.new, title) if success and titleObj then return titleObj end return false end error(string.format( 'bad argument #1 to \'%s\' (%s expected, got %s)', callFn, 'string or mw.title object', type(title) )...")