705
modifications
m Kharmitch a déplacé la page Module:Infobox/Système solaire vers Module:Infobox/Système stellaire sans laisser de redirection |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
return { | return { | ||
parts = { | |||
{ | |||
type = "title", | |||
value = "titre", | |||
subtitle = "sous-titre" | |||
}, | |||
{ | |||
type = "images", | |||
imageparameters = {"image", "image2", "image3", "image4", "image5"}, | |||
captionparameter = "légende" | |||
}, | |||
{ | |||
type = "table", | |||
title = "Caractéristiques", | |||
rows = { | |||
{type = "row", label = "Niveau", value = "niveau"}, | |||
} | |||
}, | |||
{ | |||
type = "table", | |||
title = "Objets célèstes", | |||
rows = { | |||
{type = "row", label = "Planètes", value = "planète"}, | |||
{type = "row", label = "Satellites", value = "satellites"}, | |||
} | |||
}, | |||
{ | |||
type = "table", | |||
title = "Présence humaine", | |||
rows = { | |||
{type = "row", label = "Faction", value = "faction"}, | |||
{type = "row", label = "Avant-postes", value = "avant-postes"}, | |||
} | |||
}, | |||
} | |||
} | } |