Module:T-Campaign: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 183: | Line 183: | ||
end | end | ||
-- | -- Centralize processing by using the WikitextProcessor's main function | ||
local | local placeholderValues = { | ||
CAMPAIGN_NAME = template.config.constants.title or "Campaign" | |||
} | |||
bannerContent = WikitextProcessor.processContentForFrontend(bannerContent, placeholderValues, context) | |||
bannerContent = WikitextProcessor. | |||
local noticeData = { | local noticeData = { | ||