20 182
modifications
Page créée avec « return { parts = { { type = 'title', value = 'nom', subtitle = 'sous-titre', icon = 'icône', subhead = { subject = 'Publication' }}, { type = 'images', imageparamete… » |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
localdata = require( "Module:Infobox/Localdata" ) | |||
-- sujet | |||
local subject = localdata['type'] or 'Publication' | |||
subjects = { | |||
["bd"] = "Bande déssinée" | |||
} | |||
subject = subjects[subject] or 'Publication' | |||
return { | return { | ||
parts = { | parts = { |
modifications