Module:T-CountryHub: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 144: Line 144:
template.config.blockSequence = {
template.config.blockSequence = {
     'wrapperOpen',
     'wrapperOpen',
    'infoBox',
     'overview',
     'overview',
     'intelligentMasonry',
     'intelligentMasonry',
Line 162: Line 161:
     {blockId = 'laws', feature = 'laws', title = 'Laws and Regulations'},
     {blockId = 'laws', feature = 'laws', title = 'Laws and Regulations'},
     {blockId = 'documents', feature = 'documents', title = 'Key Documents'},
     {blockId = 'documents', feature = 'documents', title = 'Key Documents'},
     {blockId = 'resources', feature = 'resources', title = 'Resources'}
     {blockId = 'resources', feature = 'resources', title = 'Resources'},
    {blockId = 'infoBox', feature = 'infoBox', title = 'Country Info'}
}
}


Line 529: Line 529:
                 laws = template.config.blocks.laws,
                 laws = template.config.blocks.laws,
                 documents = template.config.blocks.documents,
                 documents = template.config.blocks.documents,
                 resources = template.config.blocks.resources
                 resources = template.config.blocks.resources,
                infoBox = template.config.blocks.infoBox
             }
             }
         })
         })