Aller au contenu

« Module:Infobox/Société » : différence entre les versions

1 638 octets ajoutés ,  23 juillet 2022
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... »
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)