Template:Email Example: Difference between revisions
Appearance
m Formatting |
m Formatting |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style="float:right; clear:right; width:300px; margin:0 0 1em 1em; padding: | <div style="float:right; clear:right; width:300px; margin:0 0 1em 1em; padding:2px; border:2px solid #a2a9b1; background:#f8f9fa; font-size:75%; line-height:1;"> | ||
<div style="font-weight:bold; text-align:center; background:#eaecf0; padding:2px; margin:-4px -4px 4px -4px;">Email Example</div> | <div style="font-weight:bold; text-align:center; background:#eaecf0; padding:2px; margin:-4px -4px 4px -4px;">Email Example</div> | ||
<div style="border-bottom:1px solid #eaecf0;"> | <div style="border-bottom:1px solid #eaecf0;"> | ||
'''Subject:''' {{{subject|No subject provided}}} | '''Subject:''' {{{subject|No subject provided}}} | ||
</div> | </div> | ||
<div style="white-space:pre-line;"> | <div style="padding:0px; white-space:pre-line;">{{{body|}}} | ||
{{{body|}}} | |||
</div> | </div> | ||
</div> | </div> | ||
Revision as of 16:28, 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.
}}