Jump to content

Template:Email: Difference between revisions

From GSSM Wiki
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Notable Emails]]
[[Category:Notable Emails]]


Title: {{{title}}}
Title: {{{title|Unknown}}}


To: {{{to}}}
To: {{{to|Unknown}}}


From: {{{from}}}
From: {{{from|Unknown}}}




Line 14: Line 14:
{
{
"params": {
"params": {
"context": {},
"title": {
"title": {},
"label": "Subject",
"to": {},
"description": "The subject of the email",
"from": {}
"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"
}
}
}
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 05:21, 24 September 2024


Title: Unknown

To: Unknown

From: Unknown


Email: <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" } } } </templatedata>