Module:Infobox ZPI
Jump to navigation
Jump to search
Documentation transcluded from /doc
Note: Do not invoke this module directly; use the corresponding template instead: Template:Infobox ZPI.
Documentation transcluded from /doc
Note: Do not invoke this module directly; use the corresponding template instead: Template:Infobox ZPI.
local p = {}
function p.Infobox(frame)
local args = frame:getParent().args
local result = "'''''Infobox ZPI'''''\n"
result = result .. "Nom: " .. (args.nom or "Non spécifié") .. "\n"
-- Ajoutez d'autres champs ici
return result
end
return p