Module:T-Event: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Tag: Manual revert
 
(9 intermediate revisions by the same user not shown)
Line 23: Line 23:
         logo = true,
         logo = true,
         fields = true,
         fields = true,
        navigation = true,
         socialMedia = true,
         socialMedia = true,
         semanticProperties = true,
         semanticProperties = true,
         categories = true,
         categories = true,
         errorReporting = true,
         errorReporting = true
        navigation = true
     }
     }
})
})
Line 58: Line 58:
         prevLabel = "← %s",
         prevLabel = "← %s",
         nextLabel = "%s →",
         nextLabel = "%s →",
         prevClass = "event-nav-prev",
         classPrefix = "event"
        nextClass = "event-nav-next"
     }
     }
end
end
Line 82: Line 81:
-- Basic preprocessors
-- Basic preprocessors
Blueprint.addPreprocessor(template, 'setPageIdField') -- Blueprint default
Blueprint.addPreprocessor(template, 'setPageIdField') -- Blueprint default
Blueprint.addPreprocessor(template, 'deriveRegionFromCountry')
Blueprint.addPreprocessor(template, 'deriveRegionFromCountry') -- Possible blueprint default


-- ==================== Main Render Function ====================
-- ==================== Main Render Function ====================