Template:Email Example: Difference between revisions
Appearance
m Formatting |
Tag: Undo |
||
| Line 1: | Line 1: | ||
<includeonly><div style="margin:0.25em 0 0.25em 1em;; padding:1px; border:1px solid #a2a9b1; background:#f8f9fa; font-size:85%; line-height:1;"> | <includeonly> | ||
<div style="margin:0.25em 0 0.25em 1em;; padding:1px; border:1px solid #a2a9b1; background:#f8f9fa; font-size:85%; line-height:1;"> | |||
<div style="font-weight:bold; text-align:center; background:#eaecf0; padding:1px;">Email Example</div> | <div style="font-weight:bold; text-align:center; background:#eaecf0; padding:1px;">Email Example</div> | ||
<div style="border-bottom:1px solid #eaecf0;">'''Subject:''' {{{subject|No subject provided}}}</div> | <div style="border-bottom:1px solid #eaecf0;"> | ||
<div style="padding:0px;">{{{body|}}}</div></div></includeonly> | '''Subject:''' {{{subject|No subject provided}}} | ||
</div> | |||
<div style="padding:0px;">{{{body|}}} | |||
</div> | |||
</div> | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
== Purpose == | == Purpose == | ||
Revision as of 16:45, 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.
}}