Module:PerfChalDate: Revision history

Jump to navigation Jump to search

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.

28 June 2024

24 June 2023

23 June 2023

13 June 2022

  • curprev 07:3207:32, 13 June 2022 (username removed) 460 bytes +5 No edit summary
  • curprev 07:2807:28, 13 June 2022 (username removed) 455 bytes −10 No edit summary
  • curprev 07:2707:27, 13 June 2022 (username removed) 465 bytes +78 No edit summary
  • curprev 06:0606:06, 13 June 2022 (username removed) 387 bytes +12 No edit summary
  • curprev 05:5105:51, 13 June 2022 (username removed) 375 bytes +1 No edit summary
  • curprev 05:3905:39, 13 June 2022 (username removed) 374 bytes −4 No edit summary
  • curprev 05:3605:36, 13 June 2022 (username removed) 378 bytes +378 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"