Template:Kalispell FHC Section: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<h1 style="text-align: center; visibility: | <h1 style="text-align: center; visibility: {{{section-title-visibility}}}">{{{section-title}}}</h1> | ||
<div style="display: flex; flex-flow: row wrap; justify-content: {{{justify}}}; align-items: {{{align}}}; background-color: {{{background-color}}};"> | <div style="display: flex; flex-flow: row wrap; justify-content: {{{justify}}}; align-items: {{{align}}}; background-color: {{{background-color}}};"> | ||
{{{content}}} | {{{content}}} | ||
Line 29: | Line 29: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "section-title-visibility": { | ||
"description": "Determines whether the title should be visible when rendered.", | "description": "Determines whether the title should be visible when rendered. css visibility: hidden | visible", | ||
"type": " | "type": "string", | ||
"default": " | "default": "hidden" | ||
} | } | ||
}, | }, | ||
Line 38: | Line 38: | ||
"section-title", | "section-title", | ||
"content", | "content", | ||
" | "section-title-visibility", | ||
"justify", | "justify", | ||
"align", | "align", |
Revision as of 18:39, 21 January 2022
{{{section-title}}}
{{{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 |
section-title-visibility | section-title-visibility | Determines whether the title should be visible when rendered. css visibility: hidden | visible
| String | 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 |