« Module:Infobox/Serveur » : différence entre les versions
Ajout du module de l'infobox Serveur |
Ajout de champs "hardware" |
||
| Ligne 25 : | Ligne 25 : | ||
{ | { | ||
type = "table", | type = "table", | ||
title = " | title = "Informations logiciel", | ||
rows = { | rows = { | ||
{type = "row", label = "OS", value = "os"}, | {type = "row", label = "OS", value = "os"}, | ||
| Ligne 32 : | Ligne 32 : | ||
{type = "row", label = "IPv4", value = "ipv4"}, | {type = "row", label = "IPv4", value = "ipv4"}, | ||
{type = "row", label = "IPv6", value = "ipv6"}, | {type = "row", label = "IPv6", value = "ipv6"}, | ||
}, | |||
}, | |||
{ | |||
type = "table", | |||
title = "Informations physique", | |||
rows = { | |||
{type = "row", label = "RAM", value = "ram"}, | |||
{type = "row", label = "CPU", value = "cpu"}, | |||
{type = "row", label = "Mémoire", value = "mémoire"}, | |||
}, | }, | ||
}, | }, | ||
} | } | ||
} | } | ||