Template:Log: Difference between revisions

From retromux
Jump to navigation Jump to search
Ryoko (talk | contribs)
Created page with "<noinclude> This is the "RP Log Template" template, based on the Heroes Assemble Mush template. It should be called in the following format: <pre>{{Log Dossier | Synopsis = What was the scene about? | 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 p..."
 
Ryoko (talk | contribs)
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "RP Log Template" template, based on the Heroes Assemble Mush template. It should be called in the following format:  
This is the "RP Log Template" template, based on the Heroes Assemble Mush template. It should be called in the following format:  
<pre>{{Log Dossier
<pre>{{Log
| Synopsis          = What was the scene about?  
| Synopsis          = What was the scene about?  
| Cast of Characters = Characters who were in the scene, seperated by commas.
| Characters         = Characters who were in the scene
| NPCs              = NPCs present
| 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 10: Line 11:
</pre>  
</pre>  


Edit the page to see the template text.  
You can see it in use in the [[Examplelog]].
</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" | {{#set:Log Date={{{Date of Scene}}}}}{{#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" | {{#set:Log Synopsis={{{Synopsis}}}}}{{{Synopsis|}}}  
| Synopsis: || {{{Synopsis|}}}  
{{#if: {{{Thanks|}}} |  
{{#if: {{{Thanks|}}} |  
{{!}}- class="LogRow"
{{!}}- class="LogRow"
! class="LogCell" {{!}} Thanks to: {{!!}} class="LogCell" {{!}} {{{Thanks}}} | }}
{{!}} Thanks to: {{!!}} {{{Thanks}}} | }}  
|- 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;}}  
| Cast of Characters: || {{{Characters|}}}
{{#if: {{{Cast of NPCs|}}} |  
{{#if: {{{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;}}  | }}
{{!}} Cast of NPCs: {{!!}} {{{NPCs|}}} | }}
{{#if: {{{Tinyplot|}}} |
{{!}}- class="LogRow"
! class="LogCell" {{!}}  Tinyplot: {{!!}} class="LogCell" {{!}} [[Log Tinyplot::{{{Tinyplot}}}]]
{{#if: {{{Tinyplot2|}}} |
{{!}}- class="LogRow"
! class="LogCell" {{!}}  Tinyplot2: {{!!}} class="LogCell" {{!}} [[Tinyplot Two::{{{Tinyplot2}}}]] | }} | }}
|}  [[Category:RP Logs]]
|}  [[Category:RP Logs]]
----
----
</includeonly>
</includeonly>

Latest revision as of 22:49, 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? 
| Characters         = Characters who were in the scene
| 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?
}} 

You can see it in use in the Examplelog.