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>Darman36
Line 27: Line 27:
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=
|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.'''
;message
;<code>|datetime=</code>:The date and time at which the message was sent. '''Must be filled in.'''
:The message.
;<code>|subject=</code>:What is the Subject of the email? '''Must be filled in.'''
;replyindent
;<code>|cc=</code>:Used in only one email. '''Optional.'''
: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>|attach=</code>:Attachments, if they exist. '''Optional.'''
If still unclear on what goes in a mandatory field (e.g. datetime or subject), see the [[Emails]] page for examples with full text.
;<code>|message=</code>:The message. '''Obviously, must be filled in.'''
;<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 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>

Revision as of 05:55, 1 July 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

{{email
|from=
|to=
|datetime=
|subject=
|cc=
|attach=
|message=
|replyindent=
}}

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
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.