62 737
modifications
Page créée avec « local localdata = require( 'Module:Infobox/Localdata' ) function buildResistance(localdata, type) local rd = 0 local sd = 0 if localdata['rd '..type] then rd = loc… » |
mAucun résumé des modifications |
||
Ligne 19 : | Ligne 19 : | ||
parts = { | parts = { | ||
{ type = 'title', value = 'nom', subtitle = 'sous-titre', subhead = { games = 'jeux', subject = 'Armure', link = 'Armures et vêtements' }}, | { type = 'title', value = 'nom', subtitle = 'sous-titre', subhead = { games = 'jeux', subject = 'Armure', link = 'Armures et vêtements' }}, | ||
{ type = 'images', imageparameters = { 'image', 'image2', 'image3', 'image4', 'image5' }, captionparameter = 'légende' }, | { type = 'images', imageparameters = { 'image', 'image2', 'image3', 'image4', 'image5' }, captionparameter = { 'légende', 'image desc' }}, | ||
{ type = 'text', value = 'test' }, | { type = 'text', value = 'test' }, | ||
{ type = 'table', title = 'Statistiques', rows = { | { type = 'table', title = 'Statistiques', rows = { | ||
Ligne 40 : | Ligne 40 : | ||
{ type = 'row', label = 'Prototype ID', value = 'proto' }, | { type = 'row', label = 'Prototype ID', value = 'proto' }, | ||
{ type = 'row', label = 'Fichier dialogue', value ='dialogue' } | { type = 'row', label = 'Fichier dialogue', value ='dialogue' } | ||
}} | }}, | ||
{ type = 'text', value = 'pied' } | |||
} | } | ||
} | } |
modifications