Template:Tabs: Difference between revisions

Template page
(Created page with "<includeonly><templatestyles src="Tabs/style.css" /><div class="tabs">{{{1}}}</div></includeonly><noinclude> == Usage == <syntaxhighlight lang="moin"> {{Tabs| * Link 1 *...")
 
No edit summary
 
Line 1: Line 1:
<includeonly><templatestyles src="Tabs/style.css" /><div class="tabs">{{{1}}}</div></includeonly><noinclude>
<includeonly><templatestyles src="Tabs/style.css" /><div class="tabs">{{{1}}}</div></includeonly><noinclude>{{documentation}}
 
== Usage ==
 
<syntaxhighlight lang="moin">
{{Tabs|
* [[Link 1]]
* [[Link 2]]
* [[Link ...]]
}}
</syntaxhighlight></noinclude>

Latest revision as of 10:01, 10 January 2021

This template is used to group together a series of pages by putting links to them at the top of each page in the series. It's mainly used on character pages so that readers can quickly jump from e.g. the combo page to the movelist.

When this template is used in this manner, a new template should be made which is then included at the top of each page linked to. Note that interwiki links automatically become bold non-links if they point to the current page.

Usage

Create e.g. Template:Fighter:

{{Tabs|
* [[Fighter|Overview]]
* [[Fighter movelist|Movelist]]
* [[Fighter neutral|Neutral]]
* [[Fighter punishers|Punishers]]
* [[Fighter combos|Combos]]
* [[Fighter setups|Setups]]
* [[Fighter matchups|Matchups]]
* [[Fighter changelog|Changelog]]
}}

Then at the top of e.g. Fighter combos:

{{Fighter}}

Example