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

De Starfield Wiki
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 à 15:52

Documentation[voir] [modifier] [purger]
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"},
            },
        },
    }
}