Module:T-Event: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 72: Line 72:


-- ELEMENT:NAVIGATION
-- ELEMENT:NAVIGATION
local ElementNavigation = require('Module:ElementNavigation')
    local ElementNavigation = ErrorHandling.safeRequire(errorContext, 'Module:ElementNavigation', false)
if ElementNavigation and ElementNavigation.elementName then
if ElementNavigation and ElementNavigation.elementName then
     Blueprint.registerElement(ElementNavigation.elementName, ElementNavigation)
     Blueprint.registerElement(ElementNavigation.elementName, ElementNavigation)