Jump to content

Module:Domain handler/sandbox: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, → = section edit, ← = automatic edit summary

10 April 2025

19 March 2025

  • curprev 06:0506:05, 19 March 2025 Xoontor talk contribs 1,571 bytes +1,571 Created page with 'local p = {} function p.getTopLevelDomain(frame) local args = frame.args local domain = args.domain or args[1] local context = args.context or "domains" if domain and domain ~= "" then domain = mw.text.trim(domain):lower() domain = "." .. domain:gsub("^%.", "") local category = "Category:Redirects from " .. domain .. (context == "domains" and " domain names" or " URLs") if mw.title...'