Module:Noinclude tfd: 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.

20 March 2025

  • curprev 08:2708:27, 20 March 2025 Shia.k talk contribs 3,601 bytes +3,601 Created page with "local redr = require("Module:Redirect") local function stringCount(string, pattern) local _dump, cnt = mw.ustring.gsub(string, pattern, "") return cnt end local function parse(frame, links) local missing = "" local hidden = "" local bogus = "" for _, object in ipairs(links) do if object then local title = "Template:" .. object; local rtarget; errorvalue, rtarget = pcall(redr.getTarget, title) if errorvalue then title = rtarget or title end l..."