Difference between revisions of "Template:Log Header"

From Radiant Heart MUSH

 
(3 intermediate revisions by 2 users not shown)
Line 19: Line 19:
 
   .LogRow {text-align:left;}
 
   .LogRow {text-align:left;}
 
   .LogRow:nth-child(2n+2) {background-color: rgb(244, 154, 194,.3)}
 
   .LogRow:nth-child(2n+2) {background-color: rgb(244, 154, 194,.3)}
   .LogRow:nth-child(2n+3) {background-color: rgb(244, 154, 194,.4)}
+
   .LogRow:nth-child(2n+3) {background-color: rgb(244, 154, 194,.5)}
 
   .LogCell {padding:0px 0px 0px 4px; vertical-align:top;}
 
   .LogCell {padding:0px 0px 0px 4px; vertical-align:top;}
 
   .LogCell:nth-child(1) {Width:140px;}
 
   .LogCell:nth-child(1) {Width:140px;}
Line 590: Line 590:
 
! class="LogCell" | Date of Scene: || class="LogCell" | {{#set:Log Date={{{Date of Scene}}}}}{{#time: d F Y | {{{Date of Scene}}} }}  
 
! class="LogCell" | Date of Scene: || class="LogCell" | {{#set:Log Date={{{Date of Scene}}}}}{{#time: d F Y | {{{Date of Scene}}} }}  
 
|- class="LogRow"
 
|- class="LogRow"
! class="LogCell" | Location: || class="LogCell" | {{{Location|}}}
+
! class="LogCell" | Location: || class="LogCell" | [[Location::{{{Location}}}]]
 
|- class="LogRow"
 
|- class="LogRow"
 
! class="LogCell" | Synopsis: || class="LogCell" | {{#set:Log Synopsis={{{Synopsis}}}}}{{{Synopsis|}}}  
 
! class="LogCell" | Synopsis: || class="LogCell" | {{#set:Log Synopsis={{{Synopsis}}}}}{{{Synopsis|}}}  

Latest revision as of 03:13, 8 March 2024

This is the "RP Log Template" template. It should be called in the following format:

{{Log Dossier
| Synopsis           = What was the scene about? 
| Tinyplot           = In the case there is a Tinyplot page you wish to associate with this log.
| Tinyplot2          = If there's a second TP the scene was part of.
| Cast of Characters = Characters who were in the scene, seperated by commas.
| Thanks             = In case you wish to thank People who NPCed... etc - Optional
| Location           = Where did it ICly take place?
| Date of Scene      = When did this OOCly take place?
| pretty             = If you have your log formatted according to the guidelines, use 'yes' to get it to look 'pretty' 
}} 

Edit the page to see the template text.