Welcome to Assassin's Creed Wiki! Log in and join the community.

Template:Email: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>Soranin
mNo edit summary
imported>Fielran
added field for Status as it is used for the emails in Layla's trashcan in Origins
 
(One intermediate revision by one other user not shown)
Line 20: Line 20:
{{!}} style="background: #333; border-right: 1px silver solid; border-left: 1px silver solid" {{!}} '''Attachments:'''
{{!}} style="background: #333; border-right: 1px silver solid; border-left: 1px silver solid" {{!}} '''Attachments:'''
{{!}} style="background: black; border-right: 1px silver solid" {{!}} {{{attach}}} | }}
{{!}} 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}}} | }}
|-
|-
| 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}}}
| 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}}}
Line 27: Line 30:
This is a template for easy display of the [[Emails]] that can be read at various points in ''[[Assassin's Creed]]''.
This is a template for easy display of the [[Emails]] that can be read at various points in ''[[Assassin's Creed]]''.


== Use ==
==Syntax==
Copy this.
<pre>
{{email
|from=
|to=
|datetime=
|subject=
|cc=
|attach=
|status=
|message=
|replyindent=
}}
</pre>


<pre>{{email
===Usage===
|from        =
;from
|to          =  
:From who does the email come?
|datetime    =  
;to
|subject    =  
:To whom was the email sent?
|cc          =
;datetime
|attach      =
:The date and time at which the message was sent.
|message    =
;subject
|replyindent =
:What is the Subject of the email?
}}</pre>
;cc
 
:Used in only one email. ''Optional''
=== Explanations of fields ===
;attach
;<code>|from=</code>:From who does the email come? '''Must be filled in.'''
:Attachments, if they exist. ''Optional''
;<code>|to=</code>:To who was the email sent? '''Must be filled in.'''
;status
;<code>|datetime=</code>:The date and time at which the message was sent. '''Must be filled in.'''
:Status, if given on original. ''Optional''
;<code>|subject=</code>:What is the Subject of the email? '''Must be filled in.'''
;message
;<code>|cc=</code>:Used in only one email. '''Optional.'''
:The message.
;<code>|attach=</code>:Attachments, if they exist. '''Optional.'''
;replyindent
;<code>|message=</code>:The message. '''Obviously, must be filled in.'''
: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.
;<code>|replyindent=</code>:The indentation on the left of the message. For use when emails are responding to each other. '''Optional. If your email is NOT replying to another email, DO NOT PUT ANYTHING IN THIS FIELD.'''
If still unclear on what goes in a mandatory field (e.g. datetime or subject), see the [[Emails]] page for examples with full text.
 
If you don't know what goes in a mandatory field (e.g. <code>datetime=</code> or <code>subject=</code>), use the [[Emails]] page to find the full text.
[[Category:Templates]]</noinclude>
[[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.