« Modèle:Activité » : différence entre les versions
Aller à la navigation
Aller à la recherche
(Page créée avec « local capiunto = require 'capiunto' local p = {} function p.main(frame) local args = frame:getParent().args local headerStyle if args.headerstyle and args.headerstyle ~= '' then headerStyle = string.format('background-color:%s;', args.headerstyle) else headerStyle = 'background-color:lightgreen;' end local retval = capiunto.create( { title = args.titre, headerStyle = headerStyle, } ) :addImage( args.image, args.soustitre) :addH... ») |
(Page blanchie) Balise : Blanchiment |
||
Ligne 1 : | Ligne 1 : | ||