Template:Email Example: Difference between revisions
Appearance
m Format |
m formatting |
||
| Line 1: | Line 1: | ||
<includeonly><div style="margin:0.1em 0.5em 0 0.5em; border:1px solid #c8ccd1; background:#f8f9fa; font-size:90%;"> | <includeonly>{{#ifeq:{{{collapse|no}}}|yes|{{Collapse top|{{{title|Sample Email}}}}}}}<div style="margin:0.1em 0.5em 0 0.5em; border:1px solid #c8ccd1; background:#f8f9fa; font-size:90%;"> | ||
<div style="padding:3px 6px; background:#eaecf0; font-weight:bold;">Sample Email</div> | <div style="padding:3px 6px; background:#eaecf0; font-weight:bold;">Sample Email</div> | ||
<div style="padding:4px 6px;">'''Subject:''' {{{subject|No subject provided}}}</div> | <div style="padding:4px 6px;">'''Subject:''' {{{subject|No subject provided}}}</div> | ||
<div style="padding:4px 6px 6px 6px; line-height:1.3;">Hi [name],<br><br>{{{body|}}}<br><br>Best, <br>[your name]</div> | <div style="padding:4px 6px 6px 6px; line-height:1.3;">Hi [name],<br><br>{{{body|}}}<br><br>Best, <br>[your name]</div> | ||
</div></includeonly><noinclude>== Purpose == | </div>{{#ifeq:{{{collapse|no}}}|yes|{{Collapse bottom}}}}</includeonly><noinclude>== Purpose == | ||
Displays a sample email in a consistent format. | Displays a sample email in a consistent format. | ||
| Line 13: | Line 13: | ||
<pre> | <pre> | ||
{{Email Example | {{Email Example | ||
| collapse = Yes | |||
| subject = Hello from a fellow Mensan nearby | | subject = Hello from a fellow Mensan nearby | ||
| body = | | body = | ||
I'm [Your Name], a Mensa member in [area]. | I'm [Your Name], a Mensa member in [area]. | ||
Just wanted to say hello. | Just wanted to say hello. | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 28: | Line 24: | ||
== Example == | == Example == | ||
{{Email Example | {{Email Example | ||
| collapse = yes | |||
| subject = Hello from a fellow Mensan nearby | | subject = Hello from a fellow Mensan nearby | ||
| body = | | body = | ||
Revision as of 17:55, 1 June 2026
Purpose
Displays a sample email in a consistent format.
Parameters
- subject – Email subject line
- body – Email body
Usage
{{Email Example
| collapse = Yes
| subject = Hello from a fellow Mensan nearby
| body =
I'm [Your Name], a Mensa member in [area].
Just wanted to say hello.
}}
Example
{{#ifeq:yes|yes|Template:Collapse top}}
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]
I'm [Your Name], a Mensa member in [area]. Just wanted to say hello.
Best,
[your name]
{{#ifeq:yes|yes|Template:Collapse bottom}}