62 737
modifications
Page créée avec « local localdata = require('Module:Infobox/Localdata') function buildSubject(arg) local subject = 'Évènement' if arg then local types = { ['conflit militaire'] =… » |
mAucun résumé des modifications |
||
Ligne 47 : | Ligne 47 : | ||
}}, | }}, | ||
{ type = 'table', title = 'Belligérants', rows = { | { type = 'table', title = 'Belligérants', rows = { | ||
{ type = 'row1col', value = function(localdata) return | { type = 'row1col', value = function(localdata) return buildColumns(localdata, 'combattant') end } | ||
}}, | }}, | ||
{ type = 'table', title = 'Commandants', rows = { | { type = 'table', title = 'Commandants', rows = { | ||
{ type = 'row1col', value = function(localdata) return | { type = 'row1col', value = function(localdata) return buildColumns(localdata, 'commandant') end } | ||
}}, | }}, | ||
{ type = 'table', title = 'Forces en présence', rows = { | { type = 'table', title = 'Forces en présence', rows = { | ||
{ type = 'row1col', value = function(localdata) return | { type = 'row1col', value = function(localdata) return buildColumns(localdata, 'forces') end } | ||
}}, | }}, | ||
{ type = 'table', title = 'Pertes', rows = { | { type = 'table', title = 'Pertes', rows = { | ||
{ type = 'row1col', value = function(localdata) return | { type = 'row1col', value = function(localdata) return buildColumns(localdata, 'pertes') end } | ||
}}, | }}, | ||
{ type = 'table', title = 'Évènements associés', rows = { | { type = 'table', title = 'Évènements associés', rows = { |
modifications