Template:TournamentTabs: Difference between revisions
Template page
More actions
Esportsamaze (talk | contribs) No edit summary |
Esportsamaze (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
<div class="tournament-tabs" style="display:flex; flex-wrap:wrap; gap:4px; border-bottom:2px solid var(--primary-color, #007bff); margin-bottom:20px;"> | <div class="tournament-tabs" style="display:flex; flex-wrap:wrap; gap:4px; border-bottom:2px solid var(--primary-color, #007bff); margin-bottom:20px;"> | ||
<div style="padding:10px 20px; font-weight:bold; cursor:pointer; | |||
background-color:{{#ifeq:{{SUBPAGENAME}}|Standings|#fff|{{#ifeq:{{SUBPAGENAME}}|Statistics|#fff|{{#ifeq:{{SUBPAGENAME}}|Teams|#fff|{{#ifeq:{{SUBPAGENAME}}|Matches|#fff|#eee}}}}}}}}; | |||
border-bottom:{{#ifeq:{{SUBPAGENAME}}|Standings|none|{{#ifeq:{{SUBPAGENAME}}|Statistics|none|{{#ifeq:{{SUBPAGENAME}}|Teams|none|{{#ifeq:{{SUBPAGENAME}}|Matches|none|3px solid var(--primary-color, #007bff)}}}}}}}};"> | |||
[[{{#switch:{{SUBPAGENAME}} | |||
|Standings|Statistics|Teams|Matches={{#titleparts:{{PAGENAME}}|-1}} | |||
|#default={{PAGENAME}} | |||
}}|<span style="color:var(--text-main, #333);">Overview</span>]] | |||
</div> | |||
{{#ifexist: {{#switch:{{SUBPAGENAME}} | |||
|Standings|Statistics|Teams|Matches={{#titleparts:{{PAGENAME}}|-1}} | |||
|#default={{PAGENAME}} | |||
}}/Standings | | |||
<div style="padding:10px 20px; font-weight:bold; cursor:pointer; | |||
background-color:{{#ifeq:{{SUBPAGENAME}}|Standings|#eee|#fff}}; | |||
border-bottom:{{#ifeq:{{SUBPAGENAME}}|Standings|3px solid var(--primary-color, #007bff)|none}};"> | |||
[[{{#switch:{{SUBPAGENAME}} | |||
|Standings|Statistics|Teams|Matches={{#titleparts:{{PAGENAME}}|-1}} | |||
|#default={{PAGENAME}} | |||
}}/Standings|<span style="color:var(--text-main, #333);">Standings</span>]] | |||
</div> | |||
}} | |||
{{#ifexist: {{#switch:{{SUBPAGENAME}} | |||
|Standings|Statistics|Teams|Matches={{#titleparts:{{PAGENAME}}|-1}} | |||
|#default={{PAGENAME}} | |||
}}/Statistics | | |||
<div style="padding:10px 20px; font-weight:bold; cursor:pointer; | |||
background-color:{{#ifeq:{{SUBPAGENAME}}|Statistics|#eee|#fff}}; | |||
border-bottom:{{#ifeq:{{SUBPAGENAME}}|Statistics|3px solid var(--primary-color, #007bff)|none}};"> | |||
[[{{#switch:{{SUBPAGENAME}} | |||
|Standings|Statistics|Teams|Matches={{#titleparts:{{PAGENAME}}|-1}} | |||
|#default={{PAGENAME}} | |||
}}/Statistics|<span style="color:var(--text-main, #333);">Statistics</span>]] | |||
</div> | |||
}} | |||
{{#ifexist: {{#switch:{{SUBPAGENAME}} | |||
|Standings|Statistics|Teams|Matches={{#titleparts:{{PAGENAME}}|-1}} | |||
|#default={{PAGENAME}} | |||
}}/Teams | | |||
<div style="padding:10px 20px; font-weight:bold; cursor:pointer; | |||
background-color:{{#ifeq:{{SUBPAGENAME}}|Teams|#eee|#fff}}; | |||
border-bottom:{{#ifeq:{{SUBPAGENAME}}|Teams|3px solid var(--primary-color, #007bff)|none}};"> | |||
[[{{#switch:{{SUBPAGENAME}} | |||
|Standings|Statistics|Teams|Matches={{#titleparts:{{PAGENAME}}|-1}} | |||
|#default={{PAGENAME}} | |||
}}/Teams|<span style="color:var(--text-main, #333);">Teams</span>]] | |||
</div> | |||
}} | |||
{{#ifexist: {{#switch:{{SUBPAGENAME}} | |||
|Standings|Statistics|Teams|Matches={{#titleparts:{{PAGENAME}}|-1}} | |||
|#default={{PAGENAME}} | |||
}}/Matches | | |||
<div style="padding:10px 20px; font-weight:bold; cursor:pointer; | |||
background-color:{{#ifeq:{{SUBPAGENAME}}|Matches|#eee|#fff}}; | |||
border-bottom:{{#ifeq:{{SUBPAGENAME}}|Matches|3px solid var(--primary-color, #007bff)|none}};"> | |||
[[{{#switch:{{SUBPAGENAME}} | |||
|Standings|Statistics|Teams|Matches={{#titleparts:{{PAGENAME}}|-1}} | |||
|#default={{PAGENAME}} | |||
}}/Matches|<span style="color:var(--text-main, #333);">Matches</span>]] | |||
</div> | |||
}} | |||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
Revision as of 15:53, 14 January 2026
Navigation tabs for tournament pages. Auto-detects subpages without needing the Variables extension. Usage: