Template:Mail Header: Difference between revisions

From SuperMemo 18 Help
Jump to navigation Jump to search
Mail Header (taken from SuperMemopedia)
 
m Testing the #if parser function
Line 3: Line 3:
     '''Country:''' {{{country}}}<br />
     '''Country:''' {{{country}}}<br />
     '''Sent:''' {{{sent}}}<br />
     '''Sent:''' {{{sent}}}<br />
     '''Subject:''' <span class="mail-subject">{{{subject}}}</span>
     {{#if {{{subject}}} | '''Subject:''' <span class="mail-subject">{{{subject}}}</span> | }}
</p>
</p>

Revision as of 11:06, 13 September 2009

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