Template:Kalispell FHC Section: Difference between revisions
(Added space to fix the weird DisplayTitle issue.) |
No edit summary |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 5: | Line 5: | ||
{{{Section 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> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 53: | Line 53: | ||
"Style background-color", | "Style background-color", | ||
"Top Link Style display" | "Top Link Style display" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata>[[Category:Template]] | ||
[[Category:Template]] | |||
</noinclude> | </noinclude> | ||
Revision as of 17:28, 14 April 2022
{{{Section Title}}}
{{{Section 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 |
| Section Content | Section Content | no description | Content | required |
| Style justify-content | Style justify-content | css flexbox justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly
| String | optional |
| Style visibility | Style visibility | Determines whether the title should be visible when rendered. css visibility: hidden | visible
| String | optional |
| Style align-items | Style align-items | css flex-box align-items: flex-start | flex-end | center | baseline | stretch
| String | optional |
| Style background-color | Style background-color | css style for section background color | String | optional |
| Top Link Style display | Top Link Style display | Determines whether the "Back to top" link should be visible when rendered. css display: flex | none | block
| String | optional |