Template:Online Research Help Section: Difference between revisions
(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...") |
No edit summary |
||
Line 1: | Line 1: | ||
<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}}};"> | <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}}} |
Latest revision as of 18:04, 9 January 2024
{{{Section Content}}}
This template allows you to type in the name and the content for each of your sections and then takes care of all the formatting. When used properly, this template also makes it possible for all of the content within the section to be easily viewable on mobile devices.
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 |
Copy and paste the following template code to use only the required fields.
{{Online Research Help Section | Section Title = | Section Content = }}<!-- End Online Research Help Section -->
Copy and paste the following template code to us all of the available fields.
{{Online Research Help Section | Section Title = | Style justify-content = | Style visibility = | Style align-items = | Style background-color = | Top Link Style display = | Section Content = }}<!-- End Online Research Help Section -->