Модуль:Участники финального турнира: различия между версиями
Lord (обсуждение | вклад) Нет описания правки |
никаких полных названий |
||
| Строка 190: | Строка 190: | ||
:wikitext(string.format('[[Файл:%s.jpg|50x100px]]', team.short)) | :wikitext(string.format('[[Файл:%s.jpg|50x100px]]', team.short)) | ||
-- | -- Ссылка на команду | ||
local link = (team.full == team.short) and string.format('[[%s]]', team.short) | local link = (team.full == team.short) and string.format('[[%s]]', team.short) | ||
or string.format(' | or string.format('[%s]]', team.short) | ||
tr:tag('td') | tr:tag('td') | ||