Content deleted Content added
No edit summary |
No edit summary |
||
(45 intermediate revisions by the same user not shown) | |||
Line 63:
return ret
end
end
Line 231 ⟶ 222:
return
'{| class="wikitable sortable" width="" style="text-align:center;"\
|+ [[' .. tableHeaderInfo.divisionLink.. '|' .. tableHeaderInfo.division .. ']]
! width=32 | <abbr title="Position">Pos</abbr>\
! width=190 | Team ' .. tableHeaderInfo.navbarText .. '\
Line 500 ⟶ 491:
standingsPage,
mini = 1,
style = 'float:
})
Line 561 ⟶ 552:
local matches_text = mw.text.trim(frame.args.matches_text or 'games')
if string.lower(update)=='complete' then
table.insert(t_footer,'Final standings.'..tableHeaderInfo.source..'')
elseif update=='' then
-- Empty
Line 571 ⟶ 562:
table.insert(t_footer,'Updated to '..matches_text..' played on '..update..'.'..tableHeaderInfo.source..'')
end
return table.concat(outputBuffer), table.concat(t_footer)
|