Jump to content

Δ Infobox Test Page

From The Commentary Community Wiki
Revision as of 19:50, 28 February 2026 by AllEyezOnMe (talk | contribs)

local capiunto = require 'capiunto' capiunto.create( { title = 'Title of the Infobox' } )

addRow( 'A label', 'some data' )
addHeader( 'A header between the data rows' )
addRow( 'Another label', 'more data' )