On November 27th, 2022, the 8,000th article was added to the SuccuWiki!

Template:Episode list2

From SuccuWiki - The Wiki of the Succubi
Jump to navigation Jump to search
# in series # in season Title Directed by Written by Original air date Summary
Example Example Example Example Example Example Example
[edit] [history] [purge] Documentation icon Template documentation

This is the documentation for the SuccuWiki Episode List template

Usage

This template is to be used for making episode lists for serialized media like television programs and is a simplified original template inspired by the "Episode list" template from Wikipedia, created by Arcane for TeraS, for use on the SuccuWiki, but may be redistributed and altered for use on any other wiki under the terms of the GFDL license or an equivalent compatible license.

Below is a copy of the template syntax:

{| class="wikitable plainrowheaders" style="width: 100%; margin-right: 0;"
|-
! style="background: #000000; color: #ffffff;"|# in series  
! style="background: #000000; color: #ffffff;"|# in season  
! style="background: #000000; color: #ffffff;"|Title 
! style="background: #000000; color: #ffffff;"|Directed by 
! style="background: #000000; color: #ffffff;"|Written by 
! style="background: #000000; color: #ffffff;"|Original air date 
! style="background: #000000; color: #ffffff;"|Summary
|-
| Example || Example || Example || Example || Example || Example || Example
|}
<noinclude>{{Documentation}}</noinclude>


The template above has been altered to have black colored headings with white text, and currently has one row. The "Example" text can be removed, and what relevant information is needed for the heading it falls under can be inserted instead.

For example, let's say I wanted to put down the first episode in a series, the first episode in a season, the title was "Duck", it was directed by "Moe", written by "Larry", it originally aired on October 12, 2010, and it was "A short documentary on ducks".

It would come out something like this:

# in series # in season Title Directed by Written by Original air date Summary
1 1 Duck Moe Larry October 12, 2010 A short documentary on ducks.

If I wanted to add two more episode lines, I would add two more lines to the template code, like the below example:

{| class="wikitable plainrowheaders" style="width: 100%; margin-right: 0;"
|-
! style="background: #000000; color: #ffffff;"|# in series  
! style="background: #000000; color: #ffffff;"|# in season  
! style="background: #000000; color: #ffffff;"|Title 
! style="background: #000000; color: #ffffff;"|Directed by 
! style="background: #000000; color: #ffffff;"|Written by 
! style="background: #000000; color: #ffffff;"|Original air date 
! style="background: #000000; color: #ffffff;"|Summary
|-
| Example || Example || Example || Example || Example || Example || Example
|-
| Example || Example || Example || Example || Example || Example || Example
|-
| Example || Example || Example || Example || Example || Example || Example
|}

I will look something like this in table format:

# in series # in season Title Directed by Written by Original air date Summary
Example Example Example Example Example Example Example
Example Example Example Example Example Example Example
Example Example Example Example Example Example Example


By default, the basic template just adds one line to add text for all the headings, like so:

|-
| Example || Example || Example || Example || Example || Example || Example
|}

If you need more lines, just copy paste the first two lines as many times as needed, and once you have enough lines, just add the "|}" immediately below the last row to make sure it doesn't accidentally merge with other text on the page or cause an error.

To change the colors of the background (of the header box) and the color (of the text in the header box), just change the CSS color codes to your desired outcome for each header box.

For example, let's say I wanted an orange background and black text for my header boxes. It would look like this in raw page code:

{| class="wikitable plainrowheaders" style="width: 100%; margin-right: 0;"
|-
! style="background: #ff6317; color: #000000;"|# in series  
! style="background: #ff6317; color: #000000;"|# in season  
! style="background: #ff6317; color: #000000;"|Title 
! style="background: #ff6317; color: #000000;"|Directed by 
! style="background: #ff6317; color: #000000;"|Written by 
! style="background: #ff6317; color: #000000;"|Original air date 
! style="background: #ff6317; color: #000000;"|Summary
|-
| Example || Example || Example || Example || Example || Example || Example
|}

And the actual table will look like this:

# in series # in season Title Directed by Written by Original air date Summary
Example Example Example Example Example Example Example

Hopefully, this template should make it simple to make episode lists for serialized programs.