Module:Ifexist: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 January 2026

  • curprev 18:0518:05, 22 January 2026 Mhm talk contribs 2,979 bytes +2,979 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) )..."