Template:Mail Header: Difference between revisions

From SuperMemo 18 Help
Jump to navigation Jump to search
m Testing the #if parser function
mNo edit summary
Line 3: Line 3:
     '''Country:''' {{{country}}}<br />
     '''Country:''' {{{country}}}<br />
     '''Sent:''' {{{sent}}}<br />
     '''Sent:''' {{{sent}}}<br />
     {{#if {{{subject}}} | '''Subject:''' <span class="mail-subject">{{{subject}}}</span> | }}
     {{#if {{{subject|}}} | '''Subject:''' <span class="mail-subject">{{{subject}}}</span> | }}
</p>
</p>

Revision as of 11:07, 13 September 2009

From: {{{from}}}
Country: {{{country}}}
Sent: {{{sent}}}
{{#if | Subject: {{{subject}}} | }}