Template:Email Example: Difference between revisions
Appearance
m Formatting |
m Formatting |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly><div style="margin:0.1em 0.5em 0 0.5em; border:1px solid #c8ccd1; background:#f8f9fa; font-size:90%;"> | ||
<div style="margin:0.1em 0.5em 0 0.5em; border:1px solid #c8ccd1; background:#f8f9fa; font-size:90%"> | <div style="padding:0 4px; background:#eaecf0; font-weight:bold;">Sample Email</div> | ||
<div style=" | <div style="padding:0 4px;">'''Subject:''' {{{subject|No subject provided}}}</div> | ||
Sample Email | <div style="padding:0 4px; line-height:1.2;">{{{body|}}}</div> | ||
</div> | </div></includeonly> | ||
<div style="padding: | |||
'''Subject:''' {{{subject|No subject provided}}} | |||
</div> | |||
<div style="padding: | |||
{{{body|}}} | |||
</div> | |||
</div> | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
== Purpose == | == Purpose == | ||
Revision as of 17:32, 1 June 2026
Purpose
Displays a sample email in a consistent format.
Parameters
- subject – Email subject line
- body – Email body
Usage
{{Email Example
| subject = Hello from a fellow Mensan nearby
| body =
Hi [Name],
I'm [Your Name], a Mensa member in [area].
Just wanted to say hello.
Best,
[Your Name]
}}
Example
Sample Email
Subject: Hello from a fellow Mensan nearby
Hi [Name],
I'm [Your Name], a Mensa member in [area].
Just wanted to say hello.
Best,
[Your Name]