Actions

Template

Difference between revisions of "Log"

(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
__notoc__
+
__NOEDITSECTION__ __NOTOC__<css>
{{Warning|Type=warning|Msg=OOC Information: All information is considered Out-Of-Character until you learn it through In-Character means.}}
+
#content table.log {
<br>
+
min-width: 600px;
<div style="background: #222;">
+
width: 66%;
<div>
+
}
<h3>{{{title}}}</h3>
+
#content table h4 {
<h5>Date: {{{date}}}</h5>
+
padding: 0;
<h5>Characters: {{{chars}}}</h5>
+
margin: 0;
<h5>Summary: {{{summary}}}</h5>
+
color: #303030;
</div>
+
}
</div>
+
#content table td.cast {
 +
min-width: 210px;
 +
padding-right: 10px;
 +
}
 +
p {
 +
text-indent: 20px;
 +
}
 +
p.right {
 +
float: right;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
</css><includeonly>
 +
{| class="log"
 +
! class="center" colspan="2" | {{BASEPAGENAME}}
 +
{{#ifeq: {{{subtitle| }}} | | |
 +
{{!}}-
 +
{{!}} class="center" colspan="2" {{!}} <h4> ''{{{subtitle}}}'' </h4> }}
 +
|-
 +
| class="chars" | '''Players'''
  
 +
{{{chars}}}
 +
| <p class="right">{{#ifeq: {{{gamedatename| }}} | | {{Date | {{{gamedate|0000.00.00}}} }} | {{{gamedatename}}} }}</p><br />
  
 +
''{{{summary}}}''
 +
|-
 +
| colspan="2" | <hr>
  
[[Category: Logs]]
+
{{{log}}}
 +
|}
 +
[[Category:RP Logs|{{{gamedate|0000.00.00}}}]]{{#ifeq: {{{categories| }}} | | | [[Category:{{#replace:{{{categories}}}|,| &nbsp;Logs{{!}}{{BASEPAGENAME}}{{RB}}{{LB}}Category: }} Logs{{!}}{{BASEPAGENAME}} ]] }}</includeonly><noinclude>
 +
{| class="log"
 +
! class="center" colspan="2" | City of Shadows Mux Log Template
 +
|-
 +
| class="center" colspan="2" | <h4> ''Here goes a subtitle, if you have one'' </h4>
 +
|-
 +
| class="chars" | '''Players'''
 +
 
 +
The PCs and NPCs involved in the log will be listed here.
 +
| <p class="right">{{Date | 2010.07.26 }}</p><br />
 +
 
 +
''This is the log template. You're probably already familiar with how it works, but for those of you who aren't, the syntax can be found below. This space is for a scene summary, setting, introduction or simply a pithy quote.''
 +
|-
 +
| colspan="2" | <hr>
 +
 
 +
<pre>
 +
{{ Log
 +
| chars = [[player]], [[player]]
 +
| summary =
 +
| gamedate = YYYY.MM.DD
 +
| gamedatename =
 +
| subtitle =
 +
| categories = Vampire, Werewolf, Mortal+, Crime
 +
| log =
 +
}}
 +
</pre>
 +
 
 +
Most of this is self-explanatory. The three fiddly fields are location, gamedate and categories.
 +
# '''Location''' should be the grid square where it took place, listed as a link.
 +
# '''Gamedate''' will take input in the form of YYYY.MM.DD and nothing else. You must place it somewhen for [[:Template:RP Logs]] to know what you're talking about. If you want alternate date text, like "Christmas Eve" instead of "24 December, 2011", you can put something in for gamedatename and it will replace the normal date text on the log page. If the day, month or year of your scene is uncertain, fill in that section with "0000" or "00" and the template will know what you mean.
 +
# '''Categories''' requires a comma-delimited list of the categories (not <nowiki>[[Category:]]</nowiki> tags, but the names of the spheres to which the log is relevant; the example above should explain plenty and a list of extant log categories can be found at [[:Category:RP Logs]]) into which you want to place the log. The advantage of using the categories parameter instead of manually adding categories is that the categories parameter will automatically make it so that the categories sort the page by its name rather than its namespace (which will always turn up under 'L').
 +
|}
 +
</noinclude>

Revision as of 20:25, 28 December 2019

City of Shadows Mux Log Template

Here goes a subtitle, if you have one

Players

The PCs and NPCs involved in the log will be listed here.

26 July, 2010


This is the log template. You're probably already familiar with how it works, but for those of you who aren't, the syntax can be found below. This space is for a scene summary, setting, introduction or simply a pithy quote.


{{ Log
| chars = [[player]], [[player]]
| summary = 
| gamedate = YYYY.MM.DD
| gamedatename = 
| subtitle = 
| categories = Vampire, Werewolf, Mortal+, Crime
| log = 
}}

Most of this is self-explanatory. The three fiddly fields are location, gamedate and categories.

  1. Location should be the grid square where it took place, listed as a link.
  2. Gamedate will take input in the form of YYYY.MM.DD and nothing else. You must place it somewhen for Template:RP Logs to know what you're talking about. If you want alternate date text, like "Christmas Eve" instead of "24 December, 2011", you can put something in for gamedatename and it will replace the normal date text on the log page. If the day, month or year of your scene is uncertain, fill in that section with "0000" or "00" and the template will know what you mean.
  3. Categories requires a comma-delimited list of the categories (not [[Category:]] tags, but the names of the spheres to which the log is relevant; the example above should explain plenty and a list of extant log categories can be found at Category:RP Logs) into which you want to place the log. The advantage of using the categories parameter instead of manually adding categories is that the categories parameter will automatically make it so that the categories sort the page by its name rather than its namespace (which will always turn up under 'L').