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
  • 09:01, 21 June 2024 EloiFerrer talk contribs created page Module:CitesFormula (Created page with "-- Required module containing helper methods local helper = require('Module:HelperMethods') -- Required modules for SPARQL queries and HTML table generation local sparql = require('SPARQL') local mwHtml = require('mw.html') -- Main table to hold all functions local p = {} local function replaceItemWithFormulaLink(dataTable) -- Check if the data table is valid if not dataTable or type(dataTable) ~= 'table' then return nil, "Invalid data table" end...")