Module:EportrayEaderhay

Omfray Accountableway Andsbray
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'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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