Difference between revisions of "Template:Log Header"

From United Heroes MUSH
Jump to navigation Jump to search
m (1 revision imported)
 
 
(10 intermediate revisions by 2 users not shown)
Line 5: Line 5:
| Tinyplot          = In the case there is a Tinyplot page you wish to associate with this log.
| 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.
| Tinyplot2          = If there's a second TP the scene was part of.
| Cast of Characters = Characters who were in the scene, seperated by commas.
| Cast of Characters = Characters who were in the scene, separated by commas.
| Cast of NPCs      = Emitted NPCs who were in the scene, separated by commas.
| Thanks            = In case you wish to thank People who NPCed... etc - Optional
| Thanks            = In case you wish to thank People who NPCed... etc - Optional
| Location          = Where did it ICly take place?
| Location          = Where did it ICly take place?
Line 14: Line 15:


Edit the page to see the template text.  
Edit the page to see the template text.  
</noinclude><includeonly> __NOCACHE__ {{#css:
</noinclude><includeonly> {{#css:
   .LogHeader { width:60%; border-radius:5px; margin-left:auto; margin-right:auto;}
   .LogHeader { width:60%; border-radius:5px; margin-left:auto; margin-right:auto;}
   .LogTitle {text-align:center; font-size:medium; color: white; text-shadow: 1px 1px 1px black; border-radius: 5px 5px 0px 0px; background-color: rgba(0,70,70,.5)}
   .LogTitle {text-align:center; font-size:medium; color: white; text-shadow: 1px 1px 1px black; border-radius: 5px 5px 0px 0px; background-color: rgba(0,70,70,.5)}
Line 598: Line 599:
|- class="LogRow"
|- class="LogRow"
! class="LogCell" | Cast of Characters: || class="LogCell" | {{#arraymap:{{{Cast of Characters}}}|,|x|{{#set:Log Characters=x}}{{#if: {{#vardefineecho: x | {{#ask: [[Char_id::x]]}}}} | {{#var: x}} | x}}|,&#32;}}  
! class="LogCell" | Cast of Characters: || class="LogCell" | {{#arraymap:{{{Cast of Characters}}}|,|x|{{#set:Log Characters=x}}{{#if: {{#vardefineecho: x | {{#ask: [[Char_id::x]]}}}} | {{#var: x}} | x}}|,&#32;}}  
{{#if: {{{Cast of NPCs|}}} |
{{!}}- class="LogRow"
! class="LogCell" {{!}} Cast of NPCs: {{!!}} class="LogCell" {{!}} {{#arraymap:{{{Cast of NPCs}}}|,|x|{{#set:Log NPC Characters=x}}{{#if: {{#vardefineecho: x | {{#ask: [[Char_id::x]]}}}} | {{#var: x}} | x}}|,&#32;}}  | }}
{{#if: {{{Tinyplot|}}} |  
{{#if: {{{Tinyplot|}}} |  
{{!}}- class="LogRow"
{{!}}- class="LogRow"

Latest revision as of 01:57, 6 November 2019

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, separated by commas.
| Cast of NPCs       = Emitted NPCs who were in the scene, separated 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.