From Dark and Darker Wiki

(added new types and lich example)
(css adjustments)
Line 28: Line 28:
{{#if:{{{contentCB|}}}|<div data-cardtabs-btn="CB" class="cardtabs__button  rarity4 {{#ifeq:{{{firstShownTier|}}}|CB|cardtabs__button--active|}} <!--
{{#if:{{{contentCB|}}}|<div data-cardtabs-btn="CB" class="cardtabs__button  rarity4 {{#ifeq:{{{firstShownTier|}}}|CB|cardtabs__button--active|}} <!--
-->">&nbsp;CB&nbsp;</div>}}
-->">&nbsp;CB&nbsp;</div>}}
{{#if:{{{contentNormal|}}}|<div data-cardtabs-btn="Normal" class="cardtabs__button  rarity2 {{#ifeq:{{{firstShownTier|}}}|Normal|cardtabs__button--active|}} <!--
{{#if:{{{contentCommon|}}}|<div data-cardtabs-btn="Common" class="cardtabs__button  rarity2 {{#ifeq:{{{firstShownTier|}}}|Common|cardtabs__button--active|}} <!--
-->">&nbsp;Normal&nbsp;</div>}}
-->">&nbsp;Common&nbsp;</div>}}
{{#if:{{{contentElite|}}}|<div data-cardtabs-btn="Elite"  class="cardtabs__button rarity6 {{#ifeq:{{{firstShownTier|}}}|Elite|cardtabs__button--active|}} <!--
{{#if:{{{contentElite|}}}|<div data-cardtabs-btn="Elite"  class="cardtabs__button rarityElite {{#ifeq:{{{firstShownTier|}}}|Elite|cardtabs__button--active|}} <!--
-->">&nbsp;Elite&nbsp;</div>}}
-->">&nbsp;Elite&nbsp;</div>}}
{{#if:{{{contentNightmare|}}}|<div data-cardtabs-btn="Nightmare" " class="cardtabs__button rarityNightmare {{#ifeq:{{{firstShownTier|}}}|Nightmare|cardtabs__button--active|}} <!--
{{#if:{{{contentNightmare|}}}|<div data-cardtabs-btn="Nightmare" " class="cardtabs__button rarityNightmare {{#ifeq:{{{firstShownTier|}}}|Nightmare|cardtabs__button--active|}} <!--
Line 76: Line 76:
-->{{{contentCB|}}}<!--
-->{{{contentCB|}}}<!--
--></div>}}<!--
--></div>}}<!--
-->{{#if:{{{contentNormal|}}}|<!--
-->{{#if:{{{contentCommon|}}}|<!--
--><div data-cardtabs-panel="Normal" style="overflow: auto;" class="cardtabs__panel {{#ifeq:{{{firstShownTier|}}}|Normal||cardtabs__panel--js-hidden}}"><!--
--><div data-cardtabs-panel="Common" style="overflow: auto;" class="cardtabs__panel {{#ifeq:{{{firstShownTier|}}}|Common||cardtabs__panel--js-hidden}}"><!--
-->{{{contentNormal|}}}<!--
-->{{{contentCommon|}}}<!--
--></div>}}<!--
--></div>}}<!--
-->{{#if:{{{contentElite|}}}|<!--
-->{{#if:{{{contentElite|}}}|<!--
Line 388: Line 388:
<pre>
<pre>
{{Tabs
{{Tabs
|firstShownTier=Normal
|firstShownTier=Common
|contentNormal =  
|contentCommon =  
{{Infobox
{{Infobox
|name                = Lich
|name                = Lich
Line 428: Line 428:
<td style="padding: 20px 30px;">
<td style="padding: 20px 30px;">
{{Tabs
{{Tabs
|firstShownTier=Normal
|firstShownTier=Common
|contentNormal =  
|contentCommon =  
{{Infobox
{{Infobox
|name                = Lich
|name                = Lich
Line 444: Line 444:
{{Infobox
{{Infobox
|name                = Lich
|name                = Lich
|rarity              = 6
|rarity              = Elite
|image                = Lich
|image                = Lich
|stat1                = Health 3000
|stat1                = Health 3000

Revision as of 19:29, 15 August 2023

Creates a set of tabs for items. Use it with infoboxes

Notes

The firstShownTier option is mandatory. Leaving it out will prevent anything from being shown.

  • Make sure to add nomargin for infoboxes

Example

Code Preview
{{Tabs
|firstShownTier=1
|content1 = 
	{{Infobox
	|name                 = Fine Cuirass
	|classes              = [[Fighter]]
	|rarity               = 0
	|stat1                = Armor Rating 60
	|stat2                = Move Speed -35
	|stat3                = Projectile Reduction 12%
	|stat4                = Magic Resistance -10
	|slottype             = Chest
	|armortype            = Metal
	|description          = This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
    |nomargin             = 1
	}}
|content2 = 
	{{Infobox
	|name                 = Fine Cuirass
	|classes              = [[Fighter]]
	|rarity               = 1
	|stat1                = Armor Rating 61~64
	|stat2                = Move Speed -35
	|stat3                = Projectile Reduction 12%
	|stat4                = Magic Resistance -10
	|slottype             = Chest
	|armortype            = Metal
	|description          = This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
    |nomargin             = 1
	}}
|content3 = 
	{{Infobox
	|name                 = Fine Cuirass
	|classes              = [[Fighter]]
	|rarity               = 2
	|stat1                = Armor Rating 65~76
	|stat2                = Move Speed -35
	|stat3                = Projectile Reduction 12%
	|stat4                = Magic Resistance -10
	|slottype             = Chest
	|armortype            = Metal
	|description          = This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
    |nomargin             = 1
	}}
|content4 = 
	{{Infobox
	|name                 = Fine Cuirass
	|classes              = [[Fighter]]
	|rarity               = 3
	|stat1                = Armor Rating 77~88
	|stat2                = Move Speed -35
	|stat3                = Projectile Reduction 12%
	|stat4                = Magic Resistance -10
	|enchantments         = 1
	|slottype             = Chest
	|armortype            = Metal
	|description          = This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
    |nomargin             = 1
	}}
|content5 = 
	{{Infobox
	|name                 = Fine Cuirass
	|classes              = [[Fighter]]
	|rarity               = 4
	|stat1                = Armor Rating 89~97
	|stat2                = Move Speed -35
	|stat3                = Projectile Reduction 12%
	|stat4                = Magic Resistance -10
	|enchantments         = 2
	|slottype             = Chest
	|armortype            = Metal
	|description          = This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
    |nomargin             = 1
	}}
|content6 = 
	{{Infobox
	|name                 = Fine Cuirass
	|classes              = [[Fighter]]
	|rarity               = 5
	|stat1                = Armor Rating 97~105
	|stat2                = Move Speed -35
	|stat3                = Projectile Reduction 12%
	|stat4                = Magic Resistance -10
	|enchantments         = 3
	|slottype             = Chest
	|armortype            = Metal
	|description          = This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
    |nomargin             = 1
	}}
|content7 = 
	{{Infobox
	|name                 = Fine Cuirass
	|classes              = [[Fighter]]
	|rarity               = 6
	|stat1                = Armor Rating 105~110
	|stat2                = Move Speed -35
	|stat3                = Projectile Reduction 12%
	|stat4                = Magic Resistance -10
	|enchantments         = 4
	|slottype             = Chest
	|armortype            = Metal
	|description          = This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
    |nomargin             = 1
	}}
|content8 = 
	{{Infobox
	|name                 = Fine Cuirass
	|classes              = [[Fighter]]
	|rarity               = 7
	|stat1                = Armor Rating 110~115
	|stat2                = Move Speed -35
	|stat3                = Projectile Reduction 12%
	|stat4                = Magic Resistance -10
	|enchantments         = 5
	|slottype             = Chest
	|armortype            = Metal
	|description          = This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
    |nomargin             = 1
	}}
|contentRS = 
	{{Infobox
	|name                 = Fine Cuirass
	|image                = Rubysilver Fine Cuirass
	|classes              = [[Fighter]], [[Cleric]]
	|rarity               = 5
	|stat1                = Armor Rating 97~105
	|stat2                = Move Speed -35
	|stat3                = Projectile Reduction 12%
	|stat4                = Magic Resistance -10
	|enchantments         = 3
	|slottype             = Chest
	|armortype            = Metal
	|description          = A high-quality cuirass made with a large amount of Rubysilver ingots. It has considerable durability.
    |nomargin             = 1
	}}
}} 
As you can see there is no Cobalt Tab
 I 
 II 
 III 
 IV 
 V 
 VI 
 VII 
 VIII 
 RS 



Fine Cuirass
Fine Cuirass.png
Required Class:
Weapon Type:
Metal
Slot Type:
Chest
This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
Fine Cuirass
Fine Cuirass.png
Required Class:
Weapon Type:
Metal
Slot Type:
Chest
This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
Fine Cuirass
Fine Cuirass.png
Required Class:
Weapon Type:
Metal
Slot Type:
Chest
This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
Fine Cuirass
Fine Cuirass.png
Required Class:
Weapon Type:
Metal
Slot Type:
Chest
This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
Fine Cuirass
Fine Cuirass.png
Required Class:
Weapon Type:
Metal
Slot Type:
Chest
This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
Fine Cuirass
Fine Cuirass.png
Required Class:
Weapon Type:
Metal
Slot Type:
Chest
This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
Fine Cuirass
Fine Cuirass.png
Required Class:
Weapon Type:
Metal
Slot Type:
Chest
This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
Fine Cuirass
Fine Cuirass.png
Required Class:
Weapon Type:
Metal
Slot Type:
Chest
This armor makes living in impossible situations suddenly possible. Plate armor, uncomfortable to wear and quite heavy.
Fine Cuirass
Rubysilver Fine Cuirass.png
Required Class:
Weapon Type:
Metal
Slot Type:
Chest
A high-quality cuirass made with a large amount of Rubysilver ingots. It has considerable durability.
{{Tabs
|firstShownTier=Common
|contentCommon = 
{{Infobox
	|name                 = Lich
	|rarity               = 2
	|image                = Lich
	|stat1                = Health 2100
	|stat2                = Move Speed 200
	|enemytype             = [[Undead]]
	|location            = [[Inferno]]
	|experience          = 50
    |nomargin             = 1
	}}
|contentElite = 
{{Infobox
	|name                 = Lich
	|rarity               = 6
	|image                = Lich
	|stat1                = Health 3000
	|stat2                = Move Speed 250
	|enemytype             = [[Undead]]
	|location            = [[Inferno]]
	|experience          = 125
    |nomargin             = 1
	}}
|contentNightmare = 
{{Infobox
	|name                 = Lich
	|rarity               = Nightmare
	|image                = Lich
	|stat1                = Health ???
	|stat2                = Move Speed ???
	|enemytype             = [[Undead]]
	|location            = [[Inferno]]
	|experience          = ???
    |nomargin             = 1
	}}
}} 
As you can see there is no Cobalt Tab






 Common 
 Elite 
 Nightmare 
Lich
Lich.png
Location:
Experience Points
50
Adventure Points
Lich
Lich.png
Location:
Experience Points
125
Adventure Points
Lich
Lich.png
Location:
Experience Points
???
Adventure Points


All Options

The full list of options are listed below. Please don't leave anything blank though, else the previous tier's values won't get used (ie., only include options if you use them).


{{Tabs
|firstShownTier   =1
|content1         = 
|content2         = 
|content3         = 
|content4         = 
|content5         = 
|content6         = 
|content7         = 
|content8         = 
|contentRS        =
|contentCB        = 
}}

No description.

Template parameters

ParameterDescriptionTypeStatus
First Shown TierfirstShownTier

Either 1, 2, 3,....7,8,RS,CB. Should always be 1, unless a lower tier is disabled. CB is for Cobalt, RS is for Rubysilver

Example
1
Auto value
1
Stringrequired
Content 1content1

Content of Junk rarity, usually an infobox

Example
{{Infobox|name=Arming Sword}}
Stringsuggested
Content 2content2

Content of Poor rarity, usually an infobox

Example
{{Infobox|name=Arming Sword}}
Stringsuggested
Content 3content3

Content of Common rarity, usually an infobox

Example
{{Infobox|name=Arming Sword}}
Stringsuggested
Content 4content4

Content of Uncommon rarity, usually an infobox

Example
{{Infobox|name=Arming Sword}}
Stringsuggested
Content 5content5

Content of Rare rarity, usually an infobox

Example
{{Infobox|name=Arming Sword}}
Stringsuggested
Content 6content6

Content of Epic rarity, usually an infobox

Example
{{Infobox|name=Arming Sword}}
Stringsuggested
Content 7content7

Content of Legendary rarity, usually an infobox

Example
{{Infobox|name=Arming Sword}}
Stringsuggested
Content 8content8

Content of Unique rarity, usually an infobox

Example
{{Infobox|name=Arming Sword}}
Stringsuggested
ContentRS contentRS

Content for Rubysilver rarity, usually an infobox

Example
{{Infobox|name=Arming Sword}}
Stringsuggested
ContentCBcontentCB

Content for Cobalt rarity, usually an infobox

Example
{{Infobox|name=Arming Sword}}
Stringsuggested