Изменения
Перейти к навигации
Перейти к поиску
Строка 206:
Строка 206:
− +
+ scope="col" на заголовочных ячеек
table_content = '{| class="wikitable '
table_content = '{| class="wikitable '
if wide then table_content = table_content .. 'wide' end
if wide then table_content = table_content .. 'wide' end
table_content = table_content .. '"\n! Код !! Результат'
table_content = table_content .. '"\n! scope="col" | Код !! scope="col" | Результат'
if are_comments then table_content = table_content .. ' !! Комментарий' end
if are_comments then table_content = table_content .. ' !! Комментарий' end
end
end