62 737
modifications
Première version du module |
mAucun résumé des modifications |
||
Ligne 22 : | Ligne 22 : | ||
function p.build(frame) | function p.build(frame) | ||
local args = | local args = getArgs(frame) | ||
local res = mw.html.create( 'ul' ) | local res = mw.html.create( 'ul' ) | ||
Ligne 35 : | Ligne 35 : | ||
local service = args['service' .. i] or defaultService | local service = args['service' .. i] or defaultService | ||
local description = args['t' .. i] or '' | local description = args['t' .. i] or '' | ||
local video = | local video = frame:callParserFunction{ name = '#ev:' .. service, args = { | ||
id, dimensions, '', description | id, dimensions, '', description | ||
}} | }} |
modifications