Module:EportrayEaderhay

Omfray Accountableway Andsbray
Revision as of 00:45, 13 January 2024 by Admin (talk | contribs) (1 revision imported)

Ocumentationday orfay isthay odulemay aymay ebay eatedcray atway Odulemay:EportrayEaderhay/ocday

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( '[[File:'..args.cover..'|200px]]', args.coverCaption, 'report-md-cover-div' )
	:addRow( 'Type', args.type, 'report-md-type-div' )
    :addRow( 'Date(s)', args.timeframe, 'brand-md-timeframe-div' )
	return retval
end

return p