View source for Module:Football box
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
-- Implements [[Template:Football box]]
local p = {}
local labels = {
['penalties'] = '[[Penalty shoot-out (association football)|Penalties]]',
['shootout'] = '[[Penalty shoot-out (association football)#North American experiments|Shootout]]',
['pen'] = '[[Penalty shoot-out (association football)|p]]',
['so'] = '[[Penalty shoot-out (association football)|SO]]',
['aet'] = '[[Overtime (sports)#Association football|a.e.t.]]',
['agg'] = '[[Playoff format#Total points series (aggregate)|agg.]]',
['stadium'] = 'Stadium:',
['attendance'] = 'Attendance:',
['referee'] = 'Referee:',
['assistantreferees'] = 'Assistant referees:',
['assistantreferee2'] = '<span style="visibility:hidden">Assistant referees:</span>',
['fourthofficial'] = 'Fourth official:',
['fifthofficial'] = 'Fifth official:',
['goallineassistants'] = 'Goal-line assistants:',
['goallineassistant2'] = '<span style="visibility:hidden">Goal-line assistants:</span>',
['motm'] = 'Man of the Match:',
000
1:0
Template used on this page:
Return to Module:Football box.