Difference between revisions of "Template:ShowHeader"

From Heroes Assemble MUSH
Jump to navigation Jump to search
 
(28 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
This is the "Show Template" template. It should be called in the following format:  
 
This is the "Show Template" template. It should be called in the following format:  
 
<pre>
 
<pre>
{{Cutscene Header
+
{{ShowHeader
 
| ShowTitle          = What is the Show Title?
 
| ShowTitle          = What is the Show Title?
 +
| Img                = link to show image
 
| ShowType          = What format show is this? Movie? TV? Radio? News?
 
| ShowType          = What format show is this? Movie? TV? Radio? News?
 
| ShowStatus        = Is the Show Ongoing, Finished, Rumored, or in Production?
 
| ShowStatus        = Is the Show Ongoing, Finished, Rumored, or in Production?
| ShowDate          = Date of original programming or release date
+
| ShowStartDate      = When did this start?
 +
| ShowEndDate        = When did this end?
 
| Synopsis          = What is the show about?
 
| Synopsis          = What is the show about?
 
| Cast of Characters = Characters who have appeared in the show
 
| Cast of Characters = Characters who have appeared in the show
Line 17: Line 19:
 
|-
 
|-
 
! style="background:{{{Color|black}}}; color:{{{TextColor|ffff66}}}; border: 1px ridge; font-size: 110%;" align="center" colspan="4" | '''{{{ShowTitle|Untitled}}}''' ('''{{{ShowType|TV Series}}}''')
 
! style="background:{{{Color|black}}}; color:{{{TextColor|ffff66}}}; border: 1px ridge; font-size: 110%;" align="center" colspan="4" | '''{{{ShowTitle|Untitled}}}''' ('''{{{ShowType|TV Series}}}''')
 +
|-
 +
! colspan="4" align="center" | <img src="{{{Img}}}" width="300">
 
|-
 
|-
 
! style="background:{{{Color|black}}}; color:{{{TextColor|ffff66}}}; border: 1px ridge; font-size: 110%;" align="center" colspan="4" | '''{{{ShowStatus|Finished}}}'''
 
! style="background:{{{Color|black}}}; color:{{{TextColor|ffff66}}}; border: 1px ridge; font-size: 110%;" align="center" colspan="4" | '''{{{ShowStatus|Finished}}}'''
 
|-
 
|-
! style="color: #ffff66; text-align:left" | Release Date:
+
|- class="LogRow"
! colspan="3" style="color: #C0C0C0; font-weight:normal;" | {{{ShowDate|No Date Specified}}}
+
! class="LogCell"  | Original Release: || class="LogCell" | {{#set:Show Date={{{ShowStartDate}}}}}{{#time: d F Y | {{{ShowStartDate}}} }}
 +
|-
 +
{{#if: {{{ShowEndDate|}}} |  
 +
{{!}}- class="LogRow"
 +
! class="LogCell" {{!}}  to: {{!!}} class="LogCell" {{!}} {{#time: d F Y | {{{ShowEndDate}}} }} | }}
 
|-
 
|-
! style="color: #ffff66; text-align:left" | Synopsis:
+
|- class="LogRow"
! colspan="3" style="color: #C0C0C0; font-weight:normal;" | {{{Synopsis|No Summary Specified}}}
+
! class="LogCell" | Synopsis: || class="LogCell" | {{#set:Show Synopsis={{{Synopsis}}}}}{{{Synopsis|}}}  
 
|-
 
|-
 
|- class="LogRow"
 
|- class="LogRow"
! class="LogCell" | Cast: || class="LogCell" | {{#arraymap:{{{Cast of Characters}}}|,|x|{{#set:Log Characters=x}}{{#if: {{#vardefineecho: x | {{#ask: [[Char_id::x]]}}}} | {{#var: x}} | x}}|,&#32;}}  
+
! class="LogCell" | Cast: || class="LogCell" | {{#arraymap:{{{Cast of Characters}}}|,|x|{{#set:Show Characters=x}}{{#if: {{#vardefineecho: x | {{#ask: [[Char_id::x]]}}}} | {{#var: x}} | x}}|,&#32;}}  
 
|}  [[Category:Shows]]
 
|}  [[Category:Shows]]
  
 
----
 
----
 
</includeonly>
 
</includeonly>

Latest revision as of 23:45, 18 July 2022

This is the "Show Template" template. It should be called in the following format:

{{ShowHeader
| ShowTitle          = What is the Show Title?
| Img                = link to show image
| ShowType           = What format show is this? Movie? TV? Radio? News?
| ShowStatus         = Is the Show Ongoing, Finished, Rumored, or in Production?
| ShowStartDate      = When did this start?
| ShowEndDate        = When did this end?
| Synopsis           = What is the show about?
| Cast of Characters = Characters who have appeared in the show
}} 

Edit the page to see the template text.