62 737
modifications
Aucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 79 : | Ligne 79 : | ||
local subhead = nil | local subhead = nil | ||
if part.subhead then | if part.subhead then | ||
local subheadText = require('Module:Jeux').buildLinksList( | local subheadText = require('Module:Jeux').buildLinksList({ | ||
getValue(part.subhead.games, part), | getValue(part.subhead.games, part), | ||
part.subhead.link, | part.subhead.link, | ||
part.subhead.subject | part.subhead.subject | ||
}) | |||
subhead = tostring(mw.html.create('div') | subhead = tostring(mw.html.create('div') | ||
:addClass('avt-infobox-header-subhead') | :addClass('avt-infobox-header-subhead') |
modifications