From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
m (up to 15)
(All instances of {{{games}}} outside user-space have been migrated)
Line 1: Line 1:
<templatestyles src="Template:Series Nav/styles.css" /><div class="series_box nav_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>
<templatestyles src="Template:Series Nav/styles.css" /><div class="series_box nav_box"><p class="series_box_header"><includeonly><span class=plainlinks style="position: absolute; left: 0.6em;"><small>[{{fullurl:Template:{{{name}}}|action=view}} view]'''&nbsp;·&nbsp;'''[{{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:{{{games1|}}}|<div>{{#if:{{{title1|}}}|'''{{{title1|}}}:'''}}
{{#if:{{{games1|}}}|<div>{{#if:{{{title1|}}}|'''{{{title1|}}}:'''}}
{{{games1|}}}
{{{games1|}}}
Line 52: Line 51:
{{{compilations}}}
{{{compilations}}}
</div>}}<!--
</div>}}<!--
-->{{#if:{{{subseries|}}}|<div id="series_box_subseries">'''Sub-series:'''
-->{{#if:{{{subseries|}}}|<div>'''Sub-series:'''
{{{subseries}}}
{{{subseries}}}
</div>}}</div><noinclude>
</div>}}</div><noinclude>

Revision as of 03:14, 31 October 2022

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}}
}}