From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
(added parent2 parameter for cross-over series)
(add line break so we can use lists, subseries would need more work)
Line 1: Line 1:
<div class="series_box"><p class="series_box_header"><includeonly><span class=plainlinks style="position: absolute; left: 0.6em;"><small>[{{fullurl:Template:{{{name}}}|action=edit}} edit]</small></span></includeonly>[[:Category:{{{name}}}|{{{name}}}]] series{{#if:{{{parent|}}}|<span class="series_box_parent">↑ [[:Category:{{{parent}}}|{{{parent}}}]]{{#if:{{{parent2|}}}|&nbsp;↑ [[:Category:{{{parent2}}}|{{{parent2}}}]]}}</span>}}</p>{{{games}}}{{#if:{{{subseries|}}}|<p>'''Sub-series''': {{{subseries}}}</p>}}</div><noinclude>
<div class="series_box"><p class="series_box_header"><includeonly><span class=plainlinks style="position: absolute; left: 0.6em;"><small>[{{fullurl:Template:{{{name}}}|action=edit}} edit]</small></span></includeonly>[[:Category:{{{name}}}|{{{name}}}]] series{{#if:{{{parent|}}}|<span class="series_box_parent">↑ [[:Category:{{{parent}}}|{{{parent}}}]]{{#if:{{{parent2|}}}|&nbsp;↑ [[:Category:{{{parent2}}}|{{{parent2}}}]]}}</span>}}</p>
{{{games}}}
{{#if:{{{subseries|}}}|<p>'''Sub-series''': {{{subseries}}}</p>}}</div><noinclude>
{{Documentation}}
{{Documentation}}
[[Category:Templates|S]]</noinclude>
[[Category:Templates|S]]</noinclude>

Revision as of 02:32, 29 February 2016

[[:Category:{{{name}}}|{{{name}}}]] series

{{{games}}}

This page has been transcluded from Template:Series Nav/Documentation.


A template for navigation around the games in a series, designed to be inherited by series-specific templates.

Usage

{{Series Nav
|name={{subst:BASEPAGENAME}}
|parent=
|parent2=
|title1=
|games1=

<!-- ... -->

|title9=
|games9=
|spinoffs=
|compilations=
|subseries=
}}

Parameters

  • name - name of the template.
  • parent - name of the parent series. (optional)
  • parent2 - name of additional parent series in case of crossover. (optional)
  • titlen - title of grouping. (optional)
  • gamesn - list of games in the group.
  • spinoffs - list of games that are a spinoff of the central series. (optional)
  • compilations - list of compilations in the series. (optional)
  • subseries - list of series that this is the parent series for. Use {{c}} to link to each. (optional)

Example

{{Series Nav
|name=Mario RPG
|parent=Mario
|games1=
* [[Super Mario RPG: Legend of the Seven Stars]]
|subseries=
* {{c|Paper Mario}}
* {{c|Mario & Luigi}}
}}