Jump to content

Module:Infobox functions: Revision history

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.

24 March 2025

23 March 2025

21 February 2024

13 February 2024

13 November 2023

18 September 2023

15 September 2023

28 June 2023

27 June 2023

  • curprev 03:1103:11, 27 June 2023 Roverso talk contribs 3,494 bytes +3,494 Created page with "local cargo = mw.ext.cargo -- for cargo queries if needed local cf = require("Module:Custom_functions") local ibf = {} function ibf.create_infobox(root, title, html_theme_class) -- Begin creating the html table infobox template root = mw.html.create('table') :addClass('infobox') :addClass('infobox' .. html_theme_class) -- add title root:tag('tr') :tag('th') :addClass('infobox-title') -- add additional styles ba..."
Cookies help us deliver our services. By using our services, you agree to our use of cookies.