From Dark and Darker Wiki

(Created page with "Incoming guide soon")
 
(WIP)
Line 1: Line 1:
Incoming guide soon
I recommend using "Edit Source" as Visual Edit doesn't work well.
==Extensions==
Tabber extension allows content to be created under tabs. Unfortunately, doesn't support visual edit
<pre><tabber>
|-|Content1=
Here is your content 1
|-|Spells=
Spells here etc.
</tabber></pre>
becomes:
<tabber>
|-|Content1=
Here is your content 1
|-|Spells=
Spells here etc.
</tabber>
 
==Templates==
The data for items are pulled from templates:
*[[Template:Weapon_Data]]
*[[Template:Armor_Data]]
*[[Template:Item_Data]]
*[[Template:Crafting_Data]]
 
also planning to add monster data and jewelery data. Also could combine every item on Item Data, that might not be good for load times tho.
 
Infobox Templates:
*[[Template:Infobox]]
**Used for pretty much all items/monsters
*[[Template:Infobox_Class]]
**Used only for classes atm, will merge it into Infobox in future
 
===Weapon Templates===
 
 
===Armor Templates===
*[[Template:ArmorTable]]
*[[Template:GenerateArmorRows]]
 
==Craft Templates==
*[[Template:Crafting_Data]]
**Database
*[[Template:GenerateCraftingRow]]
**Single crafting recipe row
*[[Template:GenerateCraftingRows]]
**Generate multiply, according to ingredient or trader etc.
*[[Template:Ingredient]]
**Gives info on ingredient, shows all recipes that uses it
*[[Template:Craftable]]
**Shows items craft

Revision as of 16:13, 2 October 2023

I recommend using "Edit Source" as Visual Edit doesn't work well.

Extensions

Tabber extension allows content to be created under tabs. Unfortunately, doesn't support visual edit

<tabber>
|-|Content1=
Here is your content 1
|-|Spells=
Spells here etc.
</tabber>

becomes:

Here is your content 1

Spells here etc.

Templates

The data for items are pulled from templates:

also planning to add monster data and jewelery data. Also could combine every item on Item Data, that might not be good for load times tho.

Infobox Templates:

Weapon Templates

Armor Templates

Craft Templates