Template:LetterMetadata: Difference between revisions
Appearance
Familywiki (talk | contribs) No edit summary |
Familywiki (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<div style="float:right; clear:right; margin:1em 0 1em 1em; width:300px; background:#f9f9f9; border:1px solid #aaa; padding:0.5em; font-size:90%;"> | |||
<table style="width:100%; border:none;"> | |||
<tr><th colspan="2" style="text-align:center; font-size:110%; background:#e6e6e6;">Letter Metadata</th></tr> | |||
{{{ | {{#if:{{{sender|}}}|<tr><td style="font-weight:bold;">Sender</td><td>{{{sender}}}</td></tr>}} | ||
| | {{#if:{{{recipient|}}}|<tr><td style="font-weight:bold;">Recipient</td><td>{{{recipient}}}</td></tr>}} | ||
{{#if:{{{recipient_address|}}}|<tr><td style="font-weight:bold;">Recipient’s Address</td><td>{{{recipient_address}}}</td></tr>}} | |||
|- | {{#if:{{{sender_address|}}}|<tr><td style="font-weight:bold;">Sender’s Address</td><td>{{{sender_address}}}</td></tr>}} | ||
{{#if:{{{date_written|}}}|<tr><td style="font-weight:bold;">Date Written</td><td>{{{date_written}}}</td></tr>}} | |||
{{#if:{{{postmark_date|}}}|<tr><td style="font-weight:bold;">Postmark Date</td><td>{{{postmark_date}}}</td></tr>}} | |||
|- | {{#if:{{{postmark_location|}}}|<tr><td style="font-weight:bold;">Postmark Location</td><td>{{{postmark_location}}}</td></tr>}} | ||
{{#if:{{{postmark_time|}}}|<tr><td style="font-weight:bold;">Postmark Time</td><td>{{{postmark_time}}}</td></tr>}} | |||
{{#if:{{{relationship|}}}|<tr><td style="font-weight:bold;">Relationship</td><td>{{{relationship}}}</td></tr>}} | |||
|- | {{#if:{{{subject|}}}|<tr><td style="font-weight:bold;">Subject</td><td>{{{subject}}}</td></tr>}} | ||
{{#if:{{{tags|}}}|<tr><td style="font-weight:bold;">Tags</td><td>{{{tags}}}</td></tr>}} | |||
{{#if:{{{file_name|}}}|<tr><td style="font-weight:bold;">File Name</td><td>{{{file_name}}}</td></tr>}} | |||
</table> | |||
</div> | |||
|- | |||
|- | |||
|- | |||
|- | |||
|- | |||
|- | |||
Revision as of 18:37, 27 July 2025
{{#if:|}}
{{#if:|}}
{{#if:|}}
{{#if:|}}
{{#if:|}}
{{#if:|}}
{{#if:|}}
{{#if:|}}
{{#if:|}}
{{#if:|}}
{{#if:|}}
{{#if:|}}
| Letter Metadata | |
|---|---|
| Sender | {{{sender}}} |
| Recipient | {{{recipient}}} |
| Recipient’s Address | {{{recipient_address}}} |
| Sender’s Address | {{{sender_address}}} |
| Date Written | {{{date_written}}} |
| Postmark Date | {{{postmark_date}}} |
| Postmark Location | {{{postmark_location}}} |
| Postmark Time | {{{postmark_time}}} |
| Relationship | {{{relationship}}} |
| Subject | {{{subject}}} |
| Tags | {{{tags}}} |
| File Name | {{{file_name}}} |