Module:Table/Subscriber: Revision history

From Growtopia
Jump to navigationJump 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.

6 April 2025

5 April 2025

  • curprev 21:4121:41, 5 April 2025 >HashJona m 1,413 bytes +134 No edit summary
  • curprev 20:5720:57, 5 April 2025 >HashJona m 1,279 bytes +109 No edit summary
  • curprev 15:0015:00, 5 April 2025 >HashJona m 1,170 bytes +27 No edit summary
  • curprev 14:1814:18, 5 April 2025 >HashJona m 1,143 bytes +3 No edit summary
  • curprev 14:1214:12, 5 April 2025 >HashJona 1,140 bytes +1,140 Created page with "local p = {} local months = { January = 1, February = 2, March = 3, April = 4, May = 5, June = 6, July = 7, August = 8, September = 9, October = 10, November = 11, December = 12, ['-'] = 13 } function debug_result(var, debug_flag) if debug_flag == '1' then return '<pre>' .. var .. '</pre>' else return mw.getCurrentFrame():preprocess(var) end end function p.build_table(frame) local args = frame:getParent().args local debug_flag =..."