62 737
modifications
mAucun résumé des modifications |
Aucun résumé des modifications |
||
(5 versions intermédiaires par 2 utilisateurs non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
local localdata = require('Module:Infobox/Localdata') | local localdata = require('Module:Infobox/Localdata') | ||
local | local abb = require('Module:Abréviation') | ||
function buildGamesTable(localdata, index) | function buildGamesTable(localdata, index) | ||
Ligne 6 : | Ligne 6 : | ||
if localdata['jeux'..index] then | if localdata['jeux'..index] then | ||
if abb.links({ localdata['jeux'..index] }) then | |||
row = { type = 'table', title = abb.links({ localdata['jeux'..index], 'Aptitudes' }), rows = { | |||
row = { type = 'table', title = | |||
{ type = 'row', label = 'SPECIAL', value = 'special'..index }, | { type = 'row', label = 'SPECIAL', value = 'special'..index }, | ||
{ type = 'row', label = 'Exigences', value = 'requiert'..index }, | { type = 'row', label = 'Exigences', value = 'requiert'..index }, | ||
{ type = 'row', label = 'Rangs', value = 'rangs'..index }, | { type = 'row', label = 'Rangs', value = 'rangs'..index }, | ||
{ type = 'row', label = 'Effets', value = 'baseid'..index } | { type = 'row', label = 'Effets', value = 'effets'..index }, | ||
{ type = 'row', label = '[[Form ID]]', value = { 'formid'..index, 'baseid'..index }} | |||
}} | }} | ||
end | end |
modifications