Revision as of 21:32, 10 January 2024 by Admin (talk | contribs) (Created page with "local capiunto = require 'capiunto' local p = {} function p.main(frame) local args = frame:getParent().args local headerStyle headerStyle = 'background-color:grey;' local retval = capiunto.create( { title = args.title, headerStyle = headerStyle, } ) --:addImage( '200px', args.coverCaption, 'report-md-cover-div' ) :addRow( 'Type', args.type, 'report-md-type-div' ) :addRow( 'Date(s)', args.timeframe, 'brand-md-timeframe-div'...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://collab.accountablebrand.org/wiki/Module:ReportHeader"