Template:Log: Difference between revisions

From retromux
Jump to navigation Jump to search
Ryoko (talk | contribs)
No edit summary
Ryoko (talk | contribs)
No edit summary
Line 12: Line 12:


Edit the page to see the template text.  
Edit the page to see the template text.  
</noinclude><includeonly> {{#css:
</noinclude><includeonly>  
  .LogHeader { width:60%; border-radius:5px; margin-left:auto; margin-right:auto;}
{|
  .LogTitle {text-align:center; font-size:medium; text-shadow: 1px 1px 1px black; border-radius: 5px 5px 0px 0px}
|-
  .LogRow {text-align:left;}
  .LogCell {padding:0px 0px 0px 4px; vertical-align:top;}
  .LogCell:nth-child(1) {Width:140px;}
  .LogCell:nth-child(2) {font-weight:normal;}
  .LastCell:nth-child(1) {border-radius: 0px 0px 0px 5px}
  .LastCell:nth-child(2) {border-radius: 0px 0px 5px 0px}
}}
{| class="LogHeader"
|- class="LogRow"
! class="LogTitle" colspan="2"| {{#if:{{#titleparts:{{PAGENAME}}|0|2}}|{{#titleparts:{{PAGENAME}}|0|2}}|{{PAGENAME}}}}
! class="LogTitle" colspan="2"| {{#if:{{#titleparts:{{PAGENAME}}|0|2}}|{{#titleparts:{{PAGENAME}}|0|2}}|{{PAGENAME}}}}
|- class="LogRow"
|- class="LogRow"
! class="LogCell" | Date of Scene: || class="LogCell" | {{#time: d F Y | {{{Date of Scene}}} }}  
| Date of Scene: || class="LogCell" | {{#time: d F Y | {{{Date of Scene}}} }}  
|- class="LogRow"
|-  
! class="LogCell" | Location: || class="LogCell" | {{{Location|}}}
| Location: || class="LogCell" | {{{Location|}}}
|- class="LogRow"
|-  
! class="LogCell" | Synopsis: || class="LogCell" | {{{Synopsis|}}}  
| Synopsis: || {{{Synopsis|}}}  
{{#if: {{{Thanks|}}} |  
{{#if: {{{Thanks|}}} |  
{{!}}- class="LogRow"
{{!}}- class="LogRow"
! class="LogCell" {{!}}  Thanks to: {{!!}} class="LogCell" {{!}} {{{Thanks}}} | }}
! class="LogCell" {{!}}  Thanks to: {{!!}} class="LogCell" {{!}} {{{Thanks}}} | }}  
|- class="LogRow"
}}
! class="LogCell" | Cast of Characters: || class="LogCell" | {{{Cast of Characters|}}}
|-  
{{#if: {{{Cast of NPCs|}}} |
| Cast of Characters: || {{{Cast of Characters|}}}
{{!}}- class="LogRow"
}}
{{#if: {{{Cast of NPCs|}}}  
{{!}}-
! class="LogCell" {{!}} Cast of NPCs: {{!!}} class="LogCell" {{!}} {{{Cast of NPCs|}}}
! class="LogCell" {{!}} Cast of NPCs: {{!!}} class="LogCell" {{!}} {{{Cast of NPCs|}}}
}}
|}  [[Category:RP Logs]]
|}  [[Category:RP Logs]]
----
----
</includeonly>
</includeonly>

Revision as of 22:35, 30 September 2024

This is the "RP Log Template" template, based on the Heroes Assemble Mush template. It should be called in the following format:

{{Log
| Synopsis           = What was the scene about? 
| Cast of Characters = Characters who were in the scene, seperated by commas.
| Cast of NPCs       = NPCs present
| 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?
}} 

Edit the page to see the template text.