Template:Kalispell FHC Section: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<h1 style="text-align: center; visibility: hidden">Announcements</h1> | |||
<div style="display: flex; flex-flow: row wrap; justify-content: {{{justify|center}}}; align-items: {{{align|center}}}; background-color: {{{background-color|white}}};"> | <div style="display: flex; flex-flow: row wrap; justify-content: {{{justify|center}}}; align-items: {{{align|center}}}; background-color: {{{background-color|white}}};"> | ||
{{{content}}} | {{{content}}} |
Revision as of 18:19, 21 January 2022
Announcements
{{{content}}}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
section-title | section-title | This will be displayed as an <h1> tag and will appear in the page table of contents. | String | required |
content | content | no description | Unknown | required |
show-section-title | show-section-title | Determines whether the title should be visible when rendered.
| Boolean | optional |
justify | justify | flexbox css style options: flex-start | flex-end | center | space-between | space-around | space-evenly
| String | optional |
align | align | flexbox css align-items options: flex-start | flex-end | center | baseline | stretch
| String | optional |
background-color | background-color | css style for section background color | String | optional |