User:Chieftain Alex/Templates/Jumping puzzles

From Guild Wars 2 Wiki
Jump to navigationJump to search

An example using {{User:Chieftain Alex/Templates/Jumping puzzles|default=yes}}:

Jumping puzzle Status
Behem Gauntlet 1Yes
Branded Mine 1Yes
Chaos Crystal Cavern 1Yes
Craze's Folly 1Yes
Crimson Plateau 1Yes
Grendich Gamble 1Yes
Loreclaw Expanse 1Yes
Pig Iron Quarry 1Yes
Wall Breach Blitz 1Yes
Demongrub Pits 1Yes
Fawcett's Bounty 1Yes
Professor Portmatt's Lab 1Yes
Swashbuckler's Cove 1Yes
Not So Secret 1Yes
The Collapsed Observatory 1Yes
Troll's Revenge 1Yes
Urmaug's Secret 1Yes
Weyandt's Revenge 1Yes
Coddler's Cove 1Yes
Conundrum Cubed 1Yes
Dark Reverie 1Yes
Goemm's Lab 1Yes
Hexfoundry Unhinged 1Yes
Hidden Garden 1Yes
Morgan's Leap 1Yes
Spelunker's Delve 1Yes
Spekks's Laboratory 1Yes
Antre of Adjournment 1Yes
Buried Archives 1Yes
Scavenger's Chasm 1Yes
The Vizier's Tower 1Yes
Skipping Stones 1Yes
Under New Management 1Yes
Griffonrook Run 1Yes
King Jalis's Refuge 1Yes
Only Zuhl 1Yes
Shaman's Rookery 1Yes
Shattered Ice Ruins 1Yes
Tribulation Caverns 1Yes
Tribulation Rift Scaffolding 1Yes
Mistwrought Vault 1Yes
Obsidian Sanctum 1Yes
Mad King's Clock Tower 1Yes
Winter Wonderland 1Yes

Parameters[edit]

default
Set to no if you want all puzzles to be set to 0No by default. If set to yes, this will collapse all sections that don't have a "no" value in them. Any boxes set by this option will be over-ridden by the jumping puzzle name - (defaults to no).
no auto collapse
Set to true if you want the tables always expanded.
jumping puzzle names (use actual title of puzzle!)
Set to yes to provide 1Yes, and set to no to provide 0No

A note on collapsing sections[edit]

  • If all jumping puzzles within a region, e.g. Ascalon, are completed, that part of the table will become collapsed.
  • Setting no auto collapse to true will ignore the collapse/expansion logic + make the table rigid.
  • You can manually set a region to be expanded or collapsed (ignores all internal logic) by typing something like the following code. Setting the region name equal to a + sign will show the section, setting to a - sign will hide it.
 <!-- Obviously paste this code inside the template! -->
| Ascalon              = -
| Kryta                = +
| Maguuma Jungle       = -
| Ruins of Orr         = -
| Sea of Sorrows       = -
| Shiverpeak Mountains = -
| The Mists            = +
| Special Event        = +
The above example would display Kryta, The Mists and the Special Event boxes, while hiding Ascalon, Maguuma Jungle, Sea of Sorrows and the Shiverpeak Mountains.

Usage[edit]

{{User:Chieftain Alex/Templates/Jumping puzzles
| default = no

| Behem Gauntlet = no
| Branded Mine = no
| Chaos Crystal Cavern = no
| Craze's Folly = no
| Crimson Plateau = no
| Grendich Gamble = no
| Loreclaw Expanse = no
| Pig Iron Quarry = no
| Wall Breach Blitz = no
| Demongrub Pits = no
| Fawcett's Bounty = no
| Not So Secret = no
| Professor Portmatt's Lab = no
| Swashbuckler's Cove = no
| The Collapsed Observatory = no
| Troll's Revenge = no
| Urmaug's Secret = no
| Weyandt's Revenge = no
| Coddler's Cove = no
| Conundrum Cubed = no
| Dark Reverie = no
| Goemm's Lab = no
| Hexfoundry Unhinged = no
| Hidden Garden = no
| Morgan's Leap = no
| Spelunker's Delve = no
| Spekks's Laboratory = no
| Antre of Adjournment = no
| Buried Archives = no
| Scavenger's Chasm = no
| The Vizier's Tower = no
| Skipping Stones = no
| Under New Management = no
| Griffonrook Run = no
| King Jalis's Refuge = no
| Only Zuhl = no
| Shaman's Rookery = no
| Shattered Ice Ruins = no
| Tribulation Caverns = no
| Tribulation Rift Scaffolding = no
| Mistwrought Vault = no
| Obsidian Sanctum = no
| Mad King's Clock Tower = no
| Winter Wonderland = no
}}