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.

29 August 2025

  • curprev 22:0722:07, 29 August 2025 919dd talk contribs m 816 bytes 0 Protected "Module:Exists" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 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..."