Aller au contenu

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

aucun résumé des modifications
Aucun résumé des modifications
Balise : Révoqué
Aucun résumé des modifications
Balise : Révocation manuelle
Ligne 4 : Ligne 4 :
local subject = localdata['type'] or 'Publication'
local subject = localdata['type'] or 'Publication'
subjects = {
subjects = {
["publication"]       = "Publication",
["publication"] = "Publication",
["manuel"]           = "Manuel",
["manuel"] = "Manuel",
["bande dessinee"]   = "Bande dessinée",
["bande dessinee"] = "Bande dessinée",
["guide officiel"]   = "Guide officiel",
["guide officiel"] = "Guide officiel",
["scenario"]         = "Scénario",
["scenario"] = "Scénario",
["evenement"]         = "Évènement communautaire",
["evenement"] = "Évènement communautaire",
["convention"]       = "Convention"
["convention"] = "Convention"
}
}
subject = subjects[subject] or 'Publication'
subject = subjects[subject] or 'Publication'