Module:ElementNavigation: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 203: Line 203:
             }
             }
              
              
            table.insert(output, '<div class="element-navigation-container">')
             -- Add previous link
             -- Add previous link
             if prevPage then
             if prevPage then
Line 225: Line 226:
             end
             end
              
              
            table.insert(output, '</div>')
             return table.concat(output, "\n")
             return table.concat(output, "\n")
         end)
         end)