Difference between revisions of "Template:Plot"
m |
m |
||
Line 74: | Line 74: | ||
<div id="information"> | <div id="information"> | ||
<div class="header">Information</div> | <div class="header">Information</div> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td>Plot:</td> | ||
+ | <td>{{{plot-name}}}</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Storyteller:</td> | ||
+ | <td>{{{storyteller}}}</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Risk:</td> | ||
+ | <td>{{{risk-level|0}}}</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Spheres:</td> | ||
+ | <td>{{{spheres}}}</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Type:</td> | ||
+ | <td>{{{plot-type|Contained}}}</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Status:</td> | ||
+ | <td>{{{plot-status|In Development}}}</td> | ||
+ | </tr> | ||
+ | </table> | ||
<div class="subheader" id="plot-name">{{{plot-name}}}</div> | <div class="subheader" id="plot-name">{{{plot-name}}}</div> | ||
<div class="subheader" id="storyteller">Storyteller: {{{storyteller}}}</div> | <div class="subheader" id="storyteller">Storyteller: {{{storyteller}}}</div> |
Revision as of 07:19, 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 centered) | 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.