Difference between revisions of "Template:Plot"

From City of Hope MUSH
Jump to navigation Jump to search
m
m
Line 42: Line 42:
 
   text-align: right;
 
   text-align: right;
 
   font-size: small;
 
   font-size: small;
 +
}
 +
 +
img {
 +
  display: block;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
}
 +
 +
#plot-img {
 +
  width: {{{plot-img-width|100%}}};
 +
  height: {{{plot-img-height|100%}}};
 +
}
 +
 +
#info-img {
 +
  width: {{{info-img-width|100%}}};
 +
  height: {{{info-img-height|100%}}};
 
}
 
}
  
Line 77: Line 93:
  
 
     <div class="column right-side">
 
     <div class="column right-side">
 +
 +
      {{#if {{{plot-image}}} | <img id="plot-img" src="{{{plot-image}}}" alt={{{{plot-image-text}}} /> | }}
  
 
         <div id="information">
 
         <div id="information">
 
             <div class="header">Information</div>
 
             <div class="header">Information</div>
 +
            {{#if {{{info-image}}} | <img id ="info-img" src="{{{info-image}}}" alt={{{{info-image-text}}} /> |}}
 +
 
             <table class="subheader">
 
             <table class="subheader">
 
                 <tr>
 
                 <tr>
Line 184: Line 204:
 
| plot-status          = (current status of the plot, eg In Development, Active, On Hiatus, Incomplete, or Complete; defaults to In Development)
 
| plot-status          = (current status of the plot, eg In Development, Active, On Hiatus, Incomplete, or Complete; defaults to In Development)
 
| info-align          = (alignment of the info column; defaults to left)
 
| info-align          = (alignment of the info column; defaults to left)
 +
 +
| plot-image          = (an image url to display for for the plot; optional, defaults to nothing)
 +
| plot-img-width      = (width of the plot image; defaults to 100%)
 +
| plot-img-height      = (height of the plot image; defaults to 100%)
 +
 +
| info-image          = (an image url to display underneath the info section; optional, defaults to nothing)
 +
| info-img-width      = (width of the info image; defaults to 100%)
 +
| info-img-height      = (height of the info image; defaults to 100%)
  
 
| page-color-bg        =
 
| page-color-bg        =
Line 211: Line 239:
  
 
To have a log automatically included in the log list, add <code><nowiki>[[Category:Logs]]</nowiki></code> and <code><nowiki>[[Category:<FULLWIKINAME>]]</nowiki></code> (eg, <code><nowiki>[[Category:Plot:_Breaking_Up_the_Blockparty]]</nowiki></code>) to the log wiki page.
 
To have a log automatically included in the log list, add <code><nowiki>[[Category:Logs]]</nowiki></code> and <code><nowiki>[[Category:<FULLWIKINAME>]]</nowiki></code> (eg, <code><nowiki>[[Category:Plot:_Breaking_Up_the_Blockparty]]</nowiki></code>) to the log wiki page.
 +
 +
For a simple example of use, look here: [[Plot:_Breaking_Up_the_Blockparty]]
  
 
</noinclude>
 
</noinclude>

Revision as of 09:45, 22 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          =
| risk-level           = (see +policy [[Risk]]; defaults to 0)
| spheres              = (list of spheres involved)
| plot-type            = (eg Contained, Limited, or Open) 
| plot-status          = (current status of the plot, eg In Development, Active, On Hiatus, Incomplete, or Complete; defaults to In Development)
| info-align           = (alignment of the info column; defaults to left)

| plot-image           = (an image url to display for for the plot; optional, defaults to nothing)
| plot-img-width       = (width of the plot image; defaults to 100%)
| plot-img-height      = (height of the plot image; defaults to 100%)

| info-image           = (an image url to display underneath the info section; optional, defaults to nothing)
| info-img-width       = (width of the info image; defaults to 100%)
| info-img-height      = (height of the info image; defaults to 100%)

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

| 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)

You can use the following template parameters to remove sections of the template by setting them to 'none'.

| display-information    =
| display-rp-hooks       =
| display-summary        =
| display-details        =
| display-participants   =
| display-updates        =
| display-logs           =

To have a log automatically included in the log list, add [[Category:Logs]] and [[Category:<FULLWIKINAME>]] (eg, [[Category:Plot:_Breaking_Up_the_Blockparty]]) to the log wiki page.

For a simple example of use, look here: Plot:_Breaking_Up_the_Blockparty