Difference between revisions of "Template:Plot"

From City of Hope MUSH
Jump to navigation Jump to search
m
m
Line 26: Line 26:
  
 
.info-block {
 
.info-block {
 
+
    background-color: {{{info-color-bg|grey}}};
background-color: {{{page-color-bg|white}}};
+
    color: {{{info-color-text|black}}};
color: {{{page-color-text|black}}};
 
 
 
 
}
 
}
  
Line 45: Line 43:
 
         </div>
 
         </div>
  
         <div id="rp-hooks">
+
         <div class="info-block" id="rp-hooks">
 
             <div class="header">RP Hooks</div>
 
             <div class="header">RP Hooks</div>
 
             {{:{{PAGENAME}}/RP Hooks}}
 
             {{:{{PAGENAME}}/RP Hooks}}
Line 54: Line 52:
 
     <div class="column left-side">
 
     <div class="column left-side">
  
         <div id="summary">
+
         <div class="info-block" id="summary">
 
             <div class="header">Summary</div>
 
             <div class="header">Summary</div>
 
             {{:{{PAGENAME}}/Summary}}
 
             {{:{{PAGENAME}}/Summary}}
 
         </div>
 
         </div>
  
         <div id="details">
+
         <div class="info-block" id="details">
 
             <div class="header">Details</div>
 
             <div class="header">Details</div>
 
             {{:{{PAGENAME}}/Details}}
 
             {{:{{PAGENAME}}/Details}}
 
         </div>
 
         </div>
  
         <div id="participants">
+
         <div class="info-block" id="participants">
 
             <div class="header">Participants</div>
 
             <div class="header">Participants</div>
 
             {{:{{PAGENAME}}/Participants}}
 
             {{:{{PAGENAME}}/Participants}}
 
         </div>
 
         </div>
  
         <div id="updates">
+
         <div class="info-block" id="updates">
 
             <div class="header">Updates</div>
 
             <div class="header">Updates</div>
 
             {{:{{PAGENAME}}/Updates}}
 
             {{:{{PAGENAME}}/Updates}}
 
         </div>
 
         </div>
  
         <div id="logs">
+
         <div class="info-block" id="logs">
 
             <div class="header">Logs</div>
 
             <div class="header">Logs</div>
 
             <DynamicPageList>
 
             <DynamicPageList>
Line 114: Line 112:
 
| page-color-text      =
 
| page-color-text      =
 
| page-border          =  
 
| page-border          =  
 +
 +
| info-color-bg        =
 +
| info-color-text      =
  
 
| color-links          =  
 
| color-links          =  

Revision as of 21:29, 21 September 2020



Plot Template

This is a template meant to help organize PRPs and provide a central depository for information regarding a specific one. It can be difficult to find all the related logs to a longer-running plot, for instance, and this is meant to help with that as well as give an organized space and archive for details of the plot.

Usage

Copy the following onto your new plot page:

{{ :Template:Plot }}

Then click on each of the red links and fill out the information in that section.

You can use the following template parameters to customize the colors and text on the page.

| plot-name            =
| storyteller          =

| page-color-bg        =
| page-color-text      =
| page-border          = 

| info-color-bg        =
| info-color-text      =

| color-links          = 
| color-links-hover    = 

| color-headers-bg     = 
| color-headers-text   = 
| headers-radius       = (use this if you want roundy corners on the headers; default 0)

Layout

The following template parameters will change the layout and positioning of several elements on the page.

| position-information    = left, right, OR off (default: right)
| position-rp-hooks       = left, right, OR off (default: right)
| position-summary        = left, right, OR off (default: left)
| position-details        = left, right, OR off (default: left)
| position-participants   = left, right, OR off (default: left)
| position-updates        = left, right, OR off (default: left)
| position-logs           = left, right, OR off (default: left)