This wiki is a XML full dump clone of "Heroes Wiki", the main wiki about the Heroes saga that has been shut down permanently since June 1, 2020. The purpose of this wiki is to keep online an exhaustive and accurate database about the franchise.

Template:Nav: Difference between revisions

From Heroes Wiki
Jump to navigation Jump to search
Content deleted Content added
imported>Iheartheroes
No edit summary
imported>Ryangibsonstewart
next and last text
 
Line 3: Line 3:
{| width="100%" style="text-align: center; background-color:#CCD5F4; font-size: 125%;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px; border: 0px; padding: 0px; spacing:0px;"
{| width="100%" style="text-align: center; background-color:#CCD5F4; font-size: 125%;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px; border: 0px; padding: 0px; spacing:0px;"
|-
|-
| width="25%" | {{#if: {{{last|}}} | <span style="font-size:10px">[[Episode:{{{last}}}|previous: ''{{{last}}}'']]</span>}}
| width="25%" | {{#if: {{{last|}}} | <span style="font-size:10px">[[Episode:{{{last}}}|previous: ''{{#if:{{{lasttext|}}} | {{{lasttext}}} | {{{last}}} }}'']]</span>}}
| width="50%" | '''''{{{title}}}'''''
| width="50%" | '''''{{{title}}}'''''
| width="25%" | {{#if: {{{next|}}} | <span style="font-size:10px">[[Episode:{{{next}}}|next: ''{{{next}}}'']]</span>}}
| width="25%" | {{#if: {{{next|}}} | <span style="font-size:10px">[[Episode:{{{next}}}|next: ''{{#if:{{{nexttext|}}} | {{{nexttext}}} | {{{next}}} }}'']]</span>}}
|-
|-
{| {{#switch: {{{season|}}} | One = class="collapsible" | Two = class="collapsible collapsed" | Three = class="collapsible collapsed" | Four = class="collapsible collapsed" | Reborn = class="collapsible collapsed" | #default = class="collapsible collapsed"}} width="100%" style="text-align: center; background-color:#CCD5F4; font-size:11px; border: 0px; margin-top:2px; padding: 0px; spacing:0px;"
{| {{#switch: {{{season|}}} | One = class="collapsible" | Two = class="collapsible collapsed" | Three = class="collapsible collapsed" | Four = class="collapsible collapsed" | Reborn = class="collapsible collapsed" | #default = class="collapsible collapsed"}} width="100%" style="text-align: center; background-color:#CCD5F4; font-size:11px; border: 0px; margin-top:2px; padding: 0px; spacing:0px;"
Line 66: Line 66:
| title = <!-- This episode's title -->
| title = <!-- This episode's title -->
| last = <!-- Last episode's title -->
| last = <!-- Last episode's title -->
| lasttext= <!--OPTIONAL text to print, if different than last-->
| next = <!-- Next episode's title -->
| next = <!-- Next episode's title -->
| nexttext= <!--OPTIONAL text to print, if different than next-->
}}</pre>
}}</pre>
|}
|}

Latest revision as of 11:55, 25 September 2015


{{{title}}}
See Also: Volume One EpisodesVolume Two EpisodesVolume Three EpisodesVolume Four EpisodesVolume Five EpisodesHeroes Reborn EpisodesAll Episodes

Usage

Adds a navbar to the bottom of episode pages.

{{nav
| season = One <!-- Text of season -->
| title = <!-- This episode's title -->
| last = <!-- Last episode's title -->
| lasttext= <!--OPTIONAL text to print, if different than last-->
| next = <!-- Next episode's title -->
| nexttext= <!--OPTIONAL text to print, if different than next-->
}}