Tous les journaux publics

Affichage combiné de tous les journaux disponibles sur ProleWiki. Vous pouvez personnaliser l’affichage en sélectionnant le type de journal, le nom d’utilisateur ou la page concernée (ces deux derniers étant sensibles à la casse).

Journaux d’opérations
  • 23 septembre 2023 à 16:15 CriticalResist discussion contributions a créé la page Module:Reading time (Page créée avec « -- 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... »)