All public logs

From BoyWiki

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

Logs
  • 22:58, 21 December 2021 UpgradeTest1 talk contribs created page Module:Int (Created page with "-- This is a helper module for Template:int local this = {} function this.renderIntMessage(frame) local args = frame.args local pargs = (frame:getParent() or {}).args local arguments = {} for k, v in pairs(pargs) do local n = tonumber(k) or 0 if (n >= 2) then arguments[n - 1] = mw.text.trim(v) end end local msg = mw.message.new(mw.text.trim(args[1]), arguments) local lang if args.lang and args.lang ~= '' and mw.language.isValidCode(args.lang) then...")