Template:Mail Header: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Empty parameters would be displayed |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<p class="mail-header"> | <p class="mail-header"> | ||
'''From:''' {{{from}}}<br /> | {{#if: {{{from}}} | '''From:''' {{{from}}} | }} | ||
{{#if: {{{country}}} | <br />'''Country:''' {{{country}}} | }} | |||
{{#if: {{{sent}}} | <br />'''Sent:''' {{{sent}}} | }} | |||
{{#if {{{subject | {{#if: {{{subject}}} | <br />'''Subject:''' <span class="mail-subject">{{{subject}}}</span> | }} | ||
</p> | </p> | ||
Latest revision as of 11:36, 13 September 2009
{{#if: {{{from}}} | From: {{{from}}} | }}
{{#if: {{{country}}} |
Country: {{{country}}} | }}
{{#if: {{{sent}}} |
Sent: {{{sent}}} | }}
{{#if: {{{subject}}} |
Subject: {{{subject}}} | }}