Jump to content

Module:Reading time: Revision history

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.

13 March 2025

  • curprev 02:1002:10, 13 March 2025 Thehighwayman talk contribs m 1,864 bytes 0 Protected "Module:Reading time" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 02:0902:09, 13 March 2025 Thehighwayman talk contribs 1,864 bytes +1,864 Created page with "-- Calculate estimated reading time for any page rounded to multiple of 5. Outputs "X-Y minutes". -- invoke on any page or template with {{#invoke:Reading time|estimateReadingTime|YourPageHere}} (change YourPageHere) local p = {} local mw = require("mw") function p.estimateReadingTime(frame) -- Get the page title from the frame parameter local pageTitle = frame.args[1] -- Ensure that pageTitle is a string if type(pageTitle) == "string" then --..."