Difference between revisions of "Template:Plot"

From City of Hope MUSH
Jump to navigation Jump to search
m
(Some additional parameters and instructions about auto log list)
Line 31: Line 31:
 
.right-side {
 
.right-side {
 
   border: {{{column-border}}};
 
   border: {{{column-border}}};
 +
}
 +
 +
#information {
 +
    display: {{{display-information|block}}}
 +
}
 +
 +
#rp-hooks {
 +
    display: {{{display-rp-hooks|block}}}
 +
}
 +
 +
#summary {
 +
    display: {{{display-summary|block}}}
 +
}
 +
 +
#details {
 +
    display: {{{display-details|block}}}
 +
}
 +
 +
#participants {
 +
    display: {{{display-participants|block}}}
 +
}
 +
 +
#updates {
 +
    display: {{{display-updates|block}}}
 +
}
 +
 +
#logs {
 +
    display: {{{display-logs|block}}}
 
}
 
}
  
Line 124: Line 152:
 
| headers-radius      = (use this if you want roundy corners on the headers; default 0)
 
| headers-radius      = (use this if you want roundy corners on the headers; default 0)
 
</pre>
 
</pre>
 +
 +
You can use the following template parameters to remove sections of the template by setting them to 'none'.
 +
 +
<pre>
 +
| display-information    =
 +
| display-rp-hooks      =
 +
| display-summary        =
 +
| display-details        =
 +
| display-participants  =
 +
| display-updates        =
 +
| display-logs          =
 +
</pre>
 +
 +
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.
  
 
</noinclude>
 
</noinclude>

Revision as of 07:04, 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          =

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