« Module:Infobox/Évènement » : différence entre les versions

m
aucun résumé des modifications
Kharmitch (discussion | contributions)
Page créée avec « local localdata = require('Module:Infobox/Localdata') function buildSubject(arg) local subject = 'Évènement' if arg then local types = { ['conflit militaire'] =… »
 
Kharmitch (discussion | contributions)
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 buildFighters(localdata, 'combattant') end }
{ 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 buildFighters(localdata, 'commandant') end }
{ 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 buildFighters(localdata, 'forces') end }
{ 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 buildFighters(localdata, 'pertes') end }
{ 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 = {
Bureaucrate, commentadmin, emailconfirmed, Administrateurs d’interface, staff, Administrateur
62 734

modifications