Revision history of "Module:Infobox"

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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • curprev 17:20, 11 August 2022Sakaratte talk contribs 1,589 bytes +1,589 Created page with "local com = require('Module:Common') local a = require('Module:Arguments') local p = {} local function mainBox(title) local result = mw.html.create('div') result:addClass('infobox') :tag('div') :class('infobox-title') :wikitext(com.modulePagename(title)) :done() return result end local function infoboxImage(image, defaultImage, caption, defaultCaption) local result = mw.html.create('div') result:addClass('infobox-image') if image or defaultImage then..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)