Module:Song Infobox: Difference between revisions

From NOISZ Wiki
(Created page with "local capiunto = require 'capiunto' capiunto.create( { title = 'Title of the Infobox' } ) :addRow( 'Artist', args.artist ) :addImage('image1', args.image, args.caption ) :addRow( 'Release Date', args.releasedate ) :addRow ( 'Pack', args.pack )")
(No difference)

Revision as of 06:00, 3 June 2025

Documentation for this module may be created at Module:Song Infobox/doc

local capiunto = require 'capiunto'
capiunto.create( {
	title = 'Title of the Infobox'
} )
:addRow( 'Artist', args.artist )
:addImage('image1', args.image, args.caption )
:addRow( 'Release Date', args.releasedate )
:addRow ( 'Pack', args.pack )