Jump to content

Create Center: Difference between revisions

From Drifters Almanac
No edit summary
mNo edit summary
 
(96 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="border: 1px solid #4a774a; background-color: #1c1c1c; color: #ccc; padding: 1em; border-radius: 6px; margin-bottom: 1em;">
<!-- Hero banner -->
<center>
<div style="
<span style="font-size: 1.5em;">🛠️ Welcome to the Create Center!</span>
  border: 2px solid #4a774a;
</center>
  background-color: #1c1c1c;
  color: #ccc;
  padding: 1.5em;
  border-radius: 8px;
  margin-bottom: 1.5em;
  text-align: center;
">
  🛠️ <strong>Welcome to the Create Center!</strong><br>
  Here you can create new pages for quickly and easily.<br>
  <em>New discoveries keep our world alive.</em>
</div>


Here you can create new pages for Drifter's Almanac quickly and easily.
<!-- Accordion wrapper -->
<div class="cc-accordion">


Use the sections below to start creating Weapons, Armor, Accessories, and Equipment Sets.
<!-- Weapon panel -->
Each button will preload the correct template to help you format your page properly.
<div class="mw-collapsible mw-collapsed cc-panel">
Please name pages carefully based on the format shown in each section. 
<div class="cc-header">⚔️ Create a Weapon</div>
If you need full guidance, visit [[Contributing]].
<div class="mw-collapsible-content">
<p>Enter the name of the weapon.</p>
<p><strong>Format:</strong> <code>Item Name/Secondary Material</code></p>
<p><small>Example: Newhaven Copper Sword/Rough Light Leather</small></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=Weapon
| placeholder=New_Weapon_Name
| button text=Create Weapon Page
| size=40
}}
</div>
</div>
</div>


:''New discoveries keep our world alive. Good luck, Drifter!'' 🔥
<!-- Armor panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">🦺 Create Armor</div>
<div class="mw-collapsible-content">
<p>Enter the name of the armor piece.</p>
<p><strong>Format:</strong> <code>Item Name/Secondary Material</code></p>
<p><small>Example: Newhaven Copper Helmet/Rough Light Leather</small></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=Armor
| placeholder=New_Armor_Name
| button text=Create Armor Page
| size=40
}}
</div>
</div>
</div>
</div>


----
<!-- Accessory panel -->
<center>
<div class="mw-collapsible mw-collapsed cc-panel">
== Create a New Weapon ==
<div class="cc-header">💍 Create an Accessory</div>
<div class="mw-collapsible-content">
<p>Enter the name of the accessory.</p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=Accessory
| placeholder=New_Accessory_Name
| button text=Create Accessory Page
| size=40
}}
</div>
</div>
</div>


Enter the name of the weapon.
<!-- Shield panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">🛡️ Create a Shield</div>
<div class="mw-collapsible-content">
<p>Enter the name of the shield.</p>
<p><strong>Format:</strong> <code>Item Name/Secondary Material</code></p>
<p><small>Example: Newhaven Copper Buckler/Rough Light Leather</small></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=Shield
| placeholder=New_Shield_Name
| button text=Create Shield Page
| size=40
}}
</div>
</div>
</div>


<inputbox>
<!-- Offhand Accessory panel -->
type=create
<div class="mw-collapsible mw-collapsed cc-panel">
width=60
<div class="cc-header">✴️ Create an Offhand Accessory</div>
default=New_Weapon_Name
<div class="mw-collapsible-content">
preload=Template:Preload_Weapon
<p>Enter the name of the Offhand Accessory.</p>
editintro=Contributing/Creating_Weapons
<p><strong>Format:</strong> <code>Item Name/Secondary Material</code></p>
buttonlabel=Create Weapon Page
<p><small>Example: Highlands Pine Banner/Highlands Ramie Cloth</small></p>
</inputbox>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=Offhand
|no autofocus
|placeholder=New_Offhand_Accessory_Name
|button text=Create Offhand Accessory Page
|size=40
}}
</div>
</div>
</div>


<!-- Ammo panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">🏹 Create Ammo</div>
<div class="mw-collapsible-content">
<p>Enter the name of the Ammo.</p>
<p><strong>Format:</strong> <code>Item Name/Secondary Material</code></p>
<p><small>Example: Flatlands Arrow/Highlands Silver Ingot</small></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=Ammo
|no autofocus
|placeholder=New_Ammo_Name
|button text=Create Ammo Page
|size=40
}}
</div>
</div>
</div>


<!-- Throwing Ammo panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">🎯 Create Throwing Ammo</div>
<div class="mw-collapsible-content">
<p>Enter the name of the Throwing Ammo.</p>
<p><strong>Format:</strong> <code>Item Name/Secondary Material</code></p>
<p><small>Example: Highlands Kunai/Highlands Silver Ingot</small></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=ThrowingAmmo
|no autofocus
|placeholder=New_Throwing_Ammo_Name
|button text=Create Throwing Ammo Page
|size=40
}}
</div>
</div>
</div>


<!-- Tool panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">🛠️ Create a Tool</div>
<div class="mw-collapsible-content">
<p>Enter the name of the Tool.</p>
<p><strong>Format:</strong> <code>Item Name/Secondary Material</code></p>
<p><small>Example: Bronze Pickaxe/Highlands Maple Wood</small></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=Tool
|no autofocus
|placeholder=New_Tool_Name
|button text=Create Tool Page
|size=40
}}
</div>
</div>
</div>


<!-- Consumable panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">🧪 Create a Consumable</div>
<div class="mw-collapsible-content">
<p>Enter the name of the Consumable.</p>
<p><strong>Format:</strong> <code>Item Name/Secondary Material</code></p>
<p><small>Example: Smoked Crab Meat Slab/Aromatic Spice</small></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=Consumable
|no autofocus
|placeholder=New_Consumable_Name
|button text=Create Consumable Page
|size=40
}}
</div>
</div>
</div>


----
<!-- Augment panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">🧬 Create an Augment</div>
<div class="mw-collapsible-content">
<p>Enter the name of the Augment.</p>
<p><strong>Format:</strong> <code>Item Name/Secondary Material</code></p>
<p><small>Example: Copper Armor Bracing/Fair Thick Leather</small></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=Augment
|no autofocus
|placeholder=New_Augment_Name
|button text=Create Augment Page
|size=40
}}
</div>
</div>
</div>


== Create a New Crafted Weapon ==
<!-- Equipment Set panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">🧩 Create an Equipment Set</div>
<div class="mw-collapsible-content">
<p>Enter the name of the Set.</p>
<p><strong>Format:</strong> <code>''Set Name (Set)''</code></p>
<p><small>Example: Salt Luck (Set)</small></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=EquipmentSet
|no autofocus
|placeholder=New_Equipment_Set_Name
|button text=Create Equipment Set Page
|size=40
}}
</div>
</div>
</div>


Enter the name of the crafted weapon.<br>
<!-- Reagent panel -->
For distinct variations use the naming convention "Item Name/Secondary Material" The Secondary Material being a material that changes stats/level.<br>
<div class="mw-collapsible mw-collapsed cc-panel">
(Example: "Highlands Copper Great Axe/Highlands Pine")
<div class="cc-header">💉 Create a Reagent</div>
<div class="mw-collapsible-content">
<p>Enter the name of the Reagent.</p>
<p><strong>Format:</strong> <code>''Item Name'' exactly as it appears in-game.</code></p>
<p><small>Example: Weak Numbing Agent</small></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=Reagent
|no autofocus
|placeholder=New_Reagent_Name
|button text=Create Reagent Page
|size=40
}}
</div>
</div>
</div>


<inputbox>
<!-- Resource Node panel -->
type=create
<div class="mw-collapsible mw-collapsed cc-panel">
width=60
<div class="cc-header">💎 Create a Resource Node</div>
default=New_Crafted_Weapon_Name
<div class="mw-collapsible-content">
preload=Template:Preload_CraftedWeapon
<p>Enter the name of the Resource Node.</p>
editintro=Contributing/Creating_Crafted_Weapons
<div style="margin-top:1em; max-width:400px;">
buttonlabel=Create Crafted Weapon Page
{{#forminput:
</inputbox>
form=ResourceNode
|no autofocus
|placeholder=New_Resource_Node_Name
|button text=Create Resource Node Page
|size=40
}}
</div>
</div>
</div>


<!-- Raw Component panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">🌿 Create a Raw Component</div>
<div class="mw-collapsible-content">
<p>Not all items that say "Raw Component" use this form.</p>
<p>Only items used in refining recipes should be added here.</p>
<p>Enter the name of the Raw Component.</p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=RawComponent
|no autofocus
|placeholder=New_Raw_Component_Name
|button text=Create Raw Component Page
|size=40
}}
</div>
</div>
</div>


<!-- Refining Recipe panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">⚗️ Create a Refining Recipe</div>
<div class="mw-collapsible-content">
<p>Enter the name of the Refining Recipe.</p>
<p><small>Example: Copper Ingot Recipe</small></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=RefiningRecipe
|no autofocus
|placeholder=New_Refining_Recipe_Name
|button text=Create Refining Recipe Page
|size=40
}}
</div>
</div>
</div>


<!-- Refined Component panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">🧵 Create a Refined Component</div>
<div class="mw-collapsible-content">
<p>These are any items used in crafting recipes.</p>
<p>Enter the name of the Refined Component.</p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=RefinedComponent
|no autofocus
|placeholder=New_Refined_Component_Name
|button text=Create Refined Component Page
|size=40
}}
</div>
</div>
</div>


<!-- Crafting Recipe panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">🔨 Create a Crafting Recipe</div>
<div class="mw-collapsible-content">
<p>Enter the name of the Crafting Recipe.</p>
<p><small>Example: Imbued Copper Greaves Recipe</small></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=CraftingRecipe
|no autofocus
|placeholder=New_Crafting_Recipe_Name
|button text=Create Crafting Recipe Page
|size=40
}}
</div>
</div>
</div>


----
<!-- Recipe Book panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">📜 Create a Recipe Book</div>
<div class="mw-collapsible-content">
<p>Enter the name of the Recipe Book.</p>
<p><strong>DON'T INCLUDE THE COLON AFTER "RECIPE"</p>
<p><small>Example: Recipe Imbued Lean Leather Boots</small></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=RecipeBook
|no autofocus
|placeholder=New_Recipe_Book_Name
|button text=Create Recipe Book Page
|size=40
}}
</div>
</div>
</div>


== Create a New Armor ==
<!-- Misc Item panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">📦 Create a Misc Item</div>
<div class="mw-collapsible-content">
<p>Enter the name of the Item.</p>
<p>This includes "vendor trash" and "quest items".</p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=MiscItem
|no autofocus
|placeholder=New_Misc_Item_Name
|button text=Create Misc Item Page
|size=40
|autocompete on category=Misc Items
}}
</div>
</div>
</div>


Enter the name of the armor piece.
<!-- Mob panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">🐀 Create a Mob</div>
<div class="mw-collapsible-content">
<p>Enter the name of the Mob.</p>
<p>To keep track of mobs that use the same name across multiple zones, we use subpages.</p>
<p><small>Example: Mob/Doe/Newhaven_Valley</small></p>
<p>The main page "Mob/Doe" will have links to the subpages.
<p><strong>Format:</strong> <code>Mob/<Name>/<Zone></code></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=Mob
|no autofocus
|placeholder=Mob/New_Mob_Name
|button text=Create Mob Page
|size=40
}}
</div>
</div>
</div>


<inputbox>
<!-- Named Mob panel -->
type=create
<div class="mw-collapsible mw-collapsed cc-panel">
width=60
<div class="cc-header">🐉 Create a Named Mob</div>
default=New_Armor_Name
<div class="mw-collapsible-content">
preload=Template:Preload_Armor
<p>Enter the name of the Named Mob.</p>
editintro=Contributing/Creating_Armor
<p><small>Example: NamedMob/Misha</small></p>
buttonlabel=Create Armor Page
<p><strong>Format:</strong> <code>Named Mob/<Name></code></p>
</inputbox>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=NamedMob
|no autofocus
|placeholder=Named Mob/New_Named_Mob_Name
|button text=Create Named Mob Page
|size=40
}}
</div>
</div>
</div>


<!-- World Boss panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">💀 Create a World Boss</div>
<div class="mw-collapsible-content">
<p>Enter the name of the World Boss.</p>
<p><small>Example: World Boss/Stryga</small></p>
<p><strong>Format:</strong> <code>World Boss/<Name></code></p>
<div style="margin-top:1em; max-width:400px;">
<p>Coming Soon.
<!--
{{#forminput:
form=WorldBoss
|no autofocus
|placeholder=World Boss/New_World_Boss_Name
|button text=Create World Boss Page
|size=40
}}
-->
</div>
</div>
</div>


<!-- Zone panel -->
<div class="mw-collapsible mw-collapsed cc-panel">
<div class="cc-header">🌍 Create a Zone</div>
<div class="mw-collapsible-content">
<p>Enter the name of the Zone.</p>
<p>Leave out any punctuation such as ' or -</p>
<p><small>Example: Aquifer Karst</small></p>
<div style="margin-top:1em; max-width:400px;">
{{#forminput:
form=Zone
|no autofocus
|placeholder=New_Zone_Name
|button text=Create Zone Page
|size=40
}}
</div>
</div>
</div>


 


 
</div>
----
 
== Create a New Crafted Armor ==
 
Enter the name of the crafted armor piece.<br>
For distinct variations use the naming convention "Item Name/Secondary Material" The Secondary Material being a material that changes stats/level.<br>
(Example: "Newhaven Copper Helm/Rough Light Leather")
 
<inputbox>
type=create
width=60
default=New_Crafted_Armor_Name
preload=Template:Preload_CraftedArmor
editintro=Contributing/Creating_Crafted_Armor
buttonlabel=Create Crafted Armor Page
</inputbox>
 
 
 
 
 
----
 
== Create a New Accessory ==
 
Enter the name of the accessory.
 
<inputbox>
type=create
width=60
default=New_Accessory_Name
preload=Template:Preload_Accessory
editintro=Contributing/Creating_Accessories
buttonlabel=Create Accessory Page
</inputbox>
 
 
 
 
 
----
 
== Create a New Crafted Accessory ==
 
Enter the name of the crafted accessory.<br>
For distinct variations use the naming convention "Item Name/Secondary Material" The Secondary Material being a material that changes stats/level.<br>
(Example: "Highlands Copper Great Axe/Highlands Pine")
 
 
<inputbox>
type=create
width=60
default=New_Crafted_Accessory_Name
preload=Template:Preload_CraftedAccessory
editintro=Contributing/Creating_Crafted_Accessories
buttonlabel=Create Crafted Accessory Page
</inputbox>
 
 
 
 
 
----
 
== Create a New Equipment Set ==
 
Enter the name of the Equipment Set using this format: '''Salt Luck (Set)'''
 
<inputbox>
type=create
width=60
default=New_Set_Name_(Set)
preload=Template:Preload_EquipmentSet
buttonlabel=Create Equipment Set Page
</inputbox>
</center>
 
 
 
 
 
----
 
== Need Help? ==
See the [[Contributing]] page for detailed instructions.

Latest revision as of 08:58, 5 March 2026

 🛠️ Welcome to the Create Center!
Here you can create new pages for quickly and easily.
New discoveries keep our world alive.
⚔️ Create a Weapon

Enter the name of the weapon.

Format: Item Name/Secondary Material

Example: Newhaven Copper Sword/Rough Light Leather

🦺 Create Armor

Enter the name of the armor piece.

Format: Item Name/Secondary Material

Example: Newhaven Copper Helmet/Rough Light Leather

💍 Create an Accessory

Enter the name of the accessory.

🛡️ Create a Shield

Enter the name of the shield.

Format: Item Name/Secondary Material

Example: Newhaven Copper Buckler/Rough Light Leather

✴️ Create an Offhand Accessory

Enter the name of the Offhand Accessory.

Format: Item Name/Secondary Material

Example: Highlands Pine Banner/Highlands Ramie Cloth

🏹 Create Ammo

Enter the name of the Ammo.

Format: Item Name/Secondary Material

Example: Flatlands Arrow/Highlands Silver Ingot

🎯 Create Throwing Ammo

Enter the name of the Throwing Ammo.

Format: Item Name/Secondary Material

Example: Highlands Kunai/Highlands Silver Ingot

🛠️ Create a Tool

Enter the name of the Tool.

Format: Item Name/Secondary Material

Example: Bronze Pickaxe/Highlands Maple Wood

🧪 Create a Consumable

Enter the name of the Consumable.

Format: Item Name/Secondary Material

Example: Smoked Crab Meat Slab/Aromatic Spice

🧬 Create an Augment

Enter the name of the Augment.

Format: Item Name/Secondary Material

Example: Copper Armor Bracing/Fair Thick Leather

🧩 Create an Equipment Set

Enter the name of the Set.

Format: Set Name (Set)

Example: Salt Luck (Set)

💉 Create a Reagent

Enter the name of the Reagent.

Format: Item Name exactly as it appears in-game.

Example: Weak Numbing Agent

💎 Create a Resource Node

Enter the name of the Resource Node.

🌿 Create a Raw Component

Not all items that say "Raw Component" use this form.

Only items used in refining recipes should be added here.

Enter the name of the Raw Component.

⚗️ Create a Refining Recipe

Enter the name of the Refining Recipe.

Example: Copper Ingot Recipe

🧵 Create a Refined Component

These are any items used in crafting recipes.

Enter the name of the Refined Component.

🔨 Create a Crafting Recipe

Enter the name of the Crafting Recipe.

Example: Imbued Copper Greaves Recipe

📜 Create a Recipe Book

Enter the name of the Recipe Book.

DON'T INCLUDE THE COLON AFTER "RECIPE"

Example: Recipe Imbued Lean Leather Boots

📦 Create a Misc Item

Enter the name of the Item.

This includes "vendor trash" and "quest items".

🐀 Create a Mob

Enter the name of the Mob.

To keep track of mobs that use the same name across multiple zones, we use subpages.

Example: Mob/Doe/Newhaven_Valley

The main page "Mob/Doe" will have links to the subpages.

Format: Mob/<Name>/<Zone>

🐉 Create a Named Mob

Enter the name of the Named Mob.

Example: NamedMob/Misha

Format: Named Mob/<Name>

💀 Create a World Boss

Enter the name of the World Boss.

Example: World Boss/Stryga

Format: World Boss/<Name>

Coming Soon.

🌍 Create a Zone

Enter the name of the Zone.

Leave out any punctuation such as ' or -

Example: Aquifer Karst