Module:Infobox: 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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

2 May 2025

  • curprev 16:5816:58, 2 May 2025 Alan Rockefeller talk contribs 20,533 bytes +19,845 No edit summary
  • curprev 16:5416:54, 2 May 2025 Alan Rockefeller talk contribs 688 bytes +688 Created page with "local p = {} -- Function to generate an infobox function p.createInfobox(frame) local args = frame.args local infobox = '<table class="infobox" style="width: 22em; text-align: left; border: 1px solid #aaa; border-radius: 5px;">' for k, v in pairs(args) do if k ~= 'image' then infobox = infobox .. '<tr><th>' .. k .. '</th><td>' .. v .. '</td></tr>' end end if args['image'] then infobox = infobox .. '<tr><th>Im..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)