Welcome to Assassin's Creed Wiki! Log in and join the community.
Template:Email: Difference between revisions
Jump to navigation
Jump to search
imported>Thisismyrofl Created template |
imported>Fielran added field for Status as it is used for the emails in Layla's trashcan in Origins |
||
| (37 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
{|style="width: 100%; border: 0px silver solid; float:right; color:white;" cellspacing="0" cellpadding="6" | |||
{{#if: {{{replyindent|}}} |{{!}}- | |||
{{!}} rowspan="{{#if: {{{cc|}}}|6|5}}{{#if: {{{attach|}}}|6|5}}" style="background:transparent" width="{{{replyindent}}}" {{!}} | {{!}}- }} | |||
| style="background: #333; border-right: 1px silver solid; border-left: 1px silver solid; border-top: 1px silver solid; -moz-border-radius-topleft: 5px; -webkit-border-radius-top-left: 5px;" width="100"|'''From:''' | |||
| style="background: black; border-right: 1px silver solid; border-top: 1px silver solid; -moz-border-radius-topright: 5px; -webkit-border-radius-top-right: 5px;" | {{{from}}} | |||
|- | |- | ||
|style="border-right: 1px silver solid" width="100"|''' | | style="background: #333; border-right: 1px silver solid; border-left: 1px silver solid" width="100"|'''To:''' | ||
|{{{ | | style="background: black; border-right: 1px silver solid" | {{{to}}} | ||
|- | |- | ||
|style="border-right: 1px silver solid | | style="background: #333; border-right: 1px silver solid; border-left: 1px silver solid" | '''Date/Time:''' | ||
|{{{datetime}}} | | style="background: black; border-right: 1px silver solid" | {{{datetime}}} | ||
|- | |- | ||
|style="border-right: 1px silver solid | | style="background: #333; border-right: 1px silver solid; border-left: 1px silver solid" | '''Subject:''' | ||
|{{{subject}}} | | style="background: black; border-right: 1px silver solid" | {{{subject}}} | ||
|- | |- | ||
|style="border-right: 1px silver solid" | {{#if: {{{cc|}}} | {{!}}- | ||
|{{{ | {{!}} style="background: #333; border-right: 1px silver solid; border-left: 1px silver solid" {{!}} '''CC:''' | ||
|} | {{!}} style="background: black; border-right: 1px silver solid" {{!}} {{{cc}}} | }} | ||
{{#if: {{{attach|}}} | {{!}}- | |||
{{!}} style="background: #333; border-right: 1px silver solid; border-left: 1px silver solid" {{!}} '''Attachments:''' | |||
{{!}} style="background: black; border-right: 1px silver solid" {{!}} {{{attach}}} | }} | |||
{{#if: {{{status|}}} | {{!}}- | |||
{{!}} style="background: #333; border-right: 1px silver solid; border-left: 1px silver solid" {{!}} '''Status:''' | |||
{{!}} style="background: black; border-right: 1px silver solid" {{!}} {{{status}}} | }} | |||
|- | |- | ||
|style="border | | colspan=2 style="background:black; border: 1px silver solid; -moz-border-radius-bottomleft: 5px; -webkit-border-radius-bottom-left: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-radius-bottom-right: 5px;" | {{{message}}} | ||
| | |||
|- | |- | ||
| | |}<br clear="all"/><noinclude> | ||
This is a template for easy display of the [[ | This is a template for easy display of the [[Emails]] that can be read at various points in ''[[Assassin's Creed]]''. | ||
<pre>{{email | ==Syntax== | ||
|from | <pre> | ||
|datetime = | {{email | ||
|subject | |from= | ||
|message | |to= | ||
}}</pre> | |datetime= | ||
|subject= | |||
|cc= | |||
|attach= | |||
|status= | |||
|message= | |||
|replyindent= | |||
}} | |||
</pre> | |||
''' | ===Usage=== | ||
;from | |||
:From who does the email come? | |||
;to | |||
:To whom was the email sent? | |||
;datetime | |||
:The date and time at which the message was sent. | |||
;subject | |||
:What is the Subject of the email? | |||
;cc | |||
:Used in only one email. ''Optional'' | |||
;attach | |||
:Attachments, if they exist. ''Optional'' | |||
;status | |||
:Status, if given on original. ''Optional'' | |||
;message | |||
:The message. | |||
;replyindent | |||
:The left indentation on the message when emails are responding to each other. ''Optional.'' If an email is NOT replying to another email, leave this field blank. | |||
If still unclear on what goes in a mandatory field (e.g. datetime or subject), see the [[Emails]] page for examples with full text. | |||
[[Category:Templates]]</noinclude> | |||
Latest revision as of 23:54, 7 August 2024
| From: | {{{from}}} |
| To: | {{{to}}} |
| Date/Time: | {{{datetime}}} |
| Subject: | {{{subject}}} |
| {{{message}}} | |
This is a template for easy display of the Emails that can be read at various points in Assassin's Creed.
Syntax[edit source]
{{email
|from=
|to=
|datetime=
|subject=
|cc=
|attach=
|status=
|message=
|replyindent=
}}
Usage[edit source]
- from
- From who does the email come?
- to
- To whom was the email sent?
- datetime
- The date and time at which the message was sent.
- subject
- What is the Subject of the email?
- cc
- Used in only one email. Optional
- attach
- Attachments, if they exist. Optional
- status
- Status, if given on original. Optional
- message
- The message.
- replyindent
- The left indentation on the message when emails are responding to each other. Optional. If an email is NOT replying to another email, leave this field blank.
If still unclear on what goes in a mandatory field (e.g. datetime or subject), see the Emails page for examples with full text.