1 362
modifications
Page créée avec « local localdata = require('Module:Infobox/Localdata') function buildSubject(localdata) local subject = 'Compagnie' if localdata['type'] then local types = { ['spatiale'] = 'spatiale', } local type = types[localdata['type']:lower()] if type then subject = subject .. ' ' .. type end end return subject end return { parts = { { type = 'title', value = 'nom', subtitle = 'sous-titre', icon = 'icône', subhead = { subject = build... » |
(Aucune différence)
|