Template:FSC Section

Revision as of 15:51, 14 December 2022 by Batsondl (talk | contribs) (Created page with "<div style="margin-top: 1em; padding: 1% 1% 1em; background-color: {{{Style background-color|white}}}; width: 100%; visibility: {{{Style visibility|visible}}};"> <h1 style="te...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{{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