Module:Exists: 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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

29 August 2025

  • curprev 11:2711:27, 29 August 2025 Sangodono talk contribs 816 bytes +816 Created page with "-- Module copied from the Genshin Impact wiki -- Revision as of 5-1-2023 local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = {'Template:Exists'} }) return p._main(args) end function p._main(args) local page = args[1] or '' local trueResult = args[2] or args['then'] or '' local falseResult = args[3] or args['else'] or '' if (p.checkExists(page)) then return trueRe..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)