Template:MainPageSection: Difference between revisions

From Subnautica Wiki
(Created page with "<div class="mainpage-section"> <div class="mainpage-section-header">{{{1}}}</div> {{{2}}}</div><noinclude> <templatedata> { "params": { "1": { "label": "Header", "de...")
 
(Adding missing closure tag)
Tag: 2017 source edit
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
<div class="mainpage-section-header">{{{1}}}</div>
<div class="mainpage-section-header">{{{1}}}</div>


{{{2}}}</div><noinclude>
{{{2}}}
</div>
<templatedata>
{
"params": {
"1": {
"label": "Header",
"description": "The section's header text",
"type": "string",
"required": true
},
"2": {
"label": "Body",
"description": "The section's body area",
"type": "content",
"required": true
}
},
"description": "This template creates a stylized content section for the Main Page.",
"format": "block"
}
</templatedata>[[Category:Templates]]</noinclude>

Latest revision as of 16:02, 11 April 2023

{{{1}}}

{{{2}}}