Difference between revisions of "Template:Log"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Felix
m
imported>Felix
m
Line 14: Line 14:
 
     }
 
     }
 
     .wikitable.logbox th, .wikitable.logbox td {
 
     .wikitable.logbox th, .wikitable.logbox td {
         padding: .25em .5em;
+
         padding: 0.25em 0.5em;
 +
        text-align: left;
 
         vertical-align: top;
 
         vertical-align: top;
 +
    }
 +
    .wikitable.logbox th {
 +
        white-space: nowrap;
 +
    }
 +
    .wikitable.logbox th::after {
 +
        content: ":";
 
     }
 
     }
 
     .wikitable.logbox .title, .wikitable.logbox .summary {  
 
     .wikitable.logbox .title, .wikitable.logbox .summary {  
Line 33: Line 40:
 
|-
 
|-
 
{{#if: {{{icdate|}}} |
 
{{#if: {{{icdate|}}} |
! IC Date
+
!IC Date
 
{{!}} {{{icdate}}}
 
{{!}} {{{icdate}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{#if: {{{ictime|}}} |
 
{{#if: {{{ictime|}}} |
! IC Time
+
!IC Time
 
{{!}} {{{ictime}}}
 
{{!}} {{{ictime}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{#if: {{{storyteller|}}} |
 
{{#if: {{{storyteller|}}} |
! Storyteller
+
!Storyteller
 
{{!}} {{{storyteller}}}
 
{{!}} {{{storyteller}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{#if: {{{players|}}} |
 
{{#if: {{{players|}}} |
! Players
+
!Players
 
{{!}} {{{players}}}
 
{{!}} {{{players}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{#if: {{{location|}}} |
 
{{#if: {{{location|}}} |
! Location
+
!Location
 
{{!}} {{{location}}}
 
{{!}} {{{location}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{#if: {{{plot|}}} |
 
{{#if: {{{plot|}}} |
! Plot
+
!Plot
 
{{!}} {{{plot}}}
 
{{!}} {{{plot}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{#if: {{{spheres|}}} |
 
{{#if: {{{spheres|}}} |
! Spheres
+
!Spheres
 
{{!}} {{{spheres}}}
 
{{!}} {{{spheres}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{#if: {{{themesong|}}} |
 
{{#if: {{{themesong|}}} |
! Theme Song
+
!Theme Song
 
{{!}} {{{themesong}}}
 
{{!}} {{{themesong}}}
 
{{!}}-
 
{{!}}-

Revision as of 10:41, 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.