Template:NavSpecies: Difference between revisions

From Portals of Phereon Wiki
Content added Content deleted
m (Loops re-enabled)
Tag: Undo
m (add possibility of adding a class to a tabler)
 
Line 2: Line 2:
{{#if:{{{16|}}}|<span class="error">[[Template:NavSpecies]]: Too many tabs; maximum is 15.</span>[[Category:Template errors]]|
{{#if:{{{16|}}}|<span class="error">[[Template:NavSpecies]]: Too many tabs; maximum is 15.</span>[[Category:Template errors]]|
{{#vardefine:i|{{#if:{{{1|}}}|1}}}}
{{#vardefine:i|{{#if:{{{1|}}}|1}}}}
<div class="tabber-NavSpecies" data-open-tab="{{{open|1}}}">
<div class="tabber-NavSpecies {{#if:{{#replace:{{{class|}}}| |}}|tabber-{{#replace:{{{class|}}}| |}}|}}" data-open-tab="{{{open|1}}}">
{{#tag:tabber|
{{#tag:tabber|
{{#while:
{{#while:

Latest revision as of 01:27, 25 July 2022

[view | edit | purge]Documentation
Description
Creates a species visual navbox with up to 15 tabs based on given parameters.
Info
All valid tabs can be found here
The first letter of parameters will always get capitalized
The optional open=# parameter can be used to specify which tab is open by default
The optional class= parameter can be used to add class to the tabler. currently available: wide
See also Template:NavSpeciesBasic
Tab color styles are done in Template:NavSpecies/NavSpecies.css
Example
For example using this:
{{NavSpecies|open=3|shadow|Harpy|mermaid|Beast}}

Will result in this:

[view | edit | purge]The above documentation is transcluded fromTemplate:NavSpecies/doc.