62 737
modifications
Page créée avec « local localdata = require('Module:Infobox/Localdata') local games = require('Module:Jeux') local keyWords = { ['dérivée'] = { subject = 'Statistique dérivée', li… » |
mAucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
local localdata = require('Module:Infobox/Localdata') | local localdata = require('Module:Infobox/Localdata') | ||
local | local gamesTool = require('Module:Jeux') | ||
local keyWords = { | local keyWords = { | ||
Ligne 12 : | Ligne 12 : | ||
if localdata['jeux'..index] then | if localdata['jeux'..index] then | ||
if gamesTool.buildLinksList({ localdata['jeux'..index] }) then | |||
local keyWord = keyWords[localdata['type']] or {} | |||
local link = keyWord.link | |||
row = { type = 'table', title = | |||
{ type = 'row', label = ' | row = { type = 'table', title = gamesTool.buildLinksList({ localdata['jeux'..index], link }), rows = { | ||
{ type = 'row', label = ' | { type = 'row', label = 'Modifie', value = 'modifie'..index }, | ||
{ type = 'row', label = ' | { type = 'row', label = 'Gouvernée par', value = 'gouvernée par'..index }, | ||
{ type = 'row', label = ' | { type = 'row', label = 'Valeur initiale', value = 'valeur initiale'..index }, | ||
{ type = 'row', label = ' | { type = 'row', label = 'Aptitudes associées', value = 'aptitudes asso'..index }, | ||
{ type = 'row', label = 'Traits associés', value = 'traits asso'..index } | |||
}} | }} | ||
end | end |
modifications