Module:T-Process: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 63: Line 63:
     template.config.navigation = {
     template.config.navigation = {
         prevLabel = "← %s",
         prevLabel = "← %s",
         nextLabel = "%s →"
         nextLabel = "%s →",
        prevClass = "process-nav-prev",
        nextClass = "process-nav-next"
     }
     }
end
end