Template:Log: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
mNo edit summary
m (Adding additional info.)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
{{Log
{| class="wikitable"
| Event Name: {{#if:{{{eventname|}}}|[[event name is::{{{eventname}}}]]|''Unknown Event''}}
|-
| Event Instance: [[event instance is::{{#switch:{{{event_instance}}}|DR=Prime|DRX=Platinum|DRF=Fallen|'''Unknown'''}}]]
|-
| Real Date: {{#if:{{{date|}}}|[[calendar date is::{{{date}}}]]|''Unknown Date''}}
|-
| Game Date of Event: {{#if:{{{gamedate|}}}|[[game date is::{{{gamedate}}}]]|''Unknown Date''}}
|-
| Point of View: {{#if:{{{pov|}}}|[[point of view is::{{{pov}}}]]|''Unknown POV''}}
|-
| style="text-align:left; padding: 1em;" | {{{log}}}
|-
|}
{{Cat|Event Logs}} {{cat|{{#switch:{{{event_instance}}}|DR=Current Prime Events|DRX=Current Platinum Events|DRF=Current Fallen Events|Unknown Instance Events}}}}
</includeonly><noinclude>==Usage==
A template to for Event Logs for [[Current Events/Logs]].

<pre>{{Log
|eventname=
|event_instance=
|date=
|date=
|gamedate=
|gamedate=
|eventname=
|pov=
|pov=
|log=
|log=
}}
}}
</pre>

===Values===
{| border="1" cellpadding="3"
| eventname|| Event the log is from. If you are linking it to a [[Current Events]] blurb, make sure the eventname of your Log matches the [[:Template:CurrentEvent|CurrentEvent]] headline value.
|-
| event_instance||The instance the log is from. '''Options: DR, DRX, DRF.'''
|-
| date || The actual date. '''Format: YYYY-MM-DD'''
|-
| gamedate || When this occurred in-game. '''Format: YYY-MM-DD'''
|-
| pov|| The character name that the log's point of view is from.
|-
| log|| The log of the event itself.
|}
{{Cat|Templates|*}}</noinclude>

Latest revision as of 17:01, 22 February 2022

Usage

A template to for Event Logs for Current Events/Logs.

{{Log
  |eventname=
  |event_instance=
  |date=
  |gamedate=
  |pov=
  |log=
}}

Values

eventname Event the log is from. If you are linking it to a Current Events blurb, make sure the eventname of your Log matches the CurrentEvent headline value.
event_instance The instance the log is from. Options: DR, DRX, DRF.
date The actual date. Format: YYYY-MM-DD
gamedate When this occurred in-game. Format: YYY-MM-DD
pov The character name that the log's point of view is from.
log The log of the event itself.