Difference between revisions of "Template:Show Credits"

From Heroes Assemble MUSH
Jump to navigation Jump to search
Line 23: Line 23:
  
 
</includeonly>
 
</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>
 +
{{#ask:[[Category:{{{1|Shows}}}]] [[Show Characters::{{{2|{{#var:charid}}}}}]]
 +
|format=count
 +
}}</span> show credits.
 +
<br>
 +
 +
<br>
 +
{| class="LogTable"
 +
! class=HeaderCell | Title
 +
! class=HeaderCell | Date
 +
! class=HeaderCell | Scene Summary
 +
|- class="LogRow"
 +
{{#ask:[[Category:{{{1|Shows}}}]] [[Show Characters::{{{2|{{#var:charid}}}}}]]
 +
|?ShowDate
 +
|?Synopsis
 +
|format=template
 +
|template=Log List Single
 +
|limit=99999
 +
|sort=ShowDate
 +
|order=descending
 +
|link=none
 +
|default={{!}} colspan=3 {{!}} No logs submitted yet.
 +
}}
 +
|}</includeonly>
 +
 +
 +
<noinclude>
 +
To include Show Credits:
 +
<pre>{{Show Credits}}</pre>
 +
 +
For a specific character:
 +
<pre>{{Show Credits||Char_id}}</pre>
 +
</noinclude>

Revision as of 01:58, 11 July 2022

{{ShowHeader
| charid         = Character ID
}} 






To include Show Credits:

{{Show Credits}}

For a specific character:

{{Show Credits||Char_id}}