From Dark and Darker Wiki

m (testing)
(Comment out custom CSS)
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly><div class="{{#ifeq:{{{active|}}}|yes|selected-merchant}} merchant-toggle" merchant-id="{{{1}}}" title="{{{1}}}">{{{2|}}}</div><!--
<includeonly>
<!-- <templatestyles src="Template:TabToggle/styles.css" /> Edit and uncomment this template for custom tab styles -->
<div style="display:inline-block" class="{{#ifeq:{{{active|}}}|yes|selected-tab}} tab-toggle tab" data-tabid="{{{tabid|0}}}" data-tab="{{#replace:{{{1}}}| |}}" title="{{{1}}}">{{{2|}}}</div><!--
--></includeonly><noinclude>
{{TabToggle|None|[[File:Round_Shield_1.png|link=|x150px]]}}
{{TabToggle|Alchemist|[[File:Alchemist.png|link=|x150px]]|active=yes}}
{{TabToggle|Weaponsmith|[[File:Weaponsmith.png|link=|x150px]]}}
{{TabToggle|The Collector|[[File:The Collector.png|link=|x150px]]}}
<div class="None-data"> </div>
<div class="Alchemist-data" style="display:none">This is test1</div>
<div class="Weaponsmith-data" style="display:none">This is test2</div>
<div class="TheCollector-data" style="display:none">This is test3</div>


--></includeonly>
If there is another tabs in the same page give them different "tabid", default is 0.
 
{{TabToggle|Alchemist1|Alchemist|active=yes|tabid=1}}
{{TabToggle|Weaponsmith1|Weaponsmith|tabid=1}}
{{TabToggle|Leathersmith1|Leathersmith|tabid=1}}
<div class="Alchemist1-data" >This is text1</div>
<div class="Weaponsmith1-data" style="display:none">This is text2</div>
<div class="Leathersmith1-data" style="display:none">This is text3</div>
 
</noinclude>

Latest revision as of 06:56, 11 September 2024


Round Shield 1.png
Alchemist.png
Weaponsmith.png
The Collector.png

If there is another tabs in the same page give them different "tabid", default is 0.


Alchemist
Weaponsmith
Leathersmith
This is text1