Template:Kalispell FHC Section: Difference between revisions

From FamilySearch Wiki
No edit summary
No edit summary
Line 3: Line 3:
</div>
</div>
<div style="padding: 1%; display: flex; flex-flow: row wrap; justify-content: {{{Style justify-content|center}}}; align-items: {{{Style align-items|center}}}; background-color: {{{Style background-color|white}}};">
<div style="padding: 1%; display: flex; flex-flow: row wrap; justify-content: {{{Style justify-content|center}}}; align-items: {{{Style align-items|center}}}; background-color: {{{Style background-color|white}}};">
{{{Content}}}
{{{Section Content}}}
</div>
</div>
<div style="display: {{{Top Link Style display|flex}}}; justify-content: left; margin-top: 1em;"><div class="standard-link">[[#top|Back to top]]</div></div>
<div style="display: {{{Top Link Style display|flex}}}; justify-content: left; margin-top: 1em;"><div class="standard-link">[[#top|Back to top]]</div></div>
Line 24: Line 24:
"type": "string"
"type": "string"
},
},
"Content": {
"Section Content": {
"required": true
"required": true
},
},

Revision as of 15:13, 13 February 2022

{{{Section Title}}}

{{{Section Content}}}

No description.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Style justify-contentStyle justify-content

flexbox css style options: flex-start | flex-end | center | space-between | space-around | space-evenly

Default
center
Stringoptional
Style align-itemsStyle align-items

flexbox css align-items options: flex-start | flex-end | center | baseline | stretch

Default
center
Stringoptional
Style background-colorStyle background-color

css style for section background color

Stringoptional
Section ContentSection Content

no description

Unknownrequired
Section TitleSection Title

This will be displayed as an <h1> tag and will appear in the page table of contents.

Stringrequired
Style visibilityStyle visibility

Determines whether the title should be visible when rendered. css visibility: hidden | visible

Default
hidden
Stringoptional