Module:InfoboxNew/example: 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.

February 26, 2026

  • curprev 16:3716:37, February 26, 2026Braxton2409 talk contribs 3,346 bytes +3,346 Created page with "local p = {} local infobox = require( 'Module:InfoboxNew' ):new() function p.makeComponentsExample() local sectionTable = {} infobox:renderImage( 'Marathon_2026_Infobox_Crop.png' ) infobox:renderIndicator( { data = 'Indicator', desc = 'Indicator message', } ) infobox:renderHeader( { title = 'Title', subtitle = 'Subtitle' } ) sectionTable = { infobox:renderItem( { label = 'Item label', data = 'Item data' } ), infobox:renderItem( { label =..."