« Module:Infobox/Système stellaire » : différence entre les versions
Page créée avec « return { 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 = 'table', title = 'Informations générales', rows = { { type = 'row', label = 'Niveau', value = 'niveau' }, { type = 'row', label = 'Planèt... » |
Aucun résumé des modifications |
||
Ligne 6 : | Ligne 6 : | ||
{ type = 'row', label = 'Niveau', value = 'niveau' }, | { type = 'row', label = 'Niveau', value = 'niveau' }, | ||
{ type = 'row', label = 'Planète', value = 'planète' }, | { type = 'row', label = 'Planète', value = 'planète' }, | ||
{ type = 'row', label = 'Lune', value = ' | { type = 'row', label = 'Lune', value = 'lune' }, | ||
{ type = 'row', label = 'Avant-poste', value = 'avant-poste' }, | { type = 'row', label = 'Avant-poste', value = 'avant-poste' }, | ||
}}, | }}, |
Version du 8 janvier 2023 à 10:20
return {
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 = 'table', title = 'Informations générales', rows = {
{ type = 'row', label = 'Niveau', value = 'niveau' },
{ type = 'row', label = 'Planète', value = 'planète' },
{ type = 'row', label = 'Lune', value = 'lune' },
{ type = 'row', label = 'Avant-poste', value = 'avant-poste' },
}},
{ type = 'table', title = 'Informations de gameplay', rows = {
{ type = 'row', label = 'Faction', value = 'faction' },
{ type = 'text', value = 'pied' }
}},
}
}