Modul:SportsRankings: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
mulai |
Wily jordan (bicara | kontrib) Tidak ada ringkasan suntingan Tag: Suntingan perangkat seluler Suntingan peramban seluler Suntingan seluler lanjutan |
||
(4 revisi perantara oleh 3 pengguna tidak ditampilkan) | |||
Baris 1:
require('
Baris 180:
-- column header customisation
local rankHeader = templateArgs['rank_header'] or "
local selectionHeader = templateArgs['selection_header'] or selectList or "
local teamHeader = templateArgs['team_header'] or "
local pointsHeader = templateArgs['points_header'] or "
local changeHeader = templateArgs['change_header'] or "
--start table
Baris 190:
-- add default or custom caption
local caption = ranking .. '
if templateArgs['caption'] and templateArgs['caption'] ~= "" then
caption = templateArgs['caption']
Baris 278:
--[[ template to display flag icon and team link (e.g. fb, fbw, bk, ih)
e.g. "FIFA World Rankings" = 'fb', "FIFA Women's World Rankings" 'fbw',
"FIBA World Rankings" = 'bk', "IIHF World Ranking" = 'ih', "FIFA Futsal World Ranking" = 'ft'
tries with country code, then if error, tried with country name]]
local countryTemplate = data.templates['flagged_team_link']
|