Module:Cartouche
De Commission Historique
Révision datée du 28 septembre 2021 à 17:13 par L.strappazon (discussion | contributions)
La documentation pour ce module peut être créée à Module:Cartouche/doc
local p = {}
local infos=frame.args
function cartouche(infos)
local c = '{| style=\"width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;\" ! style=\"text-align: center; background-color:#cccccc;\" colspan=\"2\" |<big>' .. infos['prenom'] .. ' ' .. infos['nom'] .. '</big>'
return c
end
return p