Jump to content

Main public logs

Combined display of all available logs of wikiNonStop. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:08, 17 April 2026 Majestix talk contribs created page Module:Xpsoc (Created page with "-- This module implements {{xpsoc}}. local p = {} local function makeInvocation(name, args, useNoWiki) -- This function makes a template invocation from the name and the arguments -- given. -- Copy the invocation args and convert magic words. -- We need to make a copy of the table rather than just using the original, -- as some of the values may be erased when building the invocation. local invArgs = {} for k, v in pairs(args) do invArgs[k] = v end -- Get...")