Template:Log: Difference between revisions
Jump to navigation
Jump to search
SPICYDIAPSID (talk | contribs) m (Correcting template.) |
SPICYDIAPSID (talk | contribs) m (One more template fix.) |
||
Line 1: | Line 1: | ||
<includeonly>[[Event Log is::Log| ]] [[Event Log pretty name is::Current Event Logs| ]] [[Event instance is::Prime| ]] |
<includeonly>[[Event Log is::Log| ]] [[Event Log pretty name is::Current Event Logs| ]] [[Event instance is::Prime| ]] |
||
{| class="wikitable" |
{| class="wikitable" |
||
⚫ | |||
⚫ | |||
| Real Date: {{#if:{{{date|}}}|[[calendar date is::{{{date}}}]]|''Unknown Date''}} |
| Real Date: {{#if:{{{date|}}}|[[calendar date is::{{{date}}}]]|''Unknown Date''}} |
||
|- |
|- |
||
| Game Date of Event: {{#if:{{{gamedate|}}}|[[game date is::{{{gamedate}}}]]|''Unknown Date''}} |
| Game Date of Event: {{#if:{{{gamedate|}}}|[[game date is::{{{gamedate}}}]]|''Unknown Date''}} |
||
|- |
|- |
||
| Point of View ( |
| Point of View (pov): {{#if:{{{pov|}}}|[[Event Log Point of View is::{{{pov}}}]]|''Unknown POV''}} |
||
|- |
|- |
||
| style="text-align:left; padding: 1em;" | {{#if:{{{eventname|}}}|[[Event Log from::{{{headline}}}|<big>'''{{uc:{{{eventname}}}}}'''</big>]]|''Unknown Event''}}<br><br>{{{log}}} |
| style="text-align:left; padding: 1em;" | {{#if:{{{eventname|}}}|[[Event Log from::{{{headline}}}|<big>'''{{uc:{{{eventname}}}}}'''</big>]]|''Unknown Event''}}<br><br>{{{log}}} |
||
⚫ | |||
⚫ | |||
|- |
|- |
||
|} |
|} |
||
Line 17: | Line 17: | ||
<pre>{{Log |
<pre>{{Log |
||
⚫ | |||
|date= |
|date= |
||
|gamedate= |
|gamedate= |
||
⚫ | |||
|pov= |
|pov= |
||
|log= |
|log= |
||
Line 27: | Line 27: | ||
===Values=== |
===Values=== |
||
{| border="1" cellpadding="3" |
{| border="1" cellpadding="3" |
||
⚫ | |||
⚫ | |||
| date || The actual date. |
| date || The actual date. |
||
|- |
|- |
||
| gamedate || When this occurred in-game. |
| gamedate || When this occurred in-game. |
||
⚫ | |||
⚫ | |||
|- |
|- |
||
| pov|| The character name that the log's point of view is from. |
| pov|| The character name that the log's point of view is from. |
Revision as of 17:07, 28 August 2021
Usage
A template to for Event Logs for Current Events/Logs.
{{Log |eventname= |date= |gamedate= |pov= |log= }}
Values
eventname | Event the log is from. |
date | The actual date. |
gamedate | When this occurred in-game. |
pov | The character name that the log's point of view is from. |
log | The log of the event itself. |