Jump to content

Module:Main if exists: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, → = section edit, ← = automatic edit summary

8 July 2024

17 February 2022

  • curprev 20:4120:41, 17 February 2022 Lallint talk contribs 1,006 bytes −4 No edit summary
  • curprev 20:4120:41, 17 February 2022 Lallint talk contribs 1,010 bytes +1,010 Created page with '--v1.0 local p = {} local yesno = require("Module:yesno") function p.main(frame) local rawpages = {} local nvalid = 0 local namespace = frame.args.ns for i, v in ipairs(frame:getParent().args) do if (v ~= nil) then local thisArg = mw.text.trim(v) if (thisArg ~= "") then local title = mw.title.new(thisArg, namespace) if title ~= nil and title.exists then table.insert(rawpages, title.fullText) nvalid = nvalid + 1 end...'