Difference between revisions of "Template:Log"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Felix
m
imported>Felix
Line 33: Line 33:
 
     }
 
     }
 
}}
 
}}
{| class="wikitable logbox"
+
<table class="wikitable logbox">
|-
+
<tr><th colspan="2" class="title">{{{name}}}</th></tr>
! colspan="2" class="title"|{{{name}}}
+
<tr><th colspan="2" class="summary">{{{summary}}}</th></tr>
|-
 
! colspan="2" class="summary"|{{{summary}}}
 
|-
 
 
{{#if: {{{icdate|}}} |
 
{{#if: {{{icdate|}}} |
!IC Date{{!}}{{!}}{{{icdate}}}
+
<tr><th>IC Date</th><td>{{{icdate}}}</td></tr>
{{!}}-
 
 
}}
 
}}
 
{{#if: {{{ictime|}}} |
 
{{#if: {{{ictime|}}} |
!IC Time{{!}}{{!}}{{{ictime}}}
+
<tr><th>IC Time</th><td>{{{ictime}}}</td></tr>
{{!}}-
 
 
}}
 
}}
 
{{#if: {{{storyteller|}}} |
 
{{#if: {{{storyteller|}}} |
!Storyteller{{!}}{{!}}{{{storyteller}}}
+
<tr><th>Storyteller</th><td>{{{storyteller}}}</td></tr>
{{!}}-
 
 
}}
 
}}
 
{{#if: {{{players|}}} |
 
{{#if: {{{players|}}} |
!Players{{!}}{{!}}{{{players}}}
+
<tr><th>Players</th><td>{{{players}}}</td></tr>
{{!}}-
 
 
}}
 
}}
 
{{#if: {{{location|}}} |
 
{{#if: {{{location|}}} |
!Location{{!}}{{!}}{{{location}}}
+
<tr><th>Location</th><td>{{{location}}}</td></tr>
{{!}}-
 
 
}}
 
}}
 
{{#if: {{{plot|}}} |
 
{{#if: {{{plot|}}} |
!Plot{{!}}{{!}}{{{plot}}}
+
<tr><th>Plot</th><td>{{{plot}}}</td></tr>
{{!}}-
 
 
}}
 
}}
 
{{#if: {{{spheres|}}} |
 
{{#if: {{{spheres|}}} |
!Spheres{{!}}{{!}}{{{spheres}}}
+
<tr><th>Spheres</th><td>{{{spheres}}}</td></tr>
{{!}}-
 
 
}}
 
}}
 
{{#if: {{{themesong|}}} |
 
{{#if: {{{themesong|}}} |
!Theme Song{{!}}{{!}}{{{themesong}}}
+
<tr><th>Theme Song</th><td>{{{themesong}}}</td></tr>
{{!}}-
 
 
}}
 
}}
|}
+
</table>
 
{{{log}}}
 
{{{log}}}
 
[[Category:Logs]]</includeonly>
 
[[Category:Logs]]</includeonly>

Revision as of 10:57, 19 February 2017

Usage

Log pages should be named in the pattern of: YYYY.MM.DD: Title Of Log

{{Log
|name         = Name of log. Usually just the title of the page.
|summary      = A one line summary of the log.
|icdate       = IC date.
|ictime       = IC time.
|storyteller  = Storyteller/GM
|players      = Players in the scene.
|location     = location or locations.
|plot         = The plot (PRP, TP) the log is part of, if ongoing.
|spheres      = The spheres involved in the log.
|themesong    = A theme song for the log
|log          = Paste the actual log here.  Best with 3 lines between poses, 1 between paragraphs of the same pose.
}}

Don't forget to add Categories! The Logs category is automatic, but adding each player's wiki page name as a category ([[Category:Name]]) will usually allow them to show up on that person's page.