Difference between revisions of "Template:Log"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Felix
imported>Felix
Line 7: Line 7:
 
         margin-left: -3em;
 
         margin-left: -3em;
 
     }
 
     }
     .wikitable {
+
     .logbox {
         margin: 0 auto 0.25em !important;
+
        font-size: 100%;
         width: 50% !important;
+
        text-align: left;
 +
         margin: 0 auto 0.25em;
 +
         width: 50%;
 +
    }
 +
    .logbox th, .logbox td {
 +
        padding: .25em .5em;
 +
        vertical-align: top;
 +
    }
 +
    .title, .summary {
 +
        text-align: center;
 +
        height: 1.5em
 +
    }
 +
    .title {
 +
        font-size: 150%;
 
     }
 
     }
 
}}
 
}}
{| class="wikitable" style="font-size: 100%; text-align: left; width: 30em;"
+
{| class="wikitable logbox"
 
|-
 
|-
! colspan="2" style="font-size: 120%; text-align: center;" class="fn"| {{{name}}}
+
! colspan="2" class="title"| {{{name}}}
 
|-
 
|-
! colspan="2" style="text-align: center;" class="fn"| {{{summary}}}
+
! colspan="2" class="summary"| {{{summary}}}
 
|-
 
|-
 
{{#if: {{{icdate|}}} |
 
{{#if: {{{icdate|}}} |
! style="vertical-align: top;" {{!}} IC Date
+
! IC Date
 
{{!}} {{{icdate}}}
 
{{!}} {{{icdate}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{#if: {{{ictime|}}} |
 
{{#if: {{{ictime|}}} |
! style="vertical-align: top;" {{!}} IC Time
+
! IC Time
 
{{!}} {{{ictime}}}
 
{{!}} {{{ictime}}}
 +
{{!}}-
 +
}}
 +
{{#if: {{{st|}}} |
 +
! Storyteller
 +
{{!}} {{{st}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{#if: {{{players|}}} |
 
{{#if: {{{players|}}} |
! style="vertical-align: top;" {{!}} Players
+
! Players
 
{{!}} {{{players}}}
 
{{!}} {{{players}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{#if: {{{location|}}} |
 
{{#if: {{{location|}}} |
! style="vertical-align: top;" {{!}} Location
+
! Location
 
{{!}} {{{location}}}
 
{{!}} {{{location}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
{{#if: {{{prptp|}}} |
+
{{#if: {{{plot|}}} |
! style="vertical-align: top;" {{!}} PRP/TP
+
! Plot
{{!}} {{{prptp}}}
+
{{!}} {{{plot}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{#if: {{{spheres|}}} |
 
{{#if: {{{spheres|}}} |
! style="vertical-align: top;" {{!}} Spheres
+
! Spheres
 
{{!}} {{{spheres}}}
 
{{!}} {{{spheres}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{#if: {{{themesong|}}} |
 
{{#if: {{{themesong|}}} |
! style="vertical-align: top;" {{!}} Theme Song
+
! Theme Song
 
{{!}} {{{themesong}}}
 
{{!}} {{{themesong}}}
 
{{!}}-
 
{{!}}-
Line 59: Line 77:
 
Log pages should be named in the pattern of: <code>YYYY.MM.DD: Title Of Log</code>
 
Log pages should be named in the pattern of: <code>YYYY.MM.DD: Title Of Log</code>
 
<pre>{{Log
 
<pre>{{Log
|name     = Name of log. Usually just the title of the page.
+
|name         = Name of log. Usually just the title of the page.
|summary   = A one line summary of the log.
+
|summary     = A one line summary of the log.
|icdate   = ic date.
+
|icdate       = IC date.
|ictime   = ic time.
+
|ictime       = IC time.
|players   = Players in the scene.
+
|storyteller  = Storyteller/GM
|location = location or locations.
+
|players     = Players in the scene.
|prptp    = The prp or tp the log is a part of.
+
|location     = location or locations.
|spheres   = The spheres involved in the log.
+
|plot        = The plot (PRP, TP) the log is part of, if ongoing.
|themesong = A theme song for the log
+
|spheres     = The spheres involved in the log.
|log       = Paste the actual log here.  Best with 3 lines between poses, 1 between paragraphs of the same pose.
+
|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.
 
}}</pre>
 
}}</pre>
 
Don't forget to add Categories!  The Logs category is automatic, but adding each player's wiki page name as a category (<code><nowiki>[[Category:Name]]</nowiki></code>) will usually allow them to show up on that person's page.
 
Don't forget to add Categories!  The Logs category is automatic, but adding each player's wiki page name as a category (<code><nowiki>[[Category:Name]]</nowiki></code>) will usually allow them to show up on that person's page.
 
</noinclude>
 
</noinclude>

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