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

19 June 2026

  • curprev 13:3313:33, 19 June 2026 Chaymeleon talk contribs 3,483 bytes +397 No edit summary
  • curprev 13:0413:04, 19 June 2026 Chaymeleon talk contribs 3,086 bytes +3,086 Created page with "local p = {} local function addRow(tbl, label, value) if value and value ~= '' then local row = tbl:tag('tr') row:tag('th') :css('background', '#1d4f66') :css('color', '#fff') :css('text-align', 'left') :css('padding', '3px') :wikitext(label) row:tag('td') :css('background', '#fff') :css('padding', '3px') :wikitext(value) end end function p...."