Difference between revisions of "Template:Character Logs"

From Final Kingdom MUSH
Jump to: navigation, search
(Created page with "__NOCACHE__ ===Create a Log=== {{#forminput:form=Roleplaying Log}} ===Logs=== ---- {{#css: .LogTable {text-align:left; width:100%; table-layout:fixed;} .HeaderCell {paddin...")
 
m
 
(47 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOCACHE__
+
<includeonly>__NOCACHE__
===Create a Log===
+
{{#forminput:form=Roleplaying Log}}
+
===Logs===
+
----
+
 
{{#css:
 
{{#css:
   .LogTable {text-align:left; width:100%; table-layout:fixed;}
+
   .LogTable {text-align:left; width:100%; table-layout:fixed; border-radius:5px;}
   .HeaderCell {padding: 0px 0px 0px 5px;}
+
   .LogTable tbody {border-radius:5px;};
   .HeaderCell:nth-child(1) {border-radius:5px 0px 0px 0px; width: 15%;}
+
   .LogTable:nth-child(1) {border-top-left-radius:5px; border-top-right-radius:5px;}
   .HeaderCell:nth-child(2) {width: 10%;}
+
  .LogTable tr:nth-child(1) {border-top-left-radius:5px; border-top-right-radius:5px;}
   .HeaderCell:nth-child(3) {border-radius:0px 5px 0px 0px; width: 85%;}
+
  .LogTable tr td:nth-child(1) {width: 20rem;}
   .LogRow:nth-child(1) {background-color: rgba(0,70,70,.5)}
+
   .LogTable tr td:nth-child(2) {width: 15rem;}
   .LogRow:nth-child(2n+2) {background-color: rgba(0,70,70,.2)}
+
   .LogTable tr:nth-child(1) td:nth-child(1) {border-top-left-radius:5px; }
   .LogRow:nth-child(2n+3) {background-color: rgba(0,70,70,.3)}
+
   .LogTable tr:nth-child(1) td:nth-child(3) {border-top-right-radius:5px; }
   .LogCell { vertical-align:top; padding: 0px 0px 0px 5px;}
+
   .LogTable tr:nth-child(2n+1) {background-color: rgba(0,70,70,.4)}
   .LogRow:last-of-type td:nth-last-child(3) {border-radius:0px 0px 0px 5px}
+
   .LogTable tr:nth-child(2n) {background-color: rgba(0,70,70,.2)}
   .LogRow:last-of-type td:nth-last-child(1) {border-radius:0px 0px 5px 0px;}
+
   .LogTable td { vertical-align:top; padding: 0px 0px 0px 5px;}
   .LogCell:nth-child(odd) { word-wrap:break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
+
   .logTable tr:nth-last-child(1) {border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;}
 +
  .LogTable tr:nth-last-child(1) td:nth-child(1) {border-bottom-left-radius:5px;}
 +
   .LogTable tr:nth-last-child(1) td:nth-last-child(1) {border-bottom-right-radius:5px;}
 +
   .LogTable tr td:nth-child(odd) { word-wrap:break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-height:1.5em; height:1.5em; display:block;}
 
}}
 
}}
 
{| class="LogTable"  
 
{| class="LogTable"  
|- class="LogRow"
+
{{#ask:[[Category:{{{1|Roleplay Logs}}}]] [[Log Characters::{{{2|{{PAGENAME}}}}}]]
! class=HeaderCell | Title
+
! class=HeaderCell | Date
+
! class=HeaderCell | Scene Summary
+
|- class="LogRow"
+
{{#ask:[[Category:Roleplay Logs]] [[Cast of Characters::{{{1|{{PAGENAME}}}}}]]
+
 
|?Log Date
 
|?Log Date
 
|?Log Synopsis
 
|?Log Synopsis
 
|format=template
 
|format=template
 
|template=Log List Single
 
|template=Log List Single
 +
|limit=99999
 
|sort=Log Date  
 
|sort=Log Date  
 
|order=descending
 
|order=descending
|default=No logs submitted yet.
+
|default={{!}} colspan=3 {{!}} No logs submitted yet.
 
}}
 
}}
|}
+
|}</includeonly><noinclude>
 +
To include character logs:
 +
<pre>{{Character Logs}}</pre>
 +
 
 +
For Cutscenes:
 +
<pre>{{Character Logs|Cutscenes}}</pre>
 +
 
 +
For a specific character:
 +
<pre>{{Character Logs||Character Name}}
 +
{{Character Logs|Cutscenes|Character Name}}</pre>
 +
</noinclude>

Latest revision as of 19:33, 7 February 2013

To include character logs:

{{Character Logs}}

For Cutscenes:

{{Character Logs|Cutscenes}}

For a specific character:

{{Character Logs||Character Name}}
{{Character Logs|Cutscenes|Character Name}}