Template:EpisodeFooter
From Shadow Unit Wiki
The EpisodeFooter template will automatically generate navigation tags for an episode page, including links to the episode itself, the Wiki pages for the previous and next episodes, and the Category:Episodes tag. For episodes which have not yet aired, use the Template:UnairedEpisodeFooter template.
Usage
To use this template, put the following at the bottom of the episode page:
{{EpisodeFooter|name="The Sin Eater"|number=2x03|URL=sineater.html|topic=358|previous=Sugar|next=Getaway}}
This will result in the following being displayed:
| Episode 2x03 "The Sin Eater" | |||
|---|---|---|---|
| Previous Episode | Episode Page | Message Board | Next Episode |
| Sugar | http://www.shadowunit.org/sineater.html | http://www.shadowunit.org/smf/index.php?topic=358.0 | Getaway |
Parameters
- name: The name of the episode. If the {{subst:PAGENAME}} template worked on our site, we wouldn't need this.
- number: The production number of the episode. The name and number parameters are used to generate the title of the navigation box.
- URL: The path to the episode's page on the main Shadow Unit website. (For multi-page episodes such as Refining Fire, use the URL to the first page.) Generates a link to the actual episode.
- topic: The number of the episode's discussion board on the Shadow Unit forums. This can be found from the "topic" parameter of the board's URL. Do not include the ".0"; that will be added by the template. Generates a link to the message board.
- previous: The name of the previous episode. Generates a link to that episode's Wiki page.
- next: The name of the next episode. Generates a link to that episode's Wiki page.

