Template:Newsletter: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary Tag: 2017 source edit |
Tesinormed (talk | contribs) No edit summary Tag: 2017 source edit |
||
| Line 16: | Line 16: | ||
<div class="amaranth-legacy-newsletter-sections">{{{sections}}}</div> |
<div class="amaranth-legacy-newsletter-sections">{{{sections}}}</div> |
||
</div></includeonly> |
</div></includeonly> |
||
<noinclude> |
|||
<templatedata> |
|||
{ |
|||
"params": { |
|||
"background-color": { |
|||
"label": "Background color", |
|||
"type": "string", |
|||
"default": "var(--color-surface-2)" |
|||
}, |
|||
"color": { |
|||
"label": "Color", |
|||
"description": "Applies to the border, headers, and box shadow (glow)", |
|||
"type": "string", |
|||
"default": "var(--color-amaranth-legacy-scope)" |
|||
}, |
|||
"glow": { |
|||
"label": "Enable glow", |
|||
"type": "boolean", |
|||
"default": "false" |
|||
}, |
|||
"file": { |
|||
"label": "Hatnote image", |
|||
"type": "wiki-file-name", |
|||
"default": "Glypht.png" |
|||
}, |
|||
"for": { |
|||
"label": "For", |
|||
"type": "string", |
|||
"default": "Amaranth Legacy" |
|||
}, |
|||
"schedule": { |
|||
"label": "Schedule", |
|||
"type": "string", |
|||
"suggestedvalues": [ |
|||
"Monthly", |
|||
"Weekly", |
|||
"Daily" |
|||
], |
|||
"suggested": true |
|||
}, |
|||
"date": { |
|||
"label": "Date", |
|||
"type": "string", |
|||
"suggestedvalues": [ |
|||
"April 2025" |
|||
], |
|||
"required": true |
|||
}, |
|||
"author": { |
|||
"label": "Author", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"overview": { |
|||
"label": "Overview", |
|||
"type": "content", |
|||
"required": true |
|||
}, |
|||
"sections": { |
|||
"label": "Sections", |
|||
"type": "content", |
|||
"required": true |
|||
} |
|||
}, |
|||
"format": "block" |
|||
} |
|||
</templatedata> |
|||
</noinclude> |
|||
Revision as of 07:28, May 15, 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Background color | background-color | no description
| String | optional |
| Color | color | Applies to the border, headers, and box shadow (glow)
| String | optional |
| Enable glow | glow | no description
| Boolean | optional |
| Hatnote image | file | no description
| File | optional |
| For | for | no description
| String | optional |
| Schedule | schedule | no description
| String | suggested |
| Date | date | no description
| String | required |
| Author | author | no description | String | required |
| Overview | overview | no description | Content | required |
| Sections | sections | no description | Content | required |