Template:Email: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
From: {{{from|Unknown}}} | From: {{{from|Unknown}}} | ||
<noinclude> | <noinclude> | ||
[[Category: Prepared Templates]] | [[Category: Prepared Templates]] | ||
| Line 29: | Line 27: | ||
"description": "The sender of the email.", | "description": "The sender of the email.", | ||
"type": "string" | "type": "string" | ||
} | }, | ||
"date": {} | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </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>