Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:If in page: Revision history

From Kenshi Wiki

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.

19 February 2025

  • curprev 22:0422:04, 19 February 2025 Prd talk contribs 1,382 bytes +1,382 Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs --args: 1 - ustring pattern, 2 - value if present, 3 - value if absent, -- page - page to test if not this page function p._main(args) if not args["page"] then args.page = mw.title.getCurrentTitle().fullText end local page = mw.title.new(args.page) if not page then --bad title return args["3"] or "" end local content = page:getContent() if not content then --page does not exist retu..."