Please remember to make use of the DML Wiki Manual of Style and Code of Conduct during your stay.

 Actions

Template

Template:Toggle/doc

From Dragon Mania Legends (DML) Wiki

< Template:Toggle
Documentation subpage
View this documentation's related template:
Template:Toggle

Example(s)

  • {{toggle|content1|content2}} gives:
content1

Or inspecting page source shows:

<div class="_toggle">content1</div>
<div class="_toggle" style="display:none;">content2</div>
  • {{toggle|content1|content2|myClass}} gives (inspect source to see hidden parts of result):
content1

Or inspecting page source shows:

<div class="_toggle">content1</div>
<div class="_toggle myClass" style="display:none;">content2</div>

See Also

Wraps an HTML div around some content and applies a _toggle class to it. Primarily used by the {DragonSwitcher} template to switch between dragon images.

Template parameters

ParameterDescriptionTypeStatus
show1

no description

Stringoptional
hide2

no description

Stringoptional
class3

no description

Stringoptional
This Wiki is created by players for other players and is not maintained by, or affiliated with, the game maker (Gameloft).
Cookies help us deliver our services. By using our services, you agree to our use of cookies.