Modul:Medals table/peskovnik: Razlika med redakcijama

Izbrisana vsebina Dodana vsebina
mBrez povzetka urejanja
mBrez povzetka urejanja
Vrstica 23:
end
 
local team = args['team'] or 'DržavDržava'
local root = mw.html.create()
local host = args['host'] or ''
Vrstica 95:
:css('width', '4em')
:css('background-color', 'gold')
:wikitext('GoldZlato')
:tag('th')
:attr('scope', 'col')
Vrstica 101:
:css('width', '4em')
:css('background-color', 'silver')
:wikitext('SilverSrebro')
:tag('th')
:attr('scope', 'col')
Vrstica 107:
:css('width', '4em')
:css('background-color', '#c96')
:wikitext('BronzeBron')
:tag('th')
:attr('scope', 'col')
:css('width', '4em')
:wikitext('TotalSkupaj')
-- enumerate the rows
Vrstica 246:
:css('font-style', 'italic')
:css('text-align','left')
:wikitext(args['remaining_link'] or args['remaining_text'] or 'Remaining' or 'Ostalo')
:tag('td')
:wikitext(remainingGold)
Vrstica 271:
:addClass('sortbottom')
:tag('th')
:wikitext('Skupaj ('..remainingEnd..' '..team..'?)')
:attr('scope', 'row')
:css('background-color', '#eaebef')
Vrstica 298:
if args['source'] then
footer = footer .. 'SourceVir: ' .. args['source']
end
if args['notes'] then
Vrstica 304:
footer = footer .. '<br>'
end
footer = footer .. 'NotesOpombe: ' .. args['notes']
end
footer = footer .. frame:expandTemplate{ title = 'refend' }