Revision as of 03:35, 1 January 2024 by Ashley Graves(talk | contribs)(Created page with "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', {...} )")
localcapiunto=require'capiunto'capiunto.create({title='Title of the Infobox'}):addRow('A label','some data'):addHeader('A header between the data rows'):addRow('Another label',{...})