Aller au contenu

« Module:Infobox/Saison TV » : différence entre les versions

Page créée avec « local localdata = require('Module:Infobox/Localdata') function buildSubject(localdata) local subject = 'Saison' if localdata['type'] then local types = { ['saison'] = 'Saison' } subject = types[localdata['type']:lower()] or subject end return subject end return { parts = { { type = "title", value = "nom", subtitle = "sous-titre", icon = "icône", subhead = { games = 'série', subject = buildSubject(localdata) }}, { type = "images",... »
Page créée avec « local localdata = require('Module:Infobox/Localdata') function buildSubject(localdata) local subject = 'Saison' if localdata['type'] then local types = { ['saison'] = 'Saison' } subject = types[localdata['type']:lower()] or subject end return subject end return { parts = { { type = "title", value = "nom", subtitle = "sous-titre", icon = "icône", subhead = { games = 'série', subject = buildSubject(localdata) }}, { type = "images",... »
(Aucune différence)