Template:Kalispell FHC Section: Difference between revisions

From FamilySearch Wiki
m (category)
No edit summary
Line 2: Line 2:
<h1 style="text-align: center; ">{{{Section Title}}}</h1>
<h1 style="text-align: center; ">{{{Section Title}}}</h1>
</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|stretch}}}; background-color: {{{Style background-color|white}}};">
{{{Section Content}}}
{{{Section Content}}}
</div>
</div>
Line 18: Line 18:
"description": "css flex-box align-items: flex-start | flex-end | center | baseline | stretch",
"description": "css flex-box align-items: flex-start | flex-end | center | baseline | stretch",
"type": "string",
"type": "string",
"default": "center"
"default": "stretch"
},
},
"Style background-color": {
"Style background-color": {

Revision as of 13:12, 14 April 2022

{{{Section Title}}}

{{{Section Content}}}

No description.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Section TitleSection Title

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

Stringrequired
Section ContentSection Content

no description

Contentrequired
Style justify-contentStyle justify-content

css flexbox justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly

Default
center
Stringoptional
Style visibilityStyle visibility

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

Default
hidden
Stringoptional
Style align-itemsStyle align-items

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

Default
stretch
Stringoptional
Style background-colorStyle background-color

css style for section background color

Stringoptional
Top Link Style displayTop Link Style display

Determines whether the "Back to top" link should be visible when rendered. css display: flex | none | block

Default
flex
Stringoptional