Difference between revisions of "Template:Log"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Wyck
(Blanked the page)
imported>Felix
Line 1: Line 1:
 
+
<includeonly>{{#css:
 +
    p {
 +
        margin: 0;
 +
        text-indent: 3em;
 +
    }
 +
    i, em, blockquote b {
 +
        margin-left: -3em;
 +
    }
 +
    .wikitable {
 +
        margin: 0 auto 0.25em !important;
 +
        width: 50% !important;
 +
    }
 +
}}
 +
{| class="wikitable" style="font-size: 100%; text-align: left; width: 30em;"
 +
|-
 +
! colspan="2" style="font-size: 120%; text-align: center;" class="fn"| {{{name}}}
 +
|-
 +
! colspan="2" style="text-align: center;" class="fn"| {{{summary}}}
 +
|-
 +
{{#if: {{{icdate|}}} |
 +
! style="vertical-align: top;" {{!}} IC Date
 +
{{!}} {{{icdate}}}
 +
{{!}}-
 +
}}
 +
{{#if: {{{ictime|}}} |
 +
! style="vertical-align: top;" {{!}} IC Time
 +
{{!}} {{{ictime}}}
 +
{{!}}-
 +
}}
 +
{{#if: {{{players|}}} |
 +
! style="vertical-align: top;" {{!}} Players
 +
{{!}} {{{players}}}
 +
{{!}}-
 +
}}
 +
{{#if: {{{location|}}} |
 +
! style="vertical-align: top;" {{!}} Location
 +
{{!}} {{{location}}}
 +
{{!}}-
 +
}}
 +
{{#if: {{{prptp|}}} |
 +
! style="vertical-align: top;" {{!}} PRP/TP
 +
{{!}} {{{prptp}}}
 +
{{!}}-
 +
}}
 +
{{#if: {{{spheres|}}} |
 +
! style="vertical-align: top;" {{!}} Spheres
 +
{{!}} {{{spheres}}}
 +
{{!}}-
 +
}}
 +
{{#if: {{{themesong|}}} |
 +
! style="vertical-align: top;" {{!}} Theme Song
 +
{{!}} {{{themesong}}}
 +
{{!}}-
 +
}}
 +
|}
 +
{{{log}}}
 +
[[Category:Logs]]</includeonly>
 +
<noinclude>===Usage===
 +
Log pages should be named in the pattern of: <code>YYYY.MM.DD: Title Of Log</code>
 +
<pre>{{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.
 +
|players  = Players in the scene.
 +
|location  = location or locations.
 +
|prptp    = The prp or tp the log is a part of.
 +
|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.
 +
}}</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.
 +
</noinclude>

Revision as of 10:07, 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.
|players   = Players in the scene.
|location  = location or locations.
|prptp     = The prp or tp the log is a part of.
|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.