Aller au contenu

« Module:Infobox/Planète » : différence entre les versions

aucun résumé des modifications
mAucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
return {
return {
parts = {
    parts = {
{ type = 'title', value = 'nom', subtitle = 'sous-titre', icon = 'icône', subhead = { games = 'jeux', subject = 'Faction', link = 'Factions' }},
        {
{ type = 'images', imageparameters = { 'image', 'image2', 'image3', 'image4', 'image5' }, captionparameter = { 'légende', 'image desc' }},
            type = "title",
{ type = 'table', title = 'Caractéristiques physiques', rows = {
            value = "titre",
{ type = 'row', label = 'Système', value = 'système' },
            subtitle = "sous-titre",
{ type = 'row', label = 'Type', value = 'type' },
        },
{ type = 'row', label = 'Gravité', value = 'gravité' },
        {
{ type = 'row', label = 'Température', value = 'température' },
            type = "images",
{ type = 'row', label = 'Atmosphère', value = 'atmosphère' },
            imageparameters = {"image", "image2", "image3", "image4", "image5"},
{ type = 'row', label = 'Magnétosphère', value = 'magnétosphère' },
            captionparameter = "légende",
{ type = 'row', label = 'Faune', value = 'faune' },
        },
{ type = 'row', label = 'Flore', value = 'flore' },
        {
{ type = 'row', label = 'Eau', value = 'eau' },
            type = "table",
}},
            title = "Caractéristiques",
{ type = 'table', title = 'Colonisation', rows = {
            rows = {
{ type = 'row', label = 'Faction', value = 'faction' },
                {type = "row", label = "Système", value = "système"},
{ type = 'row', label = 'Lieu', value = 'lieu' },
                {type = "row", label = "Type", value = "type"},
}},
                {type = "row", label = "Gravité", value = "gravité"},
}
                {type = "row", label = "Température", value = "température"},
                {type = "row", label = "Atmosphère", value = "atmosphère"},
                {type = "row", label = "Magnétosphère", value = "magnétosphère"},
                {type = "row", label = "Faune", value = "faune"},
                {type = "row", label = "Flore", value = "flore"},
                {type = "row", label = "Eau", value = "eau"},
            }
        },
        {
            type = "table",
            title = "Colonies",
            rows = {
                {type = "row", label = "Faction", value = "faction"},
                {type = "row", label = "Lieu", value = "lieu"}
            },
        }
    }
}
}