Module:Cartouche
De Commission Historique
Révision datée du 28 septembre 2021 à 17:17 par L.strappazon (discussion | contributions)
La documentation pour ce module peut être créée à Module:Cartouche/doc
local p = {}
function cartouche(frame)
local prenom,nom = frame.args['prenom'], frame.args['nom']
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>' .. prenom .. ' ' .. nom .. '</big>'
return c
end
return p