Template:Game Tabs

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search


Purpose

An extension of Template:Tabs where each tab is an entry from Data:Franchise. Mainly intended for situations where an alternative list, table, gallery or quote needs to be displayed for different versions of the same game.

Usage

{{Game Tabs
 |<game>= <content>
 |<game>= <content>
}}
  • <game> — A game code from Data:Franchise
  • <content> — The content to display for the game's tab


Examples

Input
{{Game Tabs
|TWW= There are 8 Triforce Charts in {{TWW|-}}
|TWWHD= There are 3 Triforce Charts in {{TWWHD|-}}
}}
Output
The Wind WakerThe Wind Waker HD
There are 8 Triforce Charts in The Wind Waker
There are 3 Triforce Charts in The Wind Waker HD

Input
{{Game Tabs
|TWW= {{TWW|-}} content
|TWWHD= {{TWWHD|-}} content
|SS= {{SS|-}} content
|SSHD= {{SSHD|-}} content
}}
Output
The Wind WakerThe Wind Waker HDSkyward SwordSkyward Sword HD
The Wind Waker content
The Wind Waker HD content
Skyward Sword content
Skyward Sword HD content

Input
{{Game Tabs
|TWW= foo
|notAGame= bar
}}
Output
foo
Categories Added
The above documentation is transcluded from Template:Game Tabs/Documentation. (edit | history)