62 737
modifications
Page créée avec « local localdata = require('Module:Infobox/Localdata') function buildSkills(localdata) local skills = nil if localdata['compétences'] then skills = '' if localdat… » |
mAucun résumé des modifications |
||
Ligne 36 : | Ligne 36 : | ||
}}, | }}, | ||
{ type = 'table', title = 'Apparitions', rows = { | { type = 'table', title = 'Apparitions', rows = { | ||
{ type = 'row', label = 'Mentions', value = function(localdata) return require('Module:Jeux').buildLinksList({ localdata['mentions'] }) end }, | { type = 'row', label = 'Mentions', value = function(localdata) return require('Module:Jeux').buildLinksList({ localdata['mentions'], sep = '<br/>' }) end }, | ||
{ type = 'row', label = 'Quêtes', value = 'quêtes' }, | { type = 'row', label = 'Quêtes', value = 'quêtes' }, | ||
{ type = 'row', label = 'Missions', value = 'missions' } | { type = 'row', label = 'Missions', value = 'missions' } |
modifications