« Module:Infobox/Lieu » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 17 : | Ligne 17 : | ||
{type = "row", label = "Faction", value = "faction"}, | {type = "row", label = "Faction", value = "faction"}, | ||
{type = "row", label = "Planète", value = "planète"}, | {type = "row", label = "Planète", value = "planète"}, | ||
{type = "row", label = "Système", value = "système"}, | |||
}, | }, | ||
}, | }, | ||
} | } | ||
} | } |
Version du 14 juin 2023 à 14:52
return {
parts = {
{
type = "title",
value = "titre",
subtitle = "sous-titre",
},
{
type = "images",
imageparameters = {"image", "image2", "image3", "image4", "image5"},
captionparameter = "légende",
},
{
type = "table",
separator = true,
rows = {
{type = "row", label = "Faction", value = "faction"},
{type = "row", label = "Planète", value = "planète"},
{type = "row", label = "Système", value = "système"},
},
},
}
}