Module:T-CountryHub: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 145: | Line 145: | ||
'wrapperOpen', | 'wrapperOpen', | ||
'infoBox', | 'infoBox', | ||
'overview', | 'overview', | ||
'intelligentMasonry', | 'intelligentMasonry', | ||
| Line 155: | Line 154: | ||
-- MASONRY LAYOUT CONFIGURATION | -- MASONRY LAYOUT CONFIGURATION | ||
local cardDefinitions = { | local cardDefinitions = { | ||
{blockId = 'intro', feature = 'intro', title = 'Welcome'}, | |||
{blockId = 'organizations', feature = 'organizations', title = 'Organizations'}, | {blockId = 'organizations', feature = 'organizations', title = 'Organizations'}, | ||
{blockId = 'people', feature = 'people', title = 'People'}, | {blockId = 'people', feature = 'people', title = 'People'}, | ||
| Line 521: | Line 521: | ||
options = masonryOptions, | options = masonryOptions, | ||
blockRenderers = { | blockRenderers = { | ||
intro = template.config.blocks.intro, | |||
organizations = template.config.blocks.organizations, | organizations = template.config.blocks.organizations, | ||
people = template.config.blocks.people, | people = template.config.blocks.people, | ||