Module:T-Event: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode Tag: Manual revert |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 58: | Line 58: | ||
prevLabel = "← %s", | prevLabel = "← %s", | ||
nextLabel = "%s →", | nextLabel = "%s →", | ||
classPrefix = "event" | |||
} | } | ||
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 ==================== | ||