Module:CitesFormula: Revision history

From MaRDI portal

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.

21 June 2024

  • curprev 09:1009:10, 21 June 2024EloiFerrer talk contribs 3,426 bytes −713 No edit summary
  • curprev 09:0909:09, 21 June 2024EloiFerrer talk contribs 4,139 bytes +1,605 No edit summary
  • curprev 09:0109:01, 21 June 2024EloiFerrer talk contribs 2,534 bytes +2,534 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..."