« Module:Infobox/Logiciel » : différence entre les versions
Page créée avec « local general = require("Module:Infobox/Fonctions") local localdata = require("Module:Infobox/Localdata") return { parts = { general.title(), general.image(), { type = "table", title = "Général", rows = { {type = "row", label = "Site officiel", value = "site officiel"}, {type = "row", label = "Documentation", value = "documentation"}, {type = "row",... » |
Aucun résumé des modifications |
||
| (Une version intermédiaire par le même utilisateur non affichée) | |||
| Ligne 12 : | Ligne 12 : | ||
{type = "row", label = "Site officiel", value = "site officiel"}, | {type = "row", label = "Site officiel", value = "site officiel"}, | ||
{type = "row", label = "Documentation", value = "documentation"}, | {type = "row", label = "Documentation", value = "documentation"}, | ||
{type = "row", label = "Localisation", value = " | {type = "row", label = "Localisation", value = "localisation"}, | ||
}, | }, | ||
}, | }, | ||
| Ligne 19 : | Ligne 19 : | ||
title = "Outils", | title = "Outils", | ||
rows = { | rows = { | ||
{type = "row", label = "Utilisations", value = " | {type = "row", label = "Utilisations", value = "utilisations"}, | ||
{type = "row", label = "Utilise", value = " | {type = "row", label = "Utilise", value = "utilise"}, | ||
}, | }, | ||
}, | }, | ||
| Ligne 27 : | Ligne 27 : | ||
title = "Information technique", | title = "Information technique", | ||
rows = { | rows = { | ||
{type = "row", label = "Configuration", value = " | {type = "row", label = "Configuration", value = "configuration"}, | ||
{type = "row", label = "Port", value = "port | {type = "row", label = "Accès", value = "accès"}, | ||
{type = "row", label = "Port", value = "port"}, | |||
{type = "row", label = "Service", value = "service"}, | |||
}, | }, | ||
}, | }, | ||
} | } | ||
} | } | ||