Difference between revisions of "Template:Test"

From Heroes Assemble MUSH
Jump to navigation Jump to search
(Undo revision 19032 by PoeWolf (talk))
(Tag: Undo)
(Replaced content with "No Template is being tested at this time")
(Tag: Replaced)
Line 1: Line 1:
<noinclude>
+
No Template is being tested at this time
This is the "Show Template" template. It should be called in the following format:
 
<pre>
 
{{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
 
}}
 
</pre>
 
 
 
Edit the page to see the template text.
 
</noinclude><includeonly>
 
{| class="toccolours" style="width: 900px; float: left; margin-left:10px; margin-right:1px; margin-bottom:10px; text-align: left" cellspacing="2"
 
|-
 
! 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}}}'''
 
|-
 
|- class="LogRow"
 
! 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}}} }} | }}
 
|-
 
|- class="LogRow"
 
! class="LogCell" | Synopsis: || class="LogCell" | {{#set:Show Synopsis={{{Synopsis}}}}}{{{Synopsis|}}}
 
|-
 
|- class="LogRow"
 
! 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]]
 
 
 
----
 
</includeonly>
 

Revision as of 23:28, 19 July 2022

No Template is being tested at this time