Модуль:FetchData7: відмінності між версіями

104 байти вилучено ,  У понеділок о 19:34
нема опису редагування
Немає опису редагування
Мітка: Скасовано
Немає опису редагування
Мітка: Скасовано
Рядок 47: Рядок 47:
     end
     end
      
      
     local html = '<nav class="toc-sidebar">'
     local html = '<nav class="toc-sidebar"><div class="toc-title">Зміст</div><ul class="toc-list">'
    html = html .. '<div class="toc-title">Зміст</div>'
    html = html .. '<ul class="toc-list">'
      
      
     for _, section in ipairs(sections) do
     for _, section in ipairs(sections) do
         html = html .. '<li class="toc-item">'
         html = html .. '<li class="toc-item"><a href="#' .. section.anchor .. '"><span class="toc-number">' .. section.num .. '</span><span class="toc-text">' .. section.display .. '</span></a></li>'
        html = html .. '<span class="toc-number">' .. section.num .. '</span>'
        html = html .. '[[#' .. section.anchor .. '|' .. section.display .. ']]'
        html = html .. '</li>'
     end
     end
      
      
     html = html .. '</ul>'
     html = html .. '</ul></nav>'
    html = html .. '</nav>'
      
      
     return html
     return html