Difference between revisions of "Template:Show Credits"

From Heroes Assemble MUSH
Jump to navigation Jump to search
 
(53 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
<pre>
+
To include Entertainment Credits on the Character Sheet:
{{ShowHeader
+
<pre>{{Show Credits}}</pre>
| charid         = Character ID
+
</noinclude><includeonly>
}}  
+
{{#css:
</pre>  
+
  .LogTable {text-align:left; width:100%; table-layout:fixed;}
</noinclude>
+
  .LogTable tr td:nth-child(1) {width:300px;}
 
+
  .LogTable tr td:nth-child(2) {width:150px;}
 
+
  .HeaderCell {padding: 0px 0px 0px 5px;}
<includeonly>
+
  .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}
User Input: {{{charid}}}
+
  .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; }
 +
}}
 +
<br>
 +
[{{fullurl:{{FULLPAGENAME}}}}&action=purge To Refresh Character's Entertainment List Click Here]. Then hit the resulting button to dump the old cached list.
 +
<br><br>
 +
<span style="color:#ffff66">{{FULLPAGENAME}}</span> has been credited in <span style="color:#ffff66">
 +
{{#ask:[[Category:{{{1|Shows}}}]] [[Show Characters::{{{2|{{#var:charid}}}}}]]
 +
|format=count
 +
}}</span> shows.
 +
<br>
 +
{| class="LogTable"
 +
! class=HeaderCell | Title
 +
! class=HeaderCell | Date
 +
! class=HeaderCell | Scene Summary
 +
|- class="LogRow"
 +
{{#ask:[[Category:{{{1|Shows}}}]] [[Show Characters::{{{2|{{#var:charid}}}}}]]
 +
|?Show Date
 +
|?Show Synopsis
 +
|format=template
 +
|template=Log List Single
 +
|limit=99999
 +
|sort=Show Date
 +
|order=descending
 +
|link=none
 +
|default={{!}} colspan=3 {{!}} No [[Form:Show|shows]]&nbsp;submitted yet.
 +
}}
 +
|}</includeonly><includeonly>
 +
<br>
 +
<span style="color:#ffff66">{{FULLPAGENAME}}</span> has been credited in <span style="color:#ffff66">
 +
{{#ask:[[Category:{{{1|Musics}}}]] [[Music Characters::{{{2|{{#var:charid}}}}}]]
 +
|format=count
 +
}}</span> albums.
 +
<br>
 +
{| class="LogTable"
 +
! class=HeaderCell | Title
 +
! class=HeaderCell | Release Date
 +
! class=HeaderCell | Artist
 +
|- class="LogRow"
 +
{{#ask:[[Category:{{{1|Musics}}}]] [[Music Characters::{{{2|{{#var:charid}}}}}]]
 +
|?Music Date
 +
|?Music MainCredit
 +
|format=template
 +
|template=Log List Single
 +
|limit=99999
 +
|sort=Music Date
 +
|order=descending
 +
|link=none
 +
|default={{!}} colspan=3 {{!}} No [[Form:Music|music]]&nbsp;submitted yet.
 +
}}
 +
|}
 +
<br>
 +
<span style="color:#ffff66">{{FULLPAGENAME}}</span> has authored <span style="color:#ffff66">
 +
{{#ask:[[Category:{{{1|Books}}}]] [[Book Authors::{{{2|{{#var:charid}}}}}]]
 +
|format=count
 +
}}</span> books.
 
<br>
 
<br>
<div style="font-size:9pt;">
+
{| class="LogTable"
{{#ask:[[Category:Shows]]
+
! class=HeaderCell | Title
|format=category
+
! class=HeaderCell | Release Date
|limit=500
+
! class=HeaderCell | Synopsis
 +
|- class="LogRow"
 +
{{#ask:[[Category:{{{1|Books}}}]] [[Book Authors::{{{2|{{#var:charid}}}}}]]
 +
|?Book Date
 +
|?Book Synopsis
 +
|format=template
 +
|template=Log List Single
 +
|limit=99999
 +
|sort=Book Date
 +
|order=descending
 +
|link=none
 +
|default={{!}} colspan=3 {{!}} No [[Form:Book|books]]&nbsp;submitted yet.
 
}}
 
}}
<br>Done.<br>
+
|}
</div>
 
 
 
 
</includeonly>
 
</includeonly>

Latest revision as of 17:11, 16 July 2022

To include Entertainment Credits on the Character Sheet:

{{Show Credits}}