Main public logs

From MaRDI portal

Combined display of all available logs of MaRDI portal. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:56, 25 July 2025 TA4Shehu talk contribs created page Module:MathModDBHelperMethods (Created page with "-- MediaWiki library for logging and utilities local mw = require('mw') local json = require("mw.text") -- Main table to hold all functions local p = {} -- Function to replace pattern in the comma pattern separated list function p.replace_pattern(frame) local input = frame.args[1] or "" local sep = frame.args[2] or " " -- default to space if no separator given -- Replace comma+pattern (,xxxx) with sep local result = string.gsub(input, ",xxxx%s*", sep...")