13,398
edits
(Created page with "-- Implements Template:Football box collapsible local p = {} local labels = { ['penalties'] = 'Penalties', ['shootout'] = '...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 266: | Line 266: | ||
local root = | local root = | ||
mw.html.create('div') | mw.html.create('div') | ||
:addClass(' | :addClass('vcard') | ||
:attr('id', id) | :attr('id', id) | ||
root:tag('span') | root:tag('span') |
edits