Template:Email: Difference between revisions
Appearance
Created page with "Category:Notable Emails {{{context}}} Title: {{{title}}} To: {{{to}}} From: {{{from}}} Email:" |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Notable Emails]] | [[Category:Notable Emails]] | ||
{{{ | Title: {{{title|Unknown}}} | ||
Date: {{{date|Unknown}}} | |||
To: {{{to|Unknown}}} | |||
From: {{{from|Unknown}}} | |||
<noinclude> | |||
[[Category: Prepared Templates]] | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"label": "Subject", | |||
"description": "The subject of the email", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"to": { | |||
"label": "To", | |||
"description": "The addressee of the email.", | |||
"type": "string" | |||
}, | |||
"from": { | |||
"label": "Sender", | |||
"description": "The sender of the email.", | |||
"type": "string" | |||
}, | |||
"date": {} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 21:07, 15 October 2024
Title: Unknown
Date: Unknown
To: Unknown
From: Unknown <templatedata> { "params": { "title": { "label": "Subject", "description": "The subject of the email", "type": "string", "required": false }, "to": { "label": "To", "description": "The addressee of the email.", "type": "string" }, "from": { "label": "Sender", "description": "The sender of the email.", "type": "string" }, "date": {} } } </templatedata>