All public logs

Jump to navigation Jump to search

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

Logs
  • 00:07, 24 June 2023 MENDES talk contribs protected Module:PerfChalDate [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (structural page) (hist)
  • 05:36, 13 June 2022 (username removed) created page Module:PerfChalDate (Created page with "local p={} local DateDiff=require("Module:DateDiff").DateDiff local function PerfChalDate(frame) args=frame:getParent().args day=DateDiff(args[1],args[2],args[3]) if day >= 28 then life = 300 end if day >= 21 then life = 100 end if day >= 14 then life = 50 end if day >= 7 then life = 10 end life = 1 return args[1]..'/'..args[2]..'/'..args[3]..' || '..life end return p")