Template:Kalispell FHC Article: Difference between revisions
No edit summary |
m (category) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<div style="background-color: rgba(39,196,244,.4); border: 1px solid rgba(39,196,244,1); border-radius: 5px; padding: 2%; display: flex; flex-wrap: wrap; margin-bottom: 2em;"> | <div style="background-color: rgba(39,196,244,.4); border: 1px solid rgba(39,196,244,1); border-radius: 5px; padding: 2%; display: flex; flex-wrap: wrap; margin-bottom: 2em;"> | ||
<div style="flex: 1;">[[File:{{{ | <div style="flex: 1; min-width: 320px;">[[File:{{{Article Image URL|Whimsical_family_tree_(1).jpg}}}]]</div> | ||
<div style="flex: 2; padding: 1%; min-width: | <div style="flex: 2; padding: 1%; min-width: 320px;"> | ||
<h2 style="border-color: rgba(39,196,244,.4); color: rgba(15,91,169,1); font-size: 1em!important">{{{Title}}}</h2> | <h2 style="border-color: rgba(39,196,244,.4); color: rgba(15,91,169,1); font-size: 1em!important">{{{Article Title}}}</h2> | ||
<h3 style="border-bottom: none;">{{{Subtitle}}}</h3> | <h3 style="border-bottom: none;">{{{Article Subtitle}}}</h3> | ||
<br /> | <br /> | ||
{{{Content}}} | {{{Article Content}}} | ||
</div> | </div> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Article Image URL": { | |||
"description": "This image appears to the left of the content and is intended to draw attention to and support the linked article or video.", | |||
"type": "string", | |||
"default": "Whimsical_family_tree_(1).jpg", | |||
"suggested": true | |||
}, | |||
"Article Title": { | |||
"description": "This will be displayed as an <h1> tag and will appear in the page table of contents. This is designed to be generic to what article is actually chosen.", | |||
"example": "Family History Highlight: February", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Article Subtitle": { | |||
"description": "This will be displayed as an <h2> tag and will appear in the page table of contents. This is designed to be the actual title of the article being described.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Article Content": { | |||
"description": "This is a short description of the article or video that is being linked to. This should also include the link to the article or video.", | |||
"suggested": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"Article Title", | |||
"Article Subtitle", | |||
"Article Content", | |||
"Article Image URL" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata>[[Category:Template]] | |||
</noinclude> |
Latest revision as of 14:01, 18 February 2022
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Article Title | Article Title | This will be displayed as an <h1> tag and will appear in the page table of contents. This is designed to be generic to what article is actually chosen.
| String | required |
Article Subtitle | Article Subtitle | This will be displayed as an <h2> tag and will appear in the page table of contents. This is designed to be the actual title of the article being described. | String | required |
Article Content | Article Content | This is a short description of the article or video that is being linked to. This should also include the link to the article or video. | Unknown | suggested |
Article Image URL | Article Image URL | This image appears to the left of the content and is intended to draw attention to and support the linked article or video.
| String | suggested |