Changes

From The TTSCpedia
Jump to navigationJump to search
Created page with "SeasonBox is used for seasons of a series uploaded by the original creator. Works similar to the standard infobox, <pre> {{SeasonBox |Row 1 title=The Saga Begins |Row 1 info=..."
SeasonBox is used for seasons of a series uploaded by the original creator. Works similar to the standard infobox,

<pre>
{{SeasonBox
|Row 1 title=The Saga Begins
|Row 1 info=The first episode. Dummy Entry.
|Row 1 airdate=1/1/1970}}
</pre>
should yield the following:

{{SeasonBox
|Row 1 title=The Saga Begins
|Row 1 info=The first episode. Dummy Entry.
|Row 1 airdate=1/1/1970}}

You can also change the color of the text and background. '''colour1''' changes background color, while '''colour2''' changes text color.

<pre>
{{SeasonBox
|colour1=#daa520
|colour2=black
|Row 1 title=The Saga Begins
|Row 1 info=The first episode. Dummy Entry.
|Row 1 airdate=1/1/1970}}
</pre>
should yield the following:

{{SeasonBox
|colour1=#daa520
|colour2=black
|Row 1 title=The Saga Begins
|Row 1 info=The first episode. Dummy Entry.
|Row 1 airdate=1/1/1970}}

Navigation menu