62 737
modifications
Page créée avec « return { parts = { { type = 'title', value = 'nom', subtitle = 'sous-titre', icon = 'icône', subhead = { games = 'jeux', subject = 'Arme', link = 'Armes' }}, { type… » |
Harmonisation des identifiants techniques |
||
(7 versions intermédiaires par 3 utilisateurs non affichées) | |||
Ligne 7 : | Ligne 7 : | ||
{ type = 'row', label = 'Dégâts', value = 'dégâts' }, | { type = 'row', label = 'Dégâts', value = 'dégâts' }, | ||
{ type = 'row', label = 'Types de dégâts', value = 'type de dégâts' }, | { type = 'row', label = 'Types de dégâts', value = 'type de dégâts' }, | ||
{ type = 'row', label = 'Dégâts de zone', value = 'zone' } | { type = 'row', label = 'Dégâts de zone', value = 'zone' }, | ||
{ type = 'row', label = 'Coup de crosse', value = 'cdc' } | |||
}}, | }}, | ||
{ type = 'table', title = 'Munitions', rows = { | { type = 'table', title = 'Munitions', rows = { | ||
Ligne 21 : | Ligne 22 : | ||
{ type = 'row', label = 'Modules par défaut', value = 'mods défaut' }, | { type = 'row', label = 'Modules par défaut', value = 'mods défaut' }, | ||
{ type = 'row', label = 'autres versions', value = 'autres versions' } | { type = 'row', label = 'autres versions', value = 'autres versions' } | ||
}}, | |||
{ type = 'table', title = 'Aptitudes', collapseparameters = { collapsible = true, collapsed = true }, rows = { | |||
{ type = 'row', label = 'Dégâts', value = 'apt dégâts' }, | |||
{ type = 'row', label = 'Furtivité', value = 'apt furtivité' }, | |||
{ type = 'row', label = 'Légendaire', value = 'apt légendaire' }, | |||
{ type = 'row', label = 'Pénétration', value = 'apt pénétration' }, | |||
{ type = 'row', label = 'Poids', value = 'apt poids' }, | |||
{ type = 'row', label = 'Divers', value = 'apt divers' }, | |||
{ type = 'row', label = 'Modificateurs', value = 'modificateurs' } | |||
}}, | }}, | ||
{ type = 'table', title = 'Autres propriétés', rows = { | { type = 'table', title = 'Autres propriétés', rows = { | ||
Ligne 26 : | Ligne 36 : | ||
{ type = 'row', label = 'Valeur', value = 'valeur' }, | { type = 'row', label = 'Valeur', value = 'valeur' }, | ||
{ type = 'row', label = 'Quête', value = 'quête' }, | { type = 'row', label = 'Quête', value = 'quête' }, | ||
{ type = 'row', label = 'Évènement', value = 'évènement' }, | |||
{ type = 'row', label = 'Plan', value = 'plan' } | { type = 'row', label = 'Plan', value = 'plan' } | ||
}}, | }}, | ||
{ type = 'table', title = 'Technique', rows = { | { type = 'table', title = 'Technique', collapseparameters = { collapsible = true, collapsed = true }, rows = { | ||
{ type = 'row', label = 'Editor ID', value = 'editorid' }, | { type = 'row', label = '[[Editor ID]]', value = 'editorid' }, | ||
{ type = 'row', label = '[[Form ID | { type = 'row', label = '[[Form ID]]', value = 'formid'} | ||
}}, | }}, | ||
{ type = 'text', value = 'pied' } | { type = 'text', value = 'pied' } | ||
} | } | ||
} | } |
modifications