|
|
(12 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <includeonly>
| |
| <style>
| |
| .t5-subnav a span {
| |
| background-color: #333;
| |
| color: #fff;
| |
| padding: 0.4em 1em;
| |
| border-radius: 4px;
| |
| text-decoration: none;
| |
| display: inline-block;
| |
| transition: background-color 0.2s ease, color 0.2s ease;
| |
| }
| |
| .t5-subnav a span:hover {
| |
| background-color: #555;
| |
| color: #FFCC00;
| |
| }
| |
| </style>
| |
|
| |
|
| <div class="t5-subnav" style="background-color: #1a1a1a; border: 1px solid #444; padding: 0.5rem; margin-bottom: 0.75rem; display: flex; flex-wrap: wrap; gap: 0.5rem;">
| |
| [[Tekken_5/{{{chara}}}|<span>Overview</span>]]
| |
| [[Tekken_5/{{{chara}}}/Movelist|<span>Movelist</span>]]
| |
| [[Tekken_5/{{{chara}}}/Punishers|<span>Punishers</span>]]
| |
| [[Tekken_5/{{{chara}}}/Combos|<span>Combos</span>]]
| |
| [[Tekken_5/{{{chara}}}/Strategy|<span>Strategy</span>]]
| |
| [[Tekken_5/{{{chara}}}/Matchups|<span>Matchups</span>]]
| |
| [[Tekken_5/{{{chara}}}/Resources|<span>Resources</span>]]
| |
| </div>
| |
| </includeonly>
| |
|
| |
| <noinclude>
| |
| This template generates a Tekken 5 sub-navigation bar with hover effects.
| |
| Usage: <nowiki>{{Character Subnav T5|chara=Bryan_Fury}}</nowiki>
| |
| [[Category:Templates]]
| |
| </noinclude>
| |