User:Tiddlywinks/MakeHideButton: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
(Created page with "class="clicktoggler {{#ifeq: {{{start|on}}}|clicktoggle-active}}" data-type="toggle" data-for="{{{1|Spoilers}}},{{{2|DLC}}}" style="{{{off|}}}" data-active-style="{{{on|}}}"<...")
 
m (typo)
Line 1: Line 1:
class="clicktoggler {{#ifeq: {{{start|on}}}|clicktoggle-active}}" data-type="toggle" data-for="{{{1|Spoilers}}},{{{2|DLC}}}"
class="clicktoggler {{#ifeq: {{{start|on}}}|on|clicktoggle-active}}" data-type="toggle" data-for="{{{1|Spoilers}}},{{{2|DLC}}}"
style="{{{off|}}}"  
style="{{{off|}}}"  
data-active-style="{{{on|}}}"<noinclude>
data-active-style="{{{on|}}}"<noinclude>

Revision as of 23:54, 23 December 2023

class="clicktoggler clicktoggle-active" data-type="toggle" data-for="Spoilers,DLC" style="" data-active-style=""


This template makes an element into a button that hides targets that have the same values (User:Tiddlywinks/MakeHideTarget).