Difference between revisions of "Template:Show Credits"

From Heroes Assemble MUSH
Jump to navigation Jump to search
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
{{#css:
 
  .LogTable {text-align:left; width:100%; table-layout:fixed;}
 
  .LogTable tr td:nth-child(1) {width:300px;}
 
  .LogTable tr td:nth-child(2) {width:150px;}
 
  .HeaderCell {padding: 0px 0px 0px 5px;}
 
  .HeaderCell:nth-child(1) {border-radius:5px 0px 0px 0px; width: 300px; background-color: #081f3f; color: red}
 
  .HeaderCell:nth-child(2) {width: 150px; background-color: #081f3f; color: red}
 
  .HeaderCell:nth-child(3) {border-radius:0px 5px 0px 0px; background-color: #081f3f; color: red}
 
  .LogRow { max-height:1em;}
 
  .LogRow:nth-child(1) {background-color: #081f3f}
 
  .LogRow:nth-child(2n+2) {background-color: rgba(4,61,61,.97)}
 
  .LogRow:nth-child(2n+3) {background-color: #081f3f}
 
  .LogCell { vertical-align:top; padding: 0px 0px 0px 5px; max-height:1em;}
 
  .LogRow:last-of-type td:nth-last-child(3) {border-radius:0px 0px 0px 5px;}
 
  .LogRow:last-of-type td:nth-last-child(1) {border-radius:0px 0px 5px 0px;}
 
  .LogCell:nth-child(1) { word-wrap:break-word; white-space: overflow: hidden; max-height:1.5em; height:1.5em; display:block;}
 
  .LogCell:nth-child(3) { word-wrap:break-word; max-height:1.5em; height:1.5em; }
 
}}
 
[{{fullurl:{{FULLPAGENAME}}}}&action=purge To Refresh Character's Scene List Click Here]. Then hit the resulting button to dump the old cached list.
 
 
<br>
 
<br>
 
 
<span style="color:#ffff66">{{FULLPAGENAME}}</span> has <span style="color:#ffff66">
 
<span style="color:#ffff66">{{FULLPAGENAME}}</span> has <span style="color:#ffff66">
 
{{#ask:[[Category:{{{1|Shows}}}]] [[Log Characters::{{{2|{{#var:charid}}}}}]]  
 
{{#ask:[[Category:{{{1|Shows}}}]] [[Log Characters::{{{2|{{#var:charid}}}}}]]  
Line 28: Line 6:
 
<br>
 
<br>
  
<br>
+
 
{| class="LogTable"
+
<div style="font-size:9pt;">
! class=HeaderCell | Title
 
! class=HeaderCell | Date
 
! class=HeaderCell | Scene Summary
 
|- class="LogRow"
 
 
{{#ask:[[Category:{{{1|Shows}}}]] [[Log Characters::{{{2|{{#var:charid}}}}}]]  
 
{{#ask:[[Category:{{{1|Shows}}}]] [[Log Characters::{{{2|{{#var:charid}}}}}]]  
|?ShowDate
+
|format=category
|?Synopsis
+
|columns=5
|format=template
+
|template=SingleDisplay
|template=Log List Single
+
|limit=500
|limit=99999
+
}}</div>
|sort=ShowDate
 
|order=descending
 
|link=none
 
|default={{!}} colspan=3 {{!}} No logs submitted yet.
 
}}
 
|}</includeonly>
 
 
 
  
 +
</includeonly>
 
<noinclude>
 
<noinclude>
 
To include Show Credits:
 
To include Show Credits:
Line 55: Line 23:
 
<pre>{{Show Credits||Char_id}}</pre>
 
<pre>{{Show Credits||Char_id}}</pre>
 
</noinclude>
 
</noinclude>
 
 
<div style="font-size:9pt;">
 
{{#ask:[[Category:{{{1|Shows}}}]] [[Log Characters::{{{2|{{#var:charid}}}}}]]
 
|format=category
 
|columns=5
 
|template=SingleDisplay
 
|limit=500
 
}}</div>
 

Revision as of 23:46, 10 July 2022


To include Show Credits:

{{Show Credits}}

For a specific character:

{{Show Credits||Char_id}}