20 398
modifications
âge et suppression prod |
scénario |
||
(6 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 5 : | Ligne 5 : | ||
if localdata['type'] then | if localdata['type'] then | ||
local types = { | local types = { | ||
[' | ['épisode'] = 'Épisode', | ||
[' | ['Bonus'] = 'Épisode bonus' | ||
} | } | ||
subject = types[localdata['type']:lower()] or subject | subject = types[localdata['type']:lower()] or subject | ||
Ligne 22 : | Ligne 22 : | ||
{ type = "row", label = "Durée", value = "durée" }, | { type = "row", label = "Durée", value = "durée" }, | ||
{ type = "row", label = "Âge", value = "age" }, | { type = "row", label = "Âge", value = "age" }, | ||
{ type = "row", label = "Scénario", value = "scenario" }, | |||
{ type = "row", label = "Description", value = "description" }, | { type = "row", label = "Description", value = "description" }, | ||
}}, | }}, |
modifications