Module:Item Information: Revision history

Jump to navigation Jump to search

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.

3 May 2025

  • curprev 00:5400:54, 3 May 2025 Medici talk contribs 1,065 bytes −856 No edit summary
  • curprev 00:5200:52, 3 May 2025 Medici talk contribs 1,921 bytes +1,921 Created page with "local p = {} local paramTest = require('Module:Paramtest') local onMain = require('Module:Mainonly').on_main local yesNo = require('Module:Yesno') -- Add error checking for SMW local smw = mw.smw if not smw then mw.log('SMW Lua bridge not available') smw = { set = function() return nil end -- Stub function that does nothing } end function buildRow(item, info) local row = mw.html.create('tr') row:tag('td'):wikitext(item) row:tag('td'):w..."